There are five main Active Directory server roles. These roles are grouped together in the required Active Directory environment, in order to set up and configure Active Directory server roles:
- Active Directory Domain Services (AD DS)
- Active Directory Federation Services (AD FS)
- Active Directory Lightweight Directory Services (AD LDS)
- Active Directory Rights Management Services (AD RMS)
- Active Directory Certificate Services (AD CS)
Since Windows Server 2008, these roles can be installed and configured using Windows Server Manager. It is the same in Windows Server 2016.
Each of these server roles can also be installed and configured using PowerShell. The following PowerShell cmdlets can be used to install Active Directory server roles:
PowerShell cmdlets | Description |
Install-WindowsFeature AD-Domain-Services |
This cmdlet will install the AD... |