Invoke-RASTenantBroker
Joins/Unjoins a Tenant Broker.
**Invoke-RASTenantBroker - (string) - (SwitchParameter) [ (string)] [ (uint)] [ (string)] [ (string)] [()]
Invoke-RASTenantBroker - (SwitchParameter) [ (uint)] [()]
Joins/Unjoins a Tenant Broker.
Site ID from which to retrieve the Tenant Broker settings (optional).
Join Tenant Broker SwitchParameter.
This can be the Tenant Broker secret key located at Farm | Settings | Tenant Broker, or the Tenant invitation hash created at Farm | Tenants | Add.
The IP or DNS address of the Tenant Broker to join.
The Tenant name. Applicable only if Farms are allowed to register using a secret key.
The accessible name. Applicable only if Farms are allowed to register using a secret key.
Unjoin Tenant Broker SwitchParameter.
(CommonParameters)
-none-
-none-
**---------- 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.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false Required? true
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false Required? true
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters documentation.