@@ -13,23 +13,24 @@ ms.reviewer:
13
13
# Get-CsTenantLicensingConfiguration
14
14
15
15
## SYNOPSIS
16
- Indicates whether licensing information for the specified tenant is available in the Lync admin center.
16
+ Indicates whether licensing information for the specified tenant is available in the Teams admin center.
17
17
18
18
## SYNTAX
19
19
20
20
### Identity (Default)
21
21
```
22
- Get-CsTenantHybridConfiguration [-Tenant <Guid>] [[ -Identity] <XdsIdentity >] [-LocalStore ]
22
+ Get-CsTenantLicensingConfiguration [[ -Identity] <String >] [-MsftInternalProcessingMode <String> ]
23
23
[<CommonParameters>]
24
24
```
25
25
26
26
### Filter
27
27
```
28
- Get-CsTenantHybridConfiguration [-Tenant <Guid>] [-Filter <String>] [-LocalStore] [<CommonParameters>]
28
+ Get-CsTenantLicensingConfiguration [-MsftInternalProcessingMode <String>] [-Filter <String>]
29
+ [<CommonParameters>]
29
30
```
30
31
31
32
## DESCRIPTION
32
- The Get-CsTenantLicensingConfiguration cmdlet indicates whether licensing information for the specified tenant is available in the Lync admin center.
33
+ The Get-CsTenantLicensingConfiguration cmdlet indicates whether licensing information for the specified tenant is available in the Teams admin center.
33
34
The cmdlet returns information similar to this:
34
35
35
36
Identity : GlobalStatus : Enabled
@@ -55,7 +56,7 @@ Because each tenant is limited to a single, global collection of licensing confi
55
56
56
57
``` yaml
57
58
Type : String
58
- Parameter Sets : (All)
59
+ Parameter Sets : Filter
59
60
Aliases :
60
61
Applicable : Skype for Business Online
61
62
@@ -72,7 +73,7 @@ Because each tenant is limited to a single, global collection of licensing setti
72
73
73
74
` ` ` yaml
74
75
Type : XdsIdentity
75
- Parameter Sets : (All)
76
+ Parameter Sets : Identity
76
77
Aliases :
77
78
Applicable : Skype for Business Online
78
79
@@ -83,37 +84,13 @@ Accept pipeline input: False
83
84
Accept wildcard characters : False
84
85
` ` `
85
86
86
- ### -LocalStore
87
- This parameter is not used with Skype for Business Online.
88
-
89
- ` ` ` yaml
90
- Type : SwitchParameter
91
- Parameter Sets : (All)
92
- Aliases :
93
- Applicable : Skype for Business Online
94
-
95
- Required : False
96
- Position : Named
97
- Default value : None
98
- Accept pipeline input : False
99
- Accept wildcard characters : False
100
- ` ` `
101
-
102
- ### -Tenant
103
- Globally unique identifier (GUID) of the tenant account whose licensing settings are being returned.
104
- For example:
105
-
106
- ` -Tenant "38aad667-af54-4397-aaa7-e94c79ec2308"`
107
-
108
- You can return your tenant ID by running this command :
109
-
110
- ` Get-CsTenant | Select-Object DisplayName, TenantID`
87
+ ### -MsftInternalProcessingMode
88
+ For internal use only.
111
89
112
90
` ` ` yaml
113
- Type: Guid
91
+ Type : String
114
92
Parameter Sets : (All)
115
- Aliases:
116
- Applicable: Skype for Business Online
93
+ Aliases :
117
94
118
95
Required : False
119
96
Position : Named
0 commit comments