In this tutorial, we will learn how to install Active Directory Domain Services using PowerShell cmdlets Before proceeding to install, we will check the available features to install. We will use Get-WindowsFeature cmdlet to get the available features to install. Result will be as below and you can see Active Directory Domain Services is available to install. Run the below cmdlet to install the Active Directory Domain Services including all the management tools (Need reboot the complete the installation). Install-WindowsFeature -IncludeManagementTools AD-Domain-Services To cross verify installation you can run the Get-WindowsFeature once again and check the results, status of Active Directory Domain Services should change to Installed as in below screen shot. Post this we need to promote this server as Domain controller to complete the configuration. As this is a totally new setup we are configuring as First domain controller in new forest as we don&
Sharing Knowledge