Get-CsTenantLicensingConfiguration
Indicates whether licensing information for the specified tenant is available in the Teams admin center.
Syntax
Get-CsTenantLicensingConfiguration
[[-Identity] <String>]
[-MsftInternalProcessingMode <String>]
[<CommonParameters>]
Get-CsTenantLicensingConfiguration
[-MsftInternalProcessingMode <String>]
[-Filter <String>]
[<CommonParameters>]
Description
The Get-CsTenantLicensingConfiguration cmdlet indicates whether licensing information for the specified tenant is available in the Teams admin center. The cmdlet returns information similar to this:
Identity : GlobalStatus : Enabled
If the Status is equal to Enabled then licensing information is available in the admin center. If not, then licensing information is not available in the admin center.
Examples
-------------------------- Example 1 --------------------------
Get-CsTenantLicensingConfiguration
The command shown in Example 1 returns licensing configuration information for the current tenant:
Parameters
-Filter
Enables you to use wildcard characters in order to return a collection of tenant licensing configuration settings. Because each tenant is limited to a single, global collection of licensing configuration settings there is no need to use the Filter parameter.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
-Identity
Specifies the collection of tenant licensing configuration settings to be returned. Because each tenant is limited to a single, global collection of licensing settings there is no need include this parameter when calling the Get-CsTenantLicensingConfiguration cmdlet.
Type: | XdsIdentity |
Position: | 2 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |
-MsftInternalProcessingMode
For internal use only.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
Deserialized.Microsoft.Rtc.Management.WritableConfig.Settings.TenantConfiguration.TenantLicensingConfiguration