File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,15 @@ This cmdlet will remove/unassign a phone number from a user or a resource accoun
20
20
21
21
## SYNTAX
22
22
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
- ```
23
+ ### RemoveSome (Default)
24
+ ``` powershell
25
+ Remove-CsPhoneNumberAssignment -Identity <String> -PhoneNumber <String> -PhoneNumberType <String> [<CommonParameters>]
26
+ ```
27
+
28
+ ### RemoveAll
29
+ ``` powershell
30
+ Remove-CsPhoneNumberAssignment -Identity <String> -RemoveAll [<CommonParameters>]
31
+ ```
31
32
32
33
## DESCRIPTION
33
34
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