Skip to content

Commit f721f56

Browse files
committed
Update Get-CsPhoneNumberAssignment.md
Adding list of supported filters
1 parent bd75aee commit f721f56

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

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

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,28 @@ Get-CsPhoneNumberAssignment [-ActivationState <string>] [-AssignedPstnTargetId <
2828
```
2929

3030
## DESCRIPTION
31-
This cmdlet displays information about one or more phone numbers. You can filter the phone numbers to return by using different parameters.
32-
33-
Returned results are sorted by TelephoneNumber in ascending order.
31+
This cmdlet displays information about one or more phone numbers. You can filter the phone numbers to return by using different parameters. Returned results are sorted by TelephoneNumber in ascending order. Supported list of attributes for Filter are:
32+
- TelephoneNumber
33+
- OperatorId
34+
- PstnAssignmentStatus (also supported AssignmentStatus)
35+
- ActivationState
36+
- IsoCountryCode
37+
- Capability (also supported AcquiredCapabilities)
38+
- IsOperatorConnect
39+
- PstnPartnerName (also supported PartnerName)
40+
- LocationId
41+
- CivicAddressId
42+
- NetworkSiteId
43+
- NumberType
44+
- AssignedPstnTargetId (also supported TargetId)
45+
- TargetType
46+
- AssignmentCategory
47+
- ResourceAccountSharedCallingPolicySupported
48+
- SupportedCustomerActions
49+
- ReverseNumberLookup
50+
- RoutingOptions
51+
- SmsActivationState
52+
- Tags
3453

3554
If you are using both -Skip X and -Top Y for filtering, the returned results will first be skipped by X, and then the top Y results will be returned.
3655

0 commit comments

Comments
 (0)