Set-RASTenantBrokerSettings

NAME

Set-RASTenantBrokerSettings

SYNOPSIS

Updates the default Tenant Broker Settings.

SYNTAX

Set-RASTenantBrokerSettings [-AllowRegistrationWithSecretKey <bool>] [-BrokerAddress <string>] [-HideBillingInfo <bool>] [-OverrideAddress <bool>] [-SiteId <uint>] [-TenantDomain <string>] [<CommonParameters>]

DESCRIPTION

Updates the default Tenant Broker Settings.

PARAMETERS

-SiteId <uint> Site ID for which to modify the Tenant Broker settings.

        Required?                    false

        Position?                    named

        Default value                0

        Accept pipeline input?       false

        Accept wildcard characters?  false

-BrokerAddress <string> Address to be used when registering a tenant, when the OverrideAddress is set.

-HideBillingInfo <bool> When set, billing information is not provided in the Licensing category of Tenants joined with secret keys.

-OverrideAddress <bool> Override Tenant Broker address in tenant invitations and secret keys.

-TenantDomain <string> Public domain address used to register the tenants. If you want to register tenants as subdomains, specify the domain part of the host name. For example, to use "subdomain.domain.com" as a tenant hosts name, specify "domain.com".

-AllowRegistrationWithSecretKey <bool> Allow RAS Sites to register in Tenant Broker using a secret key.

<CommonParameters>

INPUTS

-none-

OUTPUTS

-none-

EXAMPLES

---------- EXAMPLE 1 ----------

Set-RASTenantBrokerSettings -OverrideAddress $true

Updates the Tenant Broker Settings to use the global broker address.

Last updated