Skip to content

Commit 0ab5496

Browse files
authored
Update Set-CsPhoneNumberAssignment.md
1 parent 3c2bef7 commit 0ab5496

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

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

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,15 @@ This cmdlet will assign a phone number to a user or a resource account (online a
2020
2121
## SYNTAX
2222

23-
```powershell
24-
Set-CsPhoneNumberAssignment [[-Identity] <String> [-PhoneNumber <String>] [-PhoneNumberType <String>] [-LocationId <String>] [-EnterpriseVoiceEnabled <Boolean>][<CommonParameters>]
25-
26-
```
23+
### Assignment (Default)
24+
```powershell
25+
Set-CsPhoneNumberAssignment -Identity <String> -PhoneNumber <String> -PhoneNumberType <String> -LocationId <String> [<CommonParameters>]
26+
```
27+
28+
### Attribute
29+
```powershell
30+
Set-CsPhoneNumberAssignment -Identity <String> -EnterpriseVoice <Boolean> [<CommonParameters>]
31+
```
2732

2833
## DESCRIPTION
2934
This cmdlet assigns a phone number to a user or resource account.

0 commit comments

Comments
 (0)