Before configuring server core i would like to show you cool function with Windows 2012 is that, we can now switch from GUI interface to Server Core and viceversa after the installation of server 2012.Here is the step by step procedure to switch server from GUI to Core and Core to GUI.
GUI to Core
- Connect with server, and Open Server Manager.
- Go to Manage and Remove Roles and Feature.
- Select the server from server pool and click Next.
- And in features, Unclick the User Interfaces and Infrastructure and click on remove features
- After the Removal, reboot the server.
- We can do this thing using powershell Remove-WindowsFeature Server-Gui-Shell, Server-Gui-Mgmt-Infra
Core To GUI
- In command prompt type Powershell
- Now type Add-WindowsFeature Server-Gui-Shell, Server-Gui-Mgmt-Infra and hit enter
- After this we need to restart the server
- Type shutdown -r -t 00 (-r is for restart and -t for time i.e 00 seconds)
- After the Restart we can see that server is now switched to GUI.
Thanks to all for reading,
Will right back with Part 2.
:)
No comments:
Post a Comment