< Back

Get-CsPolicyPackage

Sat Jan 18, 2020 4:16 pm

NAME Get-CsPolicyPackage



SYNOPSIS

This cmdlet supports retrieving all the policy packages available on a tenant.





SYNTAX

Get-CsPolicyPackage [[-Identity] <String>] [<CommonParameters>]





DESCRIPTION

This cmdlet supports retrieving all the policy packages available on a tenant. Provide the identity of a specific

policy package to retrieve its definition, including details on the policies applied with the package. For more

information on policy packages, please review

https://docs.microsoft.com/en-us/Micros ... y-packages





PARAMETERS

-Identity <String>

The name of a specific policy package. All possible policy package names can be found by running

Get-CsPolicyPackage.



Required? false

Position? 0

Default value None

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



NOTES









-------------------------- Example 1 --------------------------



PS C:\\> Get-CsPolicyPackage



Returns all policy packages available on the tenant.

-------------------------- Example 2 --------------------------



PS C:\\> Get-CsPolicyPackage -Identity Education_PrimaryStudent



Returns the definition of the Education_PrimaryStudent policy package, including the policies applied with the

package.



RELATED LINKS

Get-CsUserPolicyPackageRecommendation

Get-CsUserPolicyPackage

Grant-CsUserPolicyPackage