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.

        Required?                    false

        Position?                    named

        Default value                0

        Accept pipeline input?       false

        Accept wildcard characters?  false

-Command <TenantBrokerSettingsCommand> Tenant Broker Settings command.

Possible values: GenerateHash

<CommonParameters>

INPUTS

-none-

OUTPUTS

-none-

EXAMPLES

---------- 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