Skip to content

Commit dc04820

Browse files
authored
Also improving Get
1 parent 8d13bf7 commit dc04820

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

skype/skype-ps/skype/Get-CsTenantDialPlan.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You can use the Get-CsTenantDialPlan cmdlet to retrieve specific information abo
4242
Get-CsTenantDialPlan
4343
```
4444

45-
This example retrieves a tenant dial plan.
45+
This example retrieves all existing tenant dial plans.
4646

4747

4848

@@ -51,7 +51,7 @@ This example retrieves a tenant dial plan.
5151
Get-CsTenantDialPlan -Identity Vt1TenantDialPlan2
5252
```
5353

54-
This example retrieves the tenant dial plan that is within the scope of Vt1TenantDialplan2.
54+
This example retrieves the tenant dial plan that has an identity of Vt1TenantDialplan2.
5555

5656

5757
## PARAMETERS
@@ -73,7 +73,7 @@ Accept wildcard characters: False
7373
```
7474
7575
### -Identity
76-
The Identity parameter is a unique identifier that designates the scope, and for per-user scope a name, which identifies the tenant dial plan to retrieve.
76+
The Identity parameter is a unique identifier that designates the name of the tenant dial plan to retrieve.
7777
7878
```yaml
7979
Type: XdsIdentity

0 commit comments

Comments
 (0)