File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -20,10 +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
- ``` powershell
24
- Set-CsPhoneNumberAssignment [[-Identity] <String> [-PhoneNumber <String>] [-PhoneNumberType <String>] [-LocationId <String>] [-EnterpriseVoiceEnabled <Boolean>][<CommonParameters>]
25
-
26
- ```
23
+ ### Assignment (Default)
24
+ ``` powershell
25
+ Set-CsPhoneNumberAssignment -Identity <String> -PhoneNumber <String> -PhoneNumberType <String> -LocationId <String> [<CommonParameters>]
26
+ ```
27
+
28
+ ### Attribute
29
+ ``` powershell
30
+ Set-CsPhoneNumberAssignment -Identity <String> -EnterpriseVoice <Boolean> [<CommonParameters>]
31
+ ```
27
32
28
33
## DESCRIPTION
29
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