Hide license info for Service Providers

2 users found this article helpful

Applicable when using Tenant Broker (based on the Tenant Broker configuration for existing or new tenants) and also standard where license information is not shown for non-root


This article illustrates the ability to hide license information to Tenant farms for non-root admins.


Based on the Tenant Broker configuration for existing or new tenants, and also standard where license information is not shown for non-root-admin.

Previously, both root admins and non-root admins could see license information.

In 19.3.24503, only root admins could have access to view license information.

In order to enable this functionality, below are the actions to run on the Tenant Broker.

First, we need to generate a HashKey on the Tenant Broker:

do not show billing info

 

PowerShell:

Open Powershell on Tenant Broker.

  1. Import-Module RASAdmin
  2. New-RASSession -Server "tenant.company.com"
  3. Invoke-RASTenantBroker -HashKey <string> -Join <SwitchParameter> [-HideLicenseInfo <bool>] [-PublicDomainAddresses <string>] [-SiteId <uint>] [-TenantBroker <string>] [-TenantName <string>] [<CommonParameters>]

Example of how cmdlet in step 3 should look:

Here is how it should look like after license information is hidden:

RootAdmin

 

non-root admin

Was this article helpful?

Tell us how we can improve it.