File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,14 @@ This cmdlet will remove/unassign a phone number from a user or a resource accoun
20
20
21
21
## SYNTAX
22
22
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
+ ```
27
31
28
32
## DESCRIPTION
29
33
This cmdlet removes/unassigns a phone number from a user or resource account. The phone number continues to be available in the tenant.
You can’t perform that action at this time.
0 commit comments