Skip to content

Commit 3c2bef7

Browse files
authored
Update Remove-CsPhoneNumberAssignment.md
1 parent 882bd95 commit 3c2bef7

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

teams/teams-ps/teams/Remove-CsPhoneNumberAssignment.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,14 @@ This cmdlet will remove/unassign a phone number from a user or a resource accoun
2020
2121
## SYNTAX
2222

23-
```powershell
24-
Remove-CsPhoneNumberAssignment [[-Identity] <String> [-PhoneNumber <String>] [-PhoneNumberType <String>] [-RemoveAll] [<CommonParameters>]
25-
26-
```
23+
### RemoveSome (Default)
24+
```powershell
25+
Remove-CsPhoneNumberAssignment -Identity <String> -PhoneNumber <String> -PhoneNumberType <String> [<CommonParameters>]
26+
```
27+
### RemoveAll
28+
```powershell
29+
Remove-CsPhoneNumberAssignment -Identity <String> -RemoveAll [<CommonParameters>]
30+
```
2731

2832
## DESCRIPTION
2933
This cmdlet removes/unassigns a phone number from a user or resource account. The phone number continues to be available in the tenant.

0 commit comments

Comments
 (0)