We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0a4b25 commit 6b9bce2Copy full SHA for 6b9bce2
teams/teams-ps/teams/Get-CsPolicyPackage.md
@@ -45,6 +45,10 @@ Returns only the Education_PrimaryStudent policy package.
45
### Example 3
46
```powershell
47
PS C:\> $a = Get-CsPolicyPackage -Identity Education_PrimaryStudent
48
+PS C:\> $a.Policies
49
+
50
+# In module versions 1.1.x+
51
+PS C:\> $a = Get-CsPolicyPackage -Identity Education_PrimaryStudent
52
PS C:\> $a.Policies.AdditionalProperties
53
54
Key Value
0 commit comments