File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ This example sets the EnterpriseVoiceEnabled flag on the user
[email protected] .
52
52
53
53
### Example 4
54
54
``` powershell
55
- Set-CsPhoneNumberAssignment -Identity user4 @contoso.com -LocationId null
55
+ Set-CsPhoneNumberAssignment -Identity user2 @contoso.com -LocationId null -PhoneNumber +12065551224 -PhoneNumberType CallingPlan
56
56
```
57
- This example removes the emergency location from the user user4 @contoso.com .
57
+ This example removes the emergency location from the phone number for user user2 @contoso.com .
58
58
59
59
60
60
## PARAMETERS
@@ -66,7 +66,7 @@ This parameter is mutual exclusive with PhoneNumber.
66
66
67
67
``` yaml
68
68
Type : System.Boolean
69
- Parameter Sets : (All )
69
+ Parameter Sets : (Atrribute )
70
70
Aliases :
71
71
Applicable : Microsoft Teams
72
72
@@ -96,7 +96,7 @@ the string value null.
96
96
97
97
` ` ` yaml
98
98
Type : System.String
99
- Parameter Sets : (All )
99
+ Parameter Sets : (Assignment )
100
100
Aliases :
101
101
102
102
Required : False
@@ -113,7 +113,7 @@ Setting a phone number will automatically set EnterpriseVoiceEnabled to True.
113
113
114
114
` ` ` yaml
115
115
Type : System.String
116
- Parameter Sets : (All )
116
+ Parameter Sets : (Assignment )
117
117
Aliases :
118
118
119
119
Required : False
@@ -127,7 +127,7 @@ The type of phone number to assign to the user or resource account. The supporte
127
127
128
128
` ` ` yaml
129
129
Type : System.String
130
- Parameter Sets : (All )
130
+ Parameter Sets : (Assignment )
131
131
Aliases :
132
132
133
133
Required : False
You can’t perform that action at this time.
0 commit comments