Skip to content

Commit 1e4b3dc

Browse files
authored
Update Set-CsPhoneNumberAssignment.md
1 parent 9287252 commit 1e4b3dc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

teams/teams-ps/teams/Set-CsPhoneNumberAssignment.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ This example sets the EnterpriseVoiceEnabled flag on the user [email protected].
5252

5353
### Example 4
5454
```powershell
55-
Set-CsPhoneNumberAssignment -Identity user4@contoso.com -LocationId null
55+
Set-CsPhoneNumberAssignment -Identity user2@contoso.com -LocationId null -PhoneNumber +12065551224 -PhoneNumberType CallingPlan
5656
```
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.
5858

5959

6060
## PARAMETERS
@@ -66,7 +66,7 @@ This parameter is mutual exclusive with PhoneNumber.
6666

6767
```yaml
6868
Type: System.Boolean
69-
Parameter Sets: (All)
69+
Parameter Sets: (Atrribute)
7070
Aliases:
7171
Applicable: Microsoft Teams
7272

@@ -96,7 +96,7 @@ the string value null.
9696
9797
```yaml
9898
Type: System.String
99-
Parameter Sets: (All)
99+
Parameter Sets: (Assignment)
100100
Aliases:
101101

102102
Required: False
@@ -113,7 +113,7 @@ Setting a phone number will automatically set EnterpriseVoiceEnabled to True.
113113
114114
```yaml
115115
Type: System.String
116-
Parameter Sets: (All)
116+
Parameter Sets: (Assignment)
117117
Aliases:
118118

119119
Required: False
@@ -127,7 +127,7 @@ The type of phone number to assign to the user or resource account. The supporte
127127
128128
```yaml
129129
Type: System.String
130-
Parameter Sets: (All)
130+
Parameter Sets: (Assignment)
131131
Aliases:
132132

133133
Required: False

0 commit comments

Comments
 (0)