Configure Server Core for Remote Management
As you know, Windows Server Core is Windows Server with the Graphical User Interface (GUI) removed from the Operating System. The advantages of Server Core are:
  1. More Secure
  2. Requires fewer resources.
  3. Fewer patches to install.
  4. Smaller attack foot print.

All Microsoft Applications now support Server Core. We recommend to using Server Core whenever possible. However, the biggest disadvantage to server core is the lack of GUI for management. It is still possible to use the GUI management tools by standing up a full installation of Windows Server with all of the server management tools and enable remote management of the Server Core Servers. To enable remote management of Server Core:

  1. Verify RDP is enabled.
    1. Log into the console.
    2. Type sconfig if the Server Configuration is not loaded.
    3. Select 7 and type in E to enable RDP.
  2. Enable Remote Management.
    1. Select 4, 1 to enable remote management.
    2. Optionally select 3 to allow ping.
  3. Enable Firewall rules for Remote Management.
    1. Exit to a cmd prompt.
    2. Type Powershell.
    3. Enable-NetFirewallRule -Displaygroup "Remote Event*" to enable Remote Event Management.
    4. Enable-NetFirewallRule -Displaygroup "Remote Scheduled*" to enable Remote Scheduled Tasks.
    5. Enable-NetFirewallRule -Displaygroup "Remote Service*" to enable Remote Service Management.
    6. Enable-NetFirewallRule -DisplayGroup "Windows Defender Firewall Remote Management" (Windows 2016 and later) or Enable-NetFirewallRule -DisplayGroup "Windows Firewall Remote Management" (Windows 2012 R2 and earlier) to enable remote Firewall Management.
    7. Enable-NetFirewallRule -Displaygroup "Remote Volume*" to enable Remote Volume Management. Make to enable this rule on BOTH the Server Core Computer and the Remote Management Computer!!!
  4. Start the Virtual Disk Service.
    1. Remotely connect to the Services.msc applet on the server core computer.
    2. Start the Virtual Disk Service.
    3. Make sure to set the Virtual Disk Server to start automatically.
To perform any Server Management tasks, remote into the management server and remotely manage all of your servers running Server Core. Consider using Server Core to improve your company's security.
Servers

Get updated on the latest Information Technology news, Cybersecurity, Information Technology Trends, and recent real-world troubleshooting experiences.

SUBSCRIBE NOW!