Search This Blog

Sunday, September 27, 2015

what can I do with the Nano server ? --- install BI

what can I do with the Nano server ?

again, refer to this link

http://mcisaacit.com/2015/07/26/windows-server-2016-nano-convert-from-server-core-to-full-gui/

run powershell in cmd line


Get-WindowsFeature *gui*



Dism /get-wiminfo /wimfile:D:\sources\install.wim

we can use index 2

Install-WindowsFeature Server-Gui-Shell –Source wim:D:\sources\install.wim:2


Install-WindowsFeature Server-Gui-Shell,Server-Gui-Mgmt-Infra –Source wim:D:\sources\install.wim:2


restart-computer



No comments:

Post a Comment