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

Red Hat: Notes

Windows Event Log Settings

wevtutil set-log Application /ms:134217728 wevtutil set-log Security /ms:134217728 wevtutil set-log System /ms:134217728 wevtutil set-log Setup /ms:134217728 wevtutil set-log Application /rt:true /ab:true wevtutil set-log Security /rt:true /ab:true wevtutil set-log System /rt:true /ab:true wevtutil set-log Setup /rt:true /ab:true /ms: maximum size in bytes /rt: retention /ab: automatic backup

Synology: Commonly Used Commands

Commonly used commands via ssh with Synology NAS.