File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ schema: 2.0.0
8
8
# Set-CsOnlineVoiceUser
9
9
10
10
## SYNOPSIS
11
- Use the ` Set-CsOnlineVoiceUser ` to set the PSTN specific parameters (like telephone numbers and emergency response locations.)
11
+ Use the ` Set-CsOnlineVoiceUser ` cmdlet to set the PSTN specific parameters (like telephone numbers and emergency response locations.)
12
12
13
13
## SYNTAX
14
14
@@ -23,7 +23,7 @@ Set-CsOnlineVoiceUser [-Identity] <UserIdParameter> [-Tenant <Guid>] [-Telephone
23
23
24
24
### -------------------------- Example 1 --------------------------
25
25
```
26
- Set-CsOnlineVoiceUser -Identity 3c37e1c7-78f9-4703-82ee-a6b68516794e -TelephoneNumber +4255037311 -LocationID c7c5a17f-00d7-47c0-9ddb-3383229d606b
26
+ Set-CsOnlineVoiceUser -Identity 3c37e1c7-78f9-4703-82ee-a6b68516794e -TelephoneNumber +14255037311 -LocationID c7c5a17f-00d7-47c0-9ddb-3383229d606b
27
27
```
28
28
29
29
This example sets the telephone number and location for a user identified by the user ObjectID.
You can’t perform that action at this time.
0 commit comments