Skip to content

Commit 1f4057a

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ Finally, we pass the variable back to the NormalizationRules parameter of the `S
9696

9797
### -------------------------- Example 5 --------------------------
9898
```
99-
# NOTE: This Example applies to Teams only
10099
$DP = Get-CsTenantDialPlan -Identity Global
101100
$Rule = $DP.NormalizationRules | Where Name -eq "RedmondFourDigit")
102101
$DP.NormalizationRules.Remove($Rule)

0 commit comments

Comments
 (0)