@@ -3,9 +3,6 @@ external help file: Microsoft.TeamsCmdlets.PowerShell.Custom.dll-Help.xml
3
3
Module Name : MicrosoftTeams
4
4
online version : https://learn.microsoft.com/powershell/module/teams/get-csgrouppolicyassignment
5
5
schema : 2.0.0
6
- author : tomkau
7
- ms.author : tomkau
8
- ms.reviewer : williamlooney
9
6
---
10
7
11
8
# Get-CsGroupPolicyAssignment
@@ -16,7 +13,7 @@ This cmdlet is used to return group policy assignments.
16
13
17
14
## SYNTAX
18
15
19
- ```
16
+ ``` powershell
20
17
Get-CsGroupPolicyAssignment [-GroupId <String>] [-PolicyType <String>]
21
18
```
22
19
@@ -28,7 +25,7 @@ This cmdlets returns group policy assignments. Optional parameters allow the re
28
25
### Example 1
29
26
In this example, all group policy assignments are returned.
30
27
31
- ```
28
+ ``` powershell
32
29
Get-CsGroupPolicyAssignment
33
30
34
31
GroupId PolicyType PolicyName Rank CreatedTime CreatedBy
@@ -45,7 +42,7 @@ e2a3ed24-97be-494d-8d3c-dbc04cbb878a TeamsCallingPolicy AllowCalling
45
42
### Example 2
46
43
In this example, only the policies assigned to a specific group are returned.
47
44
48
- ```
45
+ ``` powershell
49
46
Get-CsGroupPolicyAssignment -GroupId e050ce51-54bc-45b7-b3e6-c00343d31274
50
47
51
48
GroupId PolicyType PolicyName Rank CreatedTime CreatedBy
@@ -60,7 +57,7 @@ In this example, only the policies of a specific type are returned.
60
57
61
58
Get-CsGroupPolicyAssignment -PolicyType TeamsCallingPolicy
62
59
63
- ```
60
+ ``` powershell
64
61
GroupId PolicyType PolicyName Rank CreatedTime CreatedBy
65
62
------- ---------- ---------- ---- ----------- ---------
66
63
e2a3ed24-97be-494d-8d3c-dbc04cbb878a TeamsCallingPolicy AllowCalling 1 11/4/2019 12:54:27 AM aeb7c0e7-2f6d-43ef-bf33-bfbcb93fdc64
0 commit comments