Set-RASConnectionBrokerDefaultSettings

NAME

Set-RASConnectionBrokerDefaultSettings

SYNOPSIS

Modifies default settings used to configure a RAS Connection Broker.

SYNTAX

Set-RASConnectionBrokerDefaultSettings [APIPort (uint)] [APIToken (string)] [CertificateId (uint)] [Cipher (string)] [CipherPreference (bool)] [-CipherStrength {Low | Medium | High | Custom}] [EnableAPI (bool)] [-MinSSLVersion {TLSv1 | TLSv1_1 | TLSv1_2 | TLSv1_3}] [SiteId (uint)] [(CommonParameters)]

DESCRIPTION

Modifies default settings used to configure a RAS Connection Broker.

For each setting, the cmdlet has a corresponding input parameter. To modify a setting, specify a matching parameter and its value.

Default settings are defined on a site level and are applied to a Connection Broker when it is initially added to the site.

To retrieve the current defaults settings, use the Get-RASConnectionBrokerDefaultSettings cmdlet.

PARAMETERS

SiteId (uint)

Site ID for which to modify the default Connection Broker settings.

EnableAPI (bool)

Enable or disable the API.

APIPort (uint)

API port number.

MinSSLVersion

(AcceptedSSLVersion) Minimum SSL version. Accepted values: TLSv1_3 (TLS v1.3 only, strong), TLSv1_2 (TLS v1.2 - TLS v1.3), TLSv1_1 (TLS v1.1 - TLS v1.3), TLSv1 (TLS v1 - TLS v1.3).

Possible values: TLSv1, TLSv1_1, TLSv1_2, TLSv1_3

CipherStrength (CipherStrength)

Cipher strength. Accepted values: Low, Medium, High, Custom.

Possible values: Low, Medium, High, Custom

Cipher (string)

Cipher string.

CipherPreference (bool)

Enable or disable Use ciphers according to server preference.

CertificateId (uint)

The Certificate ID.

APIToken (string)

API token.

(CommonParameters)

INPUTS

-none-

OUTPUTS

-none-

EXAMPLES

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

Set-RASConnectionBrokerDefaultSettings -SiteId 2 -APIPort 5000

Sets the default value of the APIPort property for the specified site.

Last updated