The Active Directory domain name. The Active Directory domain name is the root domain naming context of the Active Directory. For example:

example.com

To retrieve the Active Directory domain name, run the following PowerShell command:

([ADSI]"LDAP://RootDSE").rootDomainNamingContext -replace '^DC=', '' -replace '.DC=', '.'

You can specify multiple domain names by specifying multiple Domain Name settings. This setting contains child settings that configure the connection to the Active Directory domain.

Mandatory: Yes.