Posts

Showing posts from March, 2019

CONVERTING FROM SERVER CORE TO GUI MODE

Similarly, you can convert from Server Core to GUI Mode in Window Server 2012 Operating System. But, this doesn't mean that you install only the OS with Server Core (x64) and use the below CMDLET to convert them to GUI. No, this not the truth. You got to install some KB's (which means, the patches) so that you can have the Server Core converted to GUI mode. The below commands will work because, I have already install Windows Server 2012 SP0 with GUI mode initially and I'm just trying to convert it for security purpose. Because, only the server administrators will be known to some commands from which they would be able to manage the server in secured way. You will be prompted with CMD Prompt initially. Type powershell  Ensure, Power Shell is running with Admin rights If not, use below CMDLET to run the Power Shell with Domain Admin Open CMD Prompt,  "runas /user:microsoft\administrator powershell" Type administrator password In Power Shell type,  I

CONVERTING GUI TO SERVER CORE IN WINDOWS 2012

Do you know the fact that, you can so easily switch the modes in Windows Server 2012 Operating System. You can use the below CMDLET to convert the Server' GUI mode to Server Core Mode. Login as Domain Administrator Open Power Shell Type, Uninstall-WindowsFeature Server-GUI-Mgmt-Infra, Server-GUI-Shell shutdown /r /t 0