skip to content
Maathuran's Blog
Windows Server Core 2022 Active Directory

Windows Server Core 2022 Active Directory

/ 1 min read

Last Updated:

Introduction

Install Active Directory Domain Services (ADDS) role by running the following command

Install-WindowsFeature AD-Domain-Services –IncludeManagementTools -Verbose
banner

To check if AD-Domain-Services is installed, run

Get-WindowsFeature -Name *AD*
banner

Install a new Active Directory forest with the following

Install-ADDSForest -DomainName ata.al -ForestMode WinThreshold -DomainMode WinThreshold -DomainNetbiosName ATAAL -InstallDns:$true

You will be prompted to make a SafeModeAdministratorPassword banner

You will be asked if this server will be promoted to a Domain Controller. Type in A to accept all banner

It might take some time to set it all up banner

Adding Active Directory Domain Services (ADDS) module to Windows Admin Center (WAC)

Log into WAC with your domain admin account and click on Settings. banner

On the right side menu, scroll down until you find Extensions. banner

Search or find Active Directory. banner

Then click on Install banner

After it is done installing, you can navigate back to the home page and then find Active Directory. banner