Set-RASADIntegrationSettings

NAME

Set-RASADIntegrationSettings

SYNOPSIS

Modifies the AD integration settings.

SYNTAX

Set-RASADIntegrationSettings [AccessKeyId (string)] [-CAType {MicrosoftADCS | AWSPrivateCA}] [CertificateAuthority (string)] [EnrollmentAgentPassword (SecureString)] [EnrollmentAgentUsername (string)] [NLAPassword (SecureString)] [NLAUsername (string)] [ProviderId (uint)] [Region (string)] [SecretAccessKey (SecureString)] [SiteId (uint)] [UseSameAccessKeyAsProvider (bool)] [(CommonParameters)]

DESCRIPTION

Modifies the AD integration settings using the specified parameters and their values.

All parameters are optional.

PARAMETERS

SiteId (uint)

Site ID in which to modify the specified AD integration settings.

CAType (CAType)

Certificate authority type

Possible values: MicrosoftADCS, AWSPrivateCA

CertificateAuthority (string)

Certificate authority

Region (string)

Region (AWS Private CA). If the Certificate authority is set, the region is ignored as it will be extracted from the Certificate authority.

UseSameAccessKeyAsProvider (bool)

Specifies whether to use same access key as provider or not (AWS Private CA)

ProviderId (uint)

The ID of the specific Provider to be used (AWS Private CA)

AccessKeyId (string)

Access Key ID (AWS Private CA)

SecretAccessKey (SecureString)

Secret Access Key (AWS Private CA)

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

-none-

EXAMPLES

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

Set-RASADIntegrationSettings -SiteID 1 -EnrollmentAgentUsername "EAUsername"

Modifies the enrollment agent's username in the AD integration settings.

Last updated