Sunday, June 15, 2014 7:12 AM
That's the question J
This quick post is inspired by one of feedbacks.
To enter into PowerShell just type powershell in CMD
To make Server 2012 core server:
Powershell
Uninstall-WindowsFeature Server-Gui-Shell, Server-Gui-Mgmt-Infra
Shutdown –r
To restore server's GUI
Powershell
Install-WindowsFeature Server-Gui-Shell, Server-Gui-Mgmt-Infra
Shutdown –r
Voila !
P.S. Of course it not works for 2008