Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion teams/teams-ps/teams/Get-CsPhoneNumberAssignment.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ Accept wildcard characters: False
```

### -AssignmentCategory
This parameter is reserved for internal Microsoft use.
This parameter is used to differentiate between Primary and Private line assignment for a user.

```yaml
Type: System.String
Expand Down
9 changes: 8 additions & 1 deletion teams/teams-ps/teams/Set-CsPhoneNumberAssignment.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,17 @@ Set-CsPhoneNumberAssignment -Identity [email protected] -PhoneNumber +1206555122
```
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.

### Example 12
```powershell
Set-CsPhoneNumberAssignment -Identity [email protected] -PhoneNumber '+14255551234' -PhoneNumberType CallingPlan -AssignmentCategory Private
```
This example shows how to assign a private phone number (incoming calls only) to a user.


## PARAMETERS

### -AssignmentCategory
This parameter is reserved for internal Microsoft use.
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'.

```yaml
Type: System.String
Expand Down