Skip to content

Commit 7b31f19

Browse files
authored
Merge pull request MicrosoftDocs#2210 from greiginsydney/patch-12
Minor typos + changed -whatif description
2 parents c052c02 + 883aebc commit 7b31f19

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

skype/skype-ps/skype/Grant-CsTenantDialPlan.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,14 @@ A tenant dial plan determines such things as how normalization rules are applied
2626
You can check whether a user has been granted a per-user tenant dial plan by calling a command in this format: `Get-CsOnlineUser "\<user name\>" | Select-Object TenantDialPlan.`
2727
## EXAMPLES
2828

29-
### -------------------------- Example 1 -------------------------- (Skype for Business Online)
29+
### -------------------------- Example 1 --------------------------
30+
31+
(Skype for Business Online)
3032
```
3133
Grant-CsTenantDialPlan -PolicyName Vt1tenantDialPlan9 -Identity (Get-CsOnlineUser Vt1_User1).SipAddress
3234
```
3335

34-
This example grants the Vt1tenantDialPlan 9 dial plan to Vt1_User1.
36+
This example grants the Vt1tenantDialPlan9 dial plan to Vt1_User1.
3537

3638

3739
## PARAMETERS
@@ -102,7 +104,6 @@ Accept wildcard characters: False
102104
```
103105
104106
### -PassThru
105-
PARAMVALUE: SwitchParameter
106107
107108
```yaml
108109
Type: SwitchParameter
@@ -136,8 +137,7 @@ Accept wildcard characters: False
136137
```
137138

138139
### -WhatIf
139-
The WhatIf switch causes the command to simulate its results.
140-
By using this switch, you can view what changes would occur without having to commit those changes.
140+
Shows what would happen if the cmdlet runs. The cmdlet is not run.
141141

142142
```yaml
143143
Type: SwitchParameter

0 commit comments

Comments
 (0)