The Server Core installation installs the operating system in non-GUI with minimal footprint and helps to secure the server running Hyper-V role. The benefits of using core server are:
- Reduced attack surface
- Reduced maintenance
- Consume fewer hardware resources
- Increased stability due to fewer running applications
- Clean install a full Windows Server
- Open Powershell as Administrator
- Execute the following commands:
Import-Module ServerManager
Uninstall-WindowsFeature Server-Gui-Shell-Restart
Uninstall-WindowsfeatureServer-Gui-Mgmt-Infra-Restart
Powershell C:\>sconfig.cmd # configure the server
No comments:
Post a Comment