Skip to content

Commit c14bdcd

Browse files
Update skype/skype-ps/skype/Set-CsVoiceNormalizationRule.md
Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com>
1 parent 8c7ea0a commit c14bdcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skype/skype-ps/skype/Set-CsVoiceNormalizationRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Set-CsTenantDialPlan -Identity Global -NormalizationRules $DP.NormalizationRules
8989
```
9090

9191
Example 4 removes a normalization rule.
92-
We utilise the same functionality as for Example 3, to manipulate the Normalization Rule Object and update it with the `Set-CsTenantDialPlan` cmdlet.
92+
We utilize the same functionality as for Example 3 to manipulate the Normalization Rule Object and update it with the `Set-CsTenantDialPlan` cmdlet.
9393
We first call `Set-CsTenantDialPlan` cmdlet to retrieve the Dial Plan with the Identity Global and assign the returned object to the variable $DP. Then we filter the NormalizationRules Object for the the rule RedmondFourDigit and assign it to the variable $Rule. Next we remove this Object with the Remove Method from $DP.NormalizationRules.
9494
Finally, we pass the variable back to the NormalizationRules parameter of the `Set-CsTenantDialPlan` cmdlet to make the change permanent.
9595

0 commit comments

Comments
 (0)