-
Create a folder to mount a windows Imaging File (WIM) in with the command mkdir c:\mountdir
-
Determine the index number for a server with a GUI image (for example, SERVERDATACENTER, not SERVERDATACENTERCORE) using this command at an elevated command prompt:
-
Mount the WIM file using this command at an elevated command prompt:
-
Start Windows powershell and run this cmdlet:
Install-WindowsFeature Server-Gui-Mgmt-Infra,Server-Gui-Shell –Restart –Source c:\mountdir\windows\winsxs
-
Alternatively, if you want to use Windows update as the source instead of a WIM file, use this Windows PowerShell cmdlet:
Install-WindowsFeature Server-Gui-Mgmt-Infra,Server-Gui-Shell –Restart
You must log in to post a comment.