For the complete documentation index, see llms.txt. This page is also available as Markdown.

Invoke-RASTenantBrokerSettings

NAME

Invoke-RASTenantBrokerSettings

SYNOPSIS

The cmdlet invokes a command on an object of type Tenant Broker Settings. Available commands: GenerateHash

SYNTAX

Invoke-RASTenantBrokerSettings -Command {GenerateHash} [-SiteId (uint)] [(CommonParameters)] **

DESCRIPTION

The cmdlet invokes a command on an object of type Tenant Broker Settings. Available commands: GenerateHash

PARAMETERS

SiteId (uint)

Site ID from which to retrieve the Tenant Broker settings.

Tenant Broker Settings command.

Possible values: GenerateHash

(CommonParameters)

INPUTS

-none-

OUTPUTS

-none-

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

Invoke-RASTenantBrokerSettings -SiteId 1 -Command GenerateHash

Updates the specified site's default Tenant Broker settings with a new secret hash key.

Last updated