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 df5f2d4 commit 60a450bCopy full SHA for 60a450b
teams/teams-ps/teams/Get-CsPolicyPackage.md
@@ -43,13 +43,6 @@ PS C:\> Get-CsPolicyPackage -Identity Education_PrimaryStudent
43
Returns only the Education_PrimaryStudent policy package.
44
45
### Example 3
46
-```powershell
47
-PS C:\> $a = Get-CsPolicyPackage -Identity Education_PrimaryStudent
48
-PS C:\> $a.Policies
49
-```
50
-
51
-Or if using newer versions of the MicrosoftTeams module:
52
53
```powershell
54
PS C:\> $a = Get-CsPolicyPackage -Identity Education_PrimaryStudent
55
PS C:\> $a.Policies.AdditionalProperties
0 commit comments