Skip to content

Commit cb2010e

Browse files
authored
Update Set-CsPhoneNumberAssignment.md
1 parent be099ad commit cb2010e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

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

23-
### Assignment (Default)
24-
```powershell
25-
Set-CsPhoneNumberAssignment -Identity <String> -PhoneNumber <String> -PhoneNumberType <String> -LocationId <String> [<CommonParameters>]
26-
```
23+
### Assignment (Default)
24+
```powershell
25+
Set-CsPhoneNumberAssignment -Identity <String> -PhoneNumber <String> -PhoneNumberType <String> -LocationId <String> [<CommonParameters>]
26+
```
2727

28-
### Attribute
29-
```powershell
30-
Set-CsPhoneNumberAssignment -Identity <String> -EnterpriseVoice <Boolean> [<CommonParameters>]
31-
```
28+
### Attribute
29+
```powershell
30+
Set-CsPhoneNumberAssignment -Identity <String> -EnterpriseVoice <Boolean> [<CommonParameters>]
31+
```
3232

3333
## DESCRIPTION
3434
This cmdlet assigns a phone number to a user or resource account.

0 commit comments

Comments
 (0)