Skip to content

Commit 7f7650d

Browse files
committed
Update Set-CsPhoneNumberPolicyAssignment.md
updating example
1 parent d2e2f61 commit 7f7650d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

teams/teams-ps/MicrosoftTeams/Set-CsPhoneNumberPolicyAssignment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ This example assigns a policy to the specified telephone number.
4848

4949
### Example 2
5050
```powershell
51-
PS C:\> Set-CsPhoneNumberPolicyAssignment -TelephoneNumber 17789493766 -PolicyType TenantDialPlan
51+
PS C:\> Set-CsPhoneNumberPolicyAssignment -TelephoneNumber +14255551234 -PolicyType OnlineVoiceRoutingPolicy -PolicyName "Redmond Office"
5252
```
53-
This example removes an existing TenantDialPlan previously assigned to the specified telephone number.
53+
This example assigns an existing OnlineVoiceRoutingPolicy to the specified telephone number.
5454

5555

5656
## PARAMETERS

0 commit comments

Comments
 (0)