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
Required? true
Position? named
Default value GenerateHash
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters documentation.
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.
RELATED LINKS
Last updated