File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
teams/teams-ps/MicrosoftTeams Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ title: Get-CsPhoneNumberPolicyAssignment
18
18
This cmdlet retrieves policy assignments associated with a specific telephone number or a list of telephone numbers in Microsoft Teams.
19
19
20
20
## SYNTAX
21
- Policy assignment for individual telephone number:
21
+ ### Policy assignment for individual telephone number
22
22
```
23
23
Get-CsPhoneNumberPolicyAssignment [-TelephoneNumber <String>]
24
24
[<CommonParameters>]
25
25
```
26
26
27
- Policy assignment info for a list of numbers with specific policy.
27
+ ### Policy assignment for a list of numbers with specific policy
28
28
```
29
29
Get-CsPhoneNumberPolicyAssignment [-PolicyType <String>] [-PolicyName <String>] [-ResultSize <Int32>]
30
30
[<CommonParameters>]
@@ -185,4 +185,4 @@ The cmdlet is only available in commercial cloud instances.
185
185
186
186
# # RELATED LINKS
187
187
188
- [Set-CsPhoneNumberPolicyAssignment](./set-csphonenumberpolicyassignment.md)
188
+ [Set-CsPhoneNumberPolicyAssignment](./set-csphonenumberpolicyassignment.md)
You can’t perform that action at this time.
0 commit comments