We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2e2f61 commit 7f7650dCopy full SHA for 7f7650d
1 file changed
teams/teams-ps/MicrosoftTeams/Set-CsPhoneNumberPolicyAssignment.md
@@ -48,9 +48,9 @@ This example assigns a policy to the specified telephone number.
48
49
### Example 2
50
```powershell
51
-PS C:\> Set-CsPhoneNumberPolicyAssignment -TelephoneNumber 17789493766 -PolicyType TenantDialPlan
+PS C:\> Set-CsPhoneNumberPolicyAssignment -TelephoneNumber +14255551234 -PolicyType OnlineVoiceRoutingPolicy -PolicyName "Redmond Office"
52
```
53
-This example removes an existing TenantDialPlan previously assigned to the specified telephone number.
+This example assigns an existing OnlineVoiceRoutingPolicy to the specified telephone number.
54
55
56
## PARAMETERS
0 commit comments