Active Directory Server Configuration Parameters ------------------------------------------------ This section describes the Active Directory Server configuration parameters. .. raw:: latex For detailed provisioning steps and examples, see the Microsoft Configuration Guide. .. raw:: html
For detailed provisioning steps and examples, see Microsoft Configuration Guide.
The table describes the configuration parameters: Table: *Active Directory Server Configuration Parameter* +---------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+ | Parameter | Description | +=================================+================================================================================================================================================+ | Version | Currently, the only supported value is | | | ``1.0``. | +---------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+ | Host Name | IP address or FQDN of the PowerShell | | | Proxy that will be used to create the | | | Active Directory PowerShell session. | +---------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+ | Username / Password | Sign-in credentials for the Remote | | | Management Service Account | | | | +---------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+ | Domain Name / Domain Username / | Sign-in credentials for the Active | | Domain Password | Directory Management Account | | | | +---------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+ | Active Directory Filter | Active Directory search filter. This is | | | the "-Filter" argument to the PowerShell | | | cmdlet *Get-AdUser*. It is a required | | | parameter; to search without filtering, | | | simply specify the single character "*" | | | (without the quotes). For information | | | about advanced filtering, see this | | | `article