Skip to content

Server Core 2019

5huckle edited this page Nov 10, 2022 · 1 revision

Setup

After configuration, I entered powershell (using the command powershell) to install and configure AD services.

To install AD services, enter the command:

Install-WindowsFeature AD-Domain-Services -IncludeManagementTools

Install the AD Forest using:

Install-ADDSForest -DomainName domain_name

Clone this wiki locally