Skip to content

Commit eb4a9a7

Browse files
authored
Merge pull request #10786 from get-itips/patch-413
Update to current params
2 parents 9c58c44 + 6b63185 commit eb4a9a7

File tree

1 file changed

+11
-34
lines changed

1 file changed

+11
-34
lines changed

skype/skype-ps/skype/Get-CsTenantLicensingConfiguration.md

Lines changed: 11 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,24 @@ ms.reviewer:
1313
# Get-CsTenantLicensingConfiguration
1414

1515
## 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.
1717

1818
## SYNTAX
1919

2020
### Identity (Default)
2121
```
22-
Get-CsTenantHybridConfiguration [-Tenant <Guid>] [[-Identity] <XdsIdentity>] [-LocalStore]
22+
Get-CsTenantLicensingConfiguration [[-Identity] <String>] [-MsftInternalProcessingMode <String>]
2323
[<CommonParameters>]
2424
```
2525

2626
### Filter
2727
```
28-
Get-CsTenantHybridConfiguration [-Tenant <Guid>] [-Filter <String>] [-LocalStore] [<CommonParameters>]
28+
Get-CsTenantLicensingConfiguration [-MsftInternalProcessingMode <String>] [-Filter <String>]
29+
[<CommonParameters>]
2930
```
3031

3132
## 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.
3334
The cmdlet returns information similar to this:
3435

3536
Identity : GlobalStatus : Enabled
@@ -55,7 +56,7 @@ Because each tenant is limited to a single, global collection of licensing confi
5556

5657
```yaml
5758
Type: String
58-
Parameter Sets: (All)
59+
Parameter Sets: Filter
5960
Aliases:
6061
Applicable: Skype for Business Online
6162

@@ -72,7 +73,7 @@ Because each tenant is limited to a single, global collection of licensing setti
7273
7374
```yaml
7475
Type: XdsIdentity
75-
Parameter Sets: (All)
76+
Parameter Sets: Identity
7677
Aliases:
7778
Applicable: Skype for Business Online
7879

@@ -83,37 +84,13 @@ Accept pipeline input: False
8384
Accept wildcard characters: False
8485
```
8586
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.
11189
11290
```yaml
113-
Type: Guid
91+
Type: String
11492
Parameter Sets: (All)
115-
Aliases:
116-
Applicable: Skype for Business Online
93+
Aliases:
11794

11895
Required: False
11996
Position: Named

0 commit comments

Comments
 (0)