Set-RASTenantBrokerSettings
Updates the default Tenant Broker Settings.
Set-RASTenantBrokerSettings [-AllowRegistrationWithSecretKey <bool>] [-BrokerAddress <string>] [-HideBillingInfo <bool>] [-OverrideAddress <bool>] [-SiteId <uint>] [-TenantDomain <string>] [<CommonParameters>]
Updates the default Tenant Broker Settings.
-SiteId <uint> Site ID for which to modify the Tenant Broker settings.
-BrokerAddress <string> IP 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>
-none-
-none-
---------- EXAMPLE 1 ----------
Set-RASTenantBrokerSettings -OverrideAddress $true
Updates the Tenant Broker Settings to use the global broker address.