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
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ title: Get-CsPhoneNumberPolicyAssignment
This cmdlet retrieves policy assignments associated with a specific telephone number or a list of telephone numbers in Microsoft Teams.

## SYNTAX
Policy assignment for individual telephone number:
### Policy assignment for individual telephone number
```
Get-CsPhoneNumberPolicyAssignment [-TelephoneNumber <String>]
[<CommonParameters>]
```

Policy assignment info for a list of numbers with specific policy.
### Policy assignment for a list of numbers with specific policy
```
Get-CsPhoneNumberPolicyAssignment [-PolicyType <String>] [-PolicyName <String>] [-ResultSize <Int32>]
[<CommonParameters>]
Expand Down Expand Up @@ -185,4 +185,4 @@ The cmdlet is only available in commercial cloud instances.

## RELATED LINKS

[Set-CsPhoneNumberPolicyAssignment](./set-csphonenumberpolicyassignment.md)
[Set-CsPhoneNumberPolicyAssignment](./set-csphonenumberpolicyassignment.md)
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## OUTPUTS

### None

This cmdlet does not return output on success. Errors are thrown if the assignment fails due to invalid parameters, missing policies, or internal service issues.

If you want to verify the outcome of the assignment, call `Get-CsPhoneNumberPolicyAssignment -TelephoneNumber <YourPhoneNumber>`.
Expand Down
Loading