Skip to content

How to Install Windows Server 2022 Server Core Print

  • 0

How to Install Windows Server 2022 Server Core

Applies to: Windows Server 2022 Standard and Datacenter

Server Core provides a smaller installation without the traditional desktop shell. It is suited to remotely managed infrastructure roles when every required role and application supports Core.

This procedure is written for administrators working on a console or through an access path that will remain available during network and restart operations. If Netcloud24 manages the server, review the change with support when it affects licensing, connectivity or recovery. See networkmanager.info for managed Windows VPS and RDS CAL services in Canada.

Before you begin

  • Verify that the intended role and management tools support Server Core.
  • Prepare remote management from a secured administrator workstation.
  • Keep console access for initial networking and domain configuration.
  • Document the disk that will receive the operating system.

Procedure

Step 1: Start Windows Setup

Boot from authorized Windows Server 2022 media and select regional settings.

Step 2: Choose a Server Core edition

Select Windows Server 2022 Standard or Datacenter without the words Desktop Experience.

Step 3: Install to the intended disk

Choose Custom installation, validate the storage target and allow setup to create the required system partitions.

Step 4: Set the Administrator password

At the first console sign-in, set a strong unique password. SConfig opens automatically on Server Core in Windows Server 2022.

Step 5: Review the installation

Exit to PowerShell when necessary and query the operating system.

Get-ComputerInfo | Select-Object WindowsProductName,WindowsVersion,OsBuildNumber
Get-WindowsFeature | Where-Object InstallState -eq 'Installed'

Verify the result

Use SConfig to confirm computer name, network, update and Remote Desktop status. Validate remote management before ending console access.

hostname
Get-NetIPConfiguration
Test-WSMan localhost

Rollback or recovery

To replace Server Core with Desktop Experience, perform a clean installation; Microsoft does not support converting between these installation options after setup.

Version notes

The procedure is specific to Windows Server 2022. Windows Server 2019 also supports Core, but SConfig behaviour and interface details differ.

Operational checklist

  • Record the change, administrator and maintenance window.
  • Confirm monitoring and backups after any restart.
  • Test the service from a representative client, not only from the server console.
  • Remove temporary firewall rules, accounts or installation media.

Need a managed Windows Server?

Netcloud24 provides managed Windows VPS plans with Windows Server Standard, RDS User CAL options, daily backups and Canadian support. Review current configurations at https://networkmanager.info/.

Official Microsoft references


Was this answer helpful?

« Back