Skip to main content

Microsoft Windows Server 2019 Core as Domain Controller

It is time to run AD DS, DNS, DHCP services on Microsoft Windows Server 2019 Core.

Preparation steps

  • Download ISO file and prepare USB flash drive
  • Install operation system
  • Run sconfig and complete all steps before moving on

Get a list of AD features

Powershell: Get-WindowsFeature *AD*

Install AD DS and management tools

Powershell: Install AD DS

Install AD DS Forest

Install AD DS Forest

Verify and check what other features are installed

Get-WindowsFeature | ? "Installed"
Server 2019: Check what services/features are installed

Popular posts from this blog

GNU nano Text Editor

nano - Nano's ANOther editor, an enhanced free Pico clone

Powershell: head and tail command

Use head or tail to skim the first or last 5 lines.

Using Powershell to manage Hyper-V

Common powershell cmdlets to manage Hyper-V.