Topic Last Modified: 2013-05-09
Indicates whether licensing information for the specified tenant is available in the Lync admin center.
This cmdlet can only be used with Lync Online.
Syntax
Get-CsTenantLicensingConfiguration [-Filter]
<Object>] [-Identity] <Object>] [-Tenant]
<Object>] [-LocalStore]
|
Detailed Description
The Get-CsTenantLicensingConfiguration cmdlet indicates whether licensing information for the specified tenant is available in the Lync admin center. The cmdlet returns information similar to this:
Identity : Global
Status : Enabled
If the Status is equal to Enabled then licensing information is available in the Lync admin center. If not, then licensing information is not available in the Lync admin center.
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
Filter |
Optional |
System.String |
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. |
Identity |
Optinal |
Microsoft.Rtc.Management.Xds.XdsIdentity |
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. |
LocalStore |
Optional |
System.Management.Automation.SwitchParameter |
Retrieves the tenant licensing configuration data from the local replica of the Central Management store, rather than the Central Management store itself. |
Tenant |
Optional |
System.Guid |
Globally unique identifier (GUID) of the tenant account whose licensing settings are being returned. For example: –Tenant "38aad667-af54-4397-aaa7-e94c79ec2308" You can return the tenant ID for each of your tenants by running this command: Get-CsTenant | Select-Object DisplayName, TenantID |
Input Types
The Get-CsTenantLicensingConfiguration cmdlet does not accept pipelined input.
Return Types
The Get-CsTenantLicensingConfiguration cmdlet returns instances of the Deserialized.Microsoft.Rtc.Management.WritableConfig.Settings.TenantConfiguration.TenantLicensingConfiguration object.
Example
The command shown in Example 1 returns licensing configuration information for the current tenant:
Copy Code | |
---|---|
Get-CsTenantLicensingConfiguration |