Invoke-RASADIntegrationSettings
NAME
Invoke-RASADIntegrationSettings
SYNOPSIS
Invoke an AD integration settings command.
SYNTAX
Invoke-RASADIntegrationSettings -Validate (SwitchParameter) [CertificateAuthority (string)] [EnrollmentAgentPassword (SecureString)] [EnrollmentAgentUsername (string)] [EnrollmentServerId (uint)] [NLAPassword (SecureString)] [NLAUsername (string)] [SiteId (uint)] [(CommonParameters)]
DESCRIPTION
Invoke an AD integration settings command using the specified parameters and their values.
PARAMETERS
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)
INPUTS
-none-
OUTPUTS
EXAMPLES
---------- EXAMPLE 1 ----------
Invoke-RASADIntegrationSettings -Validate
Validate the AD integration settings for the current site.
RELATED LINKS
Last updated