<

Windows Server 2019:- No option to remove the GUI

Posted on
6,590 Points
590 Views
Last Modified:
Published
Experience Level: Intermediate
2:37
Edward van Biljon (MVP)
Experienced Messaging Specialist with a demonstrated history of working in the information technology and services industry.
In legacy versions of the Windows Server Operating System like Windows Server 2012 and R2 you could switch between core and gui with PowerShell cmdlets but since Windows Server 2016 this is not possible anymore and a reinstall is required or a new OS has to be deployed running Core.

Video Steps

1. Launch PowerShell

Click the start button and right click on Windows PowerShell and run as Administrator.

2. Launch Server Manager

On Server Manager click on "Add roles/features"

3. Navigation

Once you have Server Manager open to add in new roles and features, if you click next twice to go to the Features page, you will see you don't have the desktop experience to remove

4. Powershell Command

Within PowerShell if you type in the command "Uninstall-WindowsFeature Server-Gui-Shell" it will fail saying it does not exist.
0
0 Comments
Since Azure DevOps Server 2022 finally supports a deployment on Server Core, I can replace another GUI Server in my LAB. In this write up, I will show you all the steps to get it up and running in your environment.
A long time ago, Experts-Exchange asked me to write a little article about some Exchange interesting Powershell commands. But I was never able to finish it properly. Here is the result of this work. Exchange has been the first Microsoft product …