Skip to content

Commit 4aa4611

Browse files
Merge pull request #13079 from MicrosoftDocs/main
[AutoPublish] main to live - 08/27 10:31 PDT | 08/27 23:01 IST
2 parents cbbccf0 + 9d25cec commit 4aa4611

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

teams/teams-ps/MicrosoftTeams/Get-CsPhoneNumberPolicyAssignment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ title: Get-CsPhoneNumberPolicyAssignment
1818
This cmdlet retrieves policy assignments associated with a specific telephone number or a list of telephone numbers in Microsoft Teams.
1919

2020
## SYNTAX
21-
Policy assignment for individual telephone number:
21+
### Policy assignment for individual telephone number
2222
```
2323
Get-CsPhoneNumberPolicyAssignment [-TelephoneNumber <String>]
2424
[<CommonParameters>]
2525
```
2626

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

186186
## RELATED LINKS
187187

188-
[Set-CsPhoneNumberPolicyAssignment](./set-csphonenumberpolicyassignment.md)
188+
[Set-CsPhoneNumberPolicyAssignment](./set-csphonenumberpolicyassignment.md)

teams/teams-ps/MicrosoftTeams/Set-CsPhoneNumberPolicyAssignment.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
113113
114114
## OUTPUTS
115115
116+
### None
117+
116118
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.
117119
118120
If you want to verify the outcome of the assignment, call `Get-CsPhoneNumberPolicyAssignment -TelephoneNumber <YourPhoneNumber>`.

0 commit comments

Comments
 (0)