File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ This cmdlet will assign a phone number to a user or a resource account (online a
20
20
21
21
## SYNTAX
22
22
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
+ ```
27
27
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
+ ```
32
32
33
33
## DESCRIPTION
34
34
This cmdlet assigns a phone number to a user or resource account.
You can’t perform that action at this time.
0 commit comments