How to Install Windows Server 2022 Core

In this post, I will demonstrate how to install Windows Server 2022 the way Microsoft recommends… using the ‘Server Core’ option. Yes, by default, this is the default installation choice.

You should install Windows Server 2022 using the Server Core option whenever possible. Windows Server 2022 contains new features and it is the most secure version of Windows Server available to date.

The Server Core option removes all the code associated with the Desktop Experience server role and it has a small disk footprint. Because of the reduced code base, there’s a significantly reduced attack surface and Server Core requires less reboots because there are fewer security patches each month.

To install Windows Server 2022 Server Core, you will need to boot your virtual or physical device using the Windows Server media or mounted ISO file. The out-of-box experience (OOBE) will then run, allowing you to select your regional options, like language; enter a product key; choose between Standard and Datacenter SKUs; and select a disk to install the operating system on. Finally, you need to set an administrator password.

Windows Server 2022 – New Features

Windows Server 2022 contains several new features that are designed to improve security and integrate better with the Azure cloud. You can get a full rundown of the new capabilities on Microsoft’s website here. But here are some of the highlights:

  • Windows Server 2022 enables TLS 1.3 by default. TLS 1.3 brings faster and more secure HTTPS connections.
  • DNS over HTTPS (DoH) improves DNS security.
  • Fileservers get Server Message Block (SMB) AES-256 encryption.
  • East-West SMB encryption controls are included for internal cluster communications.
  • Organizations can now enable encryption for Remote Direct Memory Access (RDMA) without compromising performance.
  • SMB Compression in Windows Server 2022 lowers bandwidth and decreases operation times when copying large files.
  • Azure Automanage brings hotpatching, enabling admins to install security patches for up to three months without rebooting.
  • Microsoft Edge is now the default browser in Windows Server 2022.
  • SMB over QUIC is an SMB Virtual Private Network (VPN) designed for mobile users and high security organizations.
  • And finally, Windows Server 2022 Datacenter – Azure Edition offers the latest hybrid and compute features in the Azure public cloud and on Azure Stack HCI 21H2.

Windows Server 2022 – Hardware Requirements

Regardless of whether you choose to install Windows Server 2022 on physical hardware or in a virtual machine, you’ll need to make sure you meet the minimum hardware requirements. Exceeding the minimum hardware requirements is recommended for most workloads.

Windows Server 2022 Server Core Hardware Requirement Details
Processor 1.4 GHz 64-bit processor
Compatible with x64 instruction set
Supports NX and DEP, CMPXCHG16b, LAHF/SAHF, and PrefetchW
Supports Second Level Address Translation (EPT or NPT)
Memory/RAM 512 MB
Error Correcting Code (ECC) type or similar technology for physical host deployments
800 MB RAM for initial VM deployments
Disk Space 32 GB
Network Requirements An ethernet adapter capable of at least 1GB per second throughput
Compliant with the PCI Express architecture specification
Other UEFI 2.3.1c-based system and firmware that supports secure boot
Trusted Platform Module (TPM)
Graphics device and monitor capable of Super VGA (1024 x 768) or higher-resolution

Download the Windows Server 2022 ISO

Before you can install Windows Server 2022, you’ll need to get hold of the media. There are several ways you can do this. If you don’t have a license for Windows Server, you’ll need to use the evaluation version. You can download an evaluation of Windows Server 2022 from the Microsoft Evaluation Center. Make sure that you select Download the ISO and save it to your hard drive.

Alternatively, if you have access to an MSDN subscription, you can download the Windows Server 2022 from the MSDN website and even get a key to activate Windows Server by clicking Get Key.

For organizations that have a volume licensing agreement with Microsoft, you can get the Windows Server 2022 media from the Volume Licensing Service Center (VLSC).

All those Windows Server VMs running up in Azure, supporting all your Microsoft 365 services? Core. I mean, the vast majority of them are running on Core. No doubt. There is an incredible amount of surface (like that?) footprint that simply doesn’t exist in this infrastructure with the main ‘Desktop Experience’ missing. There are countless vulnerability attack vectors that aren’t there.

Install Windows Server 2022 Server Core

In this demonstration, we’re going to install a new Hyper-V VM and install Windows Server 2022 from the ISO using the Core option. And at the end, I’ll show you my recommendations for post-setup tasks. Let’s jump right in!

Create a new Hyper-V virtual machine

Let’s start by creating a new virtual machine (VM) for Windows Server. Note: If you are familiar with creating Hyper-V VMs, feel free to skip this section. If you want to install Windows Server 2022 Server Core on physical hardware, you need to make sure the Windows Server media is connected to the server and that the server is configured to boot using the disk that will read the media. Most commonly, the ISO will be available on a bootable USB drive.

  1. First, under the Actions menu, click New > Virtual Machine…
Screenshot 2021 09 16 090927
New Virtual Machine…

2. Add a name for this virtual machine so it’s descriptive and precise. ‘AD-WS22-FS04-Core’

Screenshot 2021 09 16 091115
Specify Name and Location

Now, this may seem a bit pedantic to explain, but it may help a few of you. Naming conventions, in many organizations, don’t exist! Now, for my purposes, I am prefacing every VM destined for my Active Directory (AD) domain with ‘AD.’ I know, right? Then, ‘WS22’ for Windows Server 2022, ‘FS04’ for my fourth File Server (Role), and ‘Core’ to designate it as a Server Core install type.

Screenshot 2021 09 16 091637
Choose Generation

3. Almost ALWAYS, you should choose Generation 2 for a more robust VM guest experience with access to more RAM and modern features, especially TPM 2.0 and Secure Boot, requirements for Windows 11!

Screenshot 2021 09 16 091655
RAM – Memory Allocation

4. For my purposes, 3 GB should be enough RAM. Another nice side effect of the Core option.

In just 3 GB, I can have a fairly decent File Server. Also, I tend not to utilize Dynamic Memory with my VMs. With Dynamic Memory enabled on VMs, Windows and the Hyper-V Manager can dynamically allocate RAM where it’s needed most and pull some from running VMs that aren’t needing it. Hmmm, a post on Hyper-V and Dynamic Memory… 🙂

Screenshot 2021 09 16 091710
Choose Network Configuration Type

5. Here, I have my default Internet connection type. This network utilizes my wired Intel NIC on my host PC, and allows Windows to manage the ‘sharing’ of the NIC with VMs. The guest VMs can pass through to my LAN and get a DHCP IP Address from your router.

Screenshot 2021 09 16 091727
How to create a Hard Disk for your VM

6. A new hard disk is created. I generally give it 60 GB. This can always be expanded after the fact, and even when the VM is running.

7. For the rest of the screens, I simply accepted defaults, opting to install an OS later.

Additional steps

Next, we’ll go through some additional steps in prep for installing Windows.

  1. Right-click on the new VM and click Settings.
Screenshot 2021 09 16 092735
Edit Settings

2. We need a DVD drive to mount the ISO to. With SCSI Controller selected, click Add, then select DVD Drive, and Add again.

Screenshot 2021 09 16 092924
Add DVD Drive

3. Here, I chose Image file, clicked Browse, and found my local Windows Server 2022 ISO file.

Screenshot 2021 09 16 093102
ISO file added to DVD Drive

4. Here, I click Apply, then go to Firmware to move the new ISO-mounted DVD Drive to the top of the Boot order.

Screenshot 2021 09 16 093245
DVD Drive is now at top of Boot order

5. Just two more changes to make. I click in the Processor category and bump it up from 1 to either 2 or 4. As this is a Core File Server, I’ll see how things go with 2 virtual cores.

Screenshot 2021 09 16 093442
Processor Cores

6. Lastly, click on Checkpoints and turn off Use automatic checkpoints.

This is just something I do. I would prefer to keep control of when I create Checkpoints. But, feel free to keep this checked if you want the extra security of knowing you can revert if something goes wrong. Click OK and we are ready to go!

Install Windows Server 2022 in a virtual machine

  1. First, right-click on your new VM and click Connect. This will open the ‘KVM’ window for our new install.
Screenshot 2021 09 16 094547
Virtual Machine Connection window

2. Click Start! Be ready to click in your window and press any key to boot from our mounted ISO file. And here we are, starting ‘Microsoft Server Operating System Setup’. Click Next, let’s do this.

Screenshot 2021 09 16 094711
Windows Setup Start

3. Click Install Now, and you’ll come to the Activate screen. Here, if you have one, you can enter a product key from your license agreement. A MAK (Multiple Activation Key) would work, in addition to any retail keys you may have purchased. Honestly, I would choose I don’t have a product key so you can allow your KMS Server (if you have one…you have one, don’t you? What?) to activate the server automatically after you join it to your domain.

4. At the Select the operating system you want to install screen, we will choose Windows Server 2022 Datacenter. Note…without the ‘Desktop Experience’.

Screenshot 2021 09 16 095013
Choose the type of install

5. Click Next, Accept the license terms, choose the Custom install type as this is a clean install, and verify the single 60GB or whatever size you chose partition is selected, and click Next.

Screenshot 2021 09 16 095308
Where do you want to install the operating system?

Alright, we are in motion.

Screenshot 2021 09 16 095405
Installing…

6. When it’s done, you’re required to create a new password for the local Administrator account. Enter complex password and confirm it.

Screenshot 2021 09 16 095650
Create Administrator Password!

And, that’s it! SConfig will autoload. You just installed Windows Server 2022 Core!

Screenshot 2021 09 16 095721
Windows Server SConfig Screen

Post setup tasks

There are just a few tasks you should perform here.

  1. First, enter ‘2‘ to change the computer name. I’ll change ours to WS22-FS04-Core. (I am omitting the ‘AD’ as it’s redundant in this context).
  2. Type Y and press ENTER to reboot.
Screenshot 2021 09 16 100451
Change Computer Name

After pressing Y to reboot, I had to wait 3 seconds and I was already back to the login prompt. Nice!

3. Next, choose 7) Remote desktop, ‘E‘ to Enable Remote Desktop, then ‘1‘ to use the more secure NLA, Network Level Authentication.

Screenshot 2021 09 16 100712
Enable Remote Desktop

4. Then, choose 6) Install Updates, then 1) All quality updates.

Screenshot 2021 09 16 100921
Install Updates

If you were truly eagle-eyed, you may have noticed the ISO I used was released in August 2021. Microsoft releases newer, updated ISOs usually every month with the latest MCU (Monthly Cumulative Update) incorporated into the ISO.

As I am going through this Patch Tuesday week, September’s MCU (2) is available. I will choose ‘A‘ for all updates, wait for them to install, and then reboot when prompted.

Screenshot 2021 09 16 101142
Actually Installing Updates Now…

Installing Windows Server 2022 Server Core is easy

And, we’re done! I hope you enjoyed this post on Installing Windows Server 2022 Core in a Hyper-V VM. Not too bad, right? Nope.

In my next (shorter) post on this topic, I’ll be explaining how to join this new server to Active Directory. Thank you for reading!

Related Article: