Invoke-RASADIntegrationSettings
Invoke an AD integration settings command.
Invoke-RASADIntegrationSettings -Validate <SwitchParameter> [-CertificateAuthority <string>] [-EnrollmentAgentPassword <SecureString>] [-EnrollmentAgentUsername <string>] [-EnrollmentServerId <uint>] [-NLAPassword <SecureString>] [-NLAUsername <string>] [-SiteId <uint>] [<CommonParameters>]
Invoke an AD integration settings command using the specified parameters and their values.
-Validate <SwitchParameter> Specifies to validate the AD integration settings.
-EnrollmentServerId <uint> The ID of the Enrollment Agent that will validate AD integration settings.
-SiteId <uint> Site ID in which to validate the specified AD integration settings.
-CertificateAuthority <string> Certificate authority
-EnrollmentAgentUsername <string> Username of the enrollment agent
-EnrollmentAgentPassword <SecureString> Password of the account specified in the EnrollmentAgentUsername parameter.
-NLAUsername <string> Principal name in UPN format used to initialize the RDP session.
-NLAPassword <SecureString> Password of the account specified in the NLAUsername parameter.
<CommonParameters>
-none-
---------- EXAMPLE 1 ----------
Invoke-RASADIntegrationSettings -Validate
Validate the AD integration settings for the current site.