Invoke-RASConnectionBroker
NAME
Invoke-RASConnectionBroker
SYNOPSIS
Invokes a Connection Broker command.
SYNTAX
Invoke-RASConnectionBroker [Id] (uint) -GenerateAPIToken (SwitchParameter) [(CommonParameters)] **
Invoke-RASConnectionBroker [-InputObject] (ConnectionBroker) -GenerateAPIToken (SwitchParameter) [(CommonParameters)] **
Invoke-RASConnectionBroker [Server] (string) [[-SiteId] (uint)] -GenerateAPIToken (SwitchParameter) [(CommonParameters)] **
DESCRIPTION
Invokes a Connection Broker command.
PARAMETERS
Server (string)
The name of the RAS Connection Broker server.
This must be the actual server name used in the Parallels RAS farm.
SiteId (uint)
Site ID of the RAS Connection Broker server.
If the parameter is omitted, the Licensing Server site ID will be used.
Id (uint)
The ID of the RAS Connection Broker server.
InputObject (ConnectionBroker)
An object of type Broker representing the RAS Connection Broker.
To obtain the object, use the Get-RASBroker cmdlet.
GenerateAPIToken (SwitchParameter)
Generate API token SwitchParameter.
(CommonParameters)
INPUTS
OUTPUTS
-none-
---------- EXAMPLE 1 ----------
Invoke-RASConnectionBroker -Id 1 -GenerateAPIToken
Generates the API token for the provided provider (by ID). ---------- EXAMPLE 2 ----------
Invoke-RASConnectionBroker -Server "1.1.1.1" -SiteId 1 -GenerateAPIToken
Generates the API token for the provided provider (by Server). ---------- EXAMPLE 3 ----------
Invoke-RASConnectionBroker -InputObject $cb -GenerateAPIToken
Generates the API token for the provided provider (by InputObject).
RELATED LINKS
Last updated