Powershell Tip #20: Switch from Server GUI to Server Core By powershellgu | August 29, 2015 2 Comments Tip: If you installed a Windows Server 2012 GUI, you can at anytime switch to Server Core. PowerShell Uninstall-WindowsFeature -Name Server-GUI-Mgmt-Infra, Server-GUI-Shell -Restart 1 Uninstall-WindowsFeature -Name Server-GUI-Mgmt-Infra, Server-GUI-Shell -Restart Note: The parameter -Restart automatically restart the server.
Pingback: Powershell Tip #21: Import specific cmdlets from a module | Powershell Guru
Pingback: Powershell Tip #19: List FSMO roles | Powershell Guru