Skip to content

Commit 8737d34

Browse files
Update skype/skype-ps/skype/Set-CsTenantDialPlan.md
Co-authored-by: JohanFreelancer9 <[email protected]>
1 parent c07e776 commit 8737d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skype/skype-ps/skype/Set-CsTenantDialPlan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ $NR.Name = "RedmondRule"
5454
Set-CsTenantDialPlan -Identity Global -NormalizationRules $DP.NormalizationRules
5555
```
5656

57-
This example changes the name of an normalization rule. Keep in mind that changing the name also changes the name portion of the Identity.
57+
This example changes the name of a normalization rule. Keep in mind that changing the name also changes the name portion of the Identity.
5858
The `Set-CsVoiceNormalizationRule` cmdlet doesn't have a Name parameter, so in order to change the name, we first call the `Get-CsTenantDialPlan` cmdlet to retrieve the Dial Plan with
5959
the Identity Global and assign the returned object to the variable $DP. Then we filter the NormalizationRules Object for the rule RedmondFourDigit and assign the returned object to
6060
the variable $NR. We then assign the string RedmondRule to the Name property of the object. Finally, we pass the variable back to the NormalizationRules parameter of the

0 commit comments

Comments
 (0)