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)] [NLAUsername (string)] [SiteId (uint)] [(CommonParameters)]

Invoke-RASADIntegrationSettings -ValidateAWS (SwitchParameter) [AccessKeyId (string)] [CertificateAuthority (string)] [EnrollmentAgentPassword (SecureString)] [EnrollmentAgentUsername (string)] [EnrollmentServerId (uint)] [NLAUsername (string)] [Region (string)] [SecretAccessKey (SecureString)] [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 with type Microsoft Active Directory Certificate Services (AD CS).

ValidateAWS (SwitchParameter)

Specifies to validate the AD integration settings with type AWS Private Certificate Authority.

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.

AccessKeyId (string)

Access Key ID (AWS Private CA)

SecretAccessKey (SecureString)

Secret Access Key (AWS Private CA)

Region (string)

Region (AWS Private CA).

(CommonParameters)

INPUTS

-none-

OUTPUTS

ADIntegrationSettings

EXAMPLES

---------- EXAMPLE 1 ----------

Invoke-RASADIntegrationSettings -Validate

Validate the AD integration settings for the current site.

Last updated