Skip to content

Commit 6fe4ddf

Browse files
authored
Merge pull request #12537 from MicrosoftDocs/main
Published main to live, Thursday 10:30 AM PST, 02/20
2 parents a569ad5 + 24e3bd5 commit 6fe4ddf

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

teams/teams-ps/teams/Get-CsPhoneNumberAssignment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ Accept wildcard characters: False
266266
```
267267
268268
### -AssignmentCategory
269-
This parameter is reserved for internal Microsoft use.
269+
This parameter is used to differentiate between Primary and Private line assignment for a user.
270270
271271
```yaml
272272
Type: System.String

teams/teams-ps/teams/Set-CsPhoneNumberAssignment.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,17 @@ Set-CsPhoneNumberAssignment -Identity user3@contoso.com -PhoneNumber +1206555122
144144
```
145145
This example shows how to turn off reverse number lookup (RNL) on a phone number. When RNL is set to 'SkipInternalVoip', an internal call to this phone number will not attempt to pass through internal VoIP via reverse number lookup in Microsoft Teams. Instead the call will be established through external PSTN connectivity directly. This example is only applicable for Direct Routing phone numbers.
146146

147+
### Example 12
148+
```powershell
149+
Set-CsPhoneNumberAssignment -Identity user1@contoso.com -PhoneNumber '+14255551234' -PhoneNumberType CallingPlan -AssignmentCategory Private
150+
```
151+
This example shows how to assign a private phone number (incoming calls only) to a user.
152+
153+
147154
## PARAMETERS
148155

149156
### -AssignmentCategory
150-
This parameter is reserved for internal Microsoft use.
157+
This parameter indicates the phone number assignment category if it isn't the primary phone number. For example, a Private line can be assigned to a user using '-AssignmentCategory Private'.
151158

152159
```yaml
153160
Type: System.String

0 commit comments

Comments
 (0)