Invoke-RASTenantBroker

NAME

Invoke-RASTenantBroker

SYNOPSIS

Joins/Unjoins a Tenant Broker.

SYNTAX

Invoke-RASTenantBroker -HashKeyarrow-up-right <string> -Joinarrow-up-right <SwitchParameter> [-PublicDomainAddressesarrow-up-right <string>] [-SiteIdarrow-up-right <uint>] [-TenantBrokerarrow-up-right <string>] [-TenantNamearrow-up-right <string>] [<CommonParametersarrow-up-right>] Invoke-RASTenantBroker -Unjoinarrow-up-right <SwitchParameter> [-SiteIdarrow-up-right <uint>] [<CommonParametersarrow-up-right>]

DESCRIPTION

Joins/Unjoins a Tenant Broker.

PARAMETERS

-SiteId <uint> Site ID from which to retrieve the Tenant Broker settings (optional).

        Required?                    false
        Position?                    named
        Default value                0
        Accept pipeline input?       false
        Accept wildcard characters?  false

-Join <SwitchParameter> Join Tenant Broker SwitchParameter.

-HashKey <string> This can be the Tenant Broker secret key located at Farm | Settings | Tenant Broker, or the Tenant invitation hash created at Farm | Tenants | Add.

-TenantBroker <string> The IP or DNS address of the Tenant Broker to join.

-TenantName <string> The Tenant name. Applicable only if Farms are allowed to register using a secret key.

-PublicDomainAddresses <string> The accessible name. Applicable only if Farms are allowed to register using a secret key.

-Unjoin <SwitchParameter> Unjoin Tenant Broker SwitchParameter.

<CommonParameters>

INPUTS

-none-

OUTPUTS

-none-

EXAMPLES

---------- EXAMPLE 1 ---------- Invoke-RASTenantBroker -Join -HashKey "9A76312E-2EB7-4386-8AAF-180BC1015055" -TenantBroker "TB1" Joins the Tenant Broker TB1 with the provided hash key. ---------- EXAMPLE 2 ---------- Invoke-RASTenantBroker -Join -HashKey "9A76312E-2EB7-4386-8AAF-180BC1541055" -TenantBroker "TB1" -TenantName "tb01" Joins the Tenant Broker TB1 (tb01) with the provided hash key. ---------- EXAMPLE 3 ---------- Invoke-RASTenantBroker -Unjoin Unjoins the tenant broker.

Last updated