< Back

Get-CsUserPolicyPackage

Sat Jan 18, 2020 4:16 pm

NAME Get-CsUserPolicyPackage



SYNOPSIS

This cmdlet supports retrieving the policy package that's assigned to a user.





SYNTAX

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





DESCRIPTION

This cmdlet supports retrieving the policy package that's assigned to a user. Provide the identity of a user to

retrieve the definition of their assigned policy package. For more information on policy packages, please review

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





PARAMETERS

-Identity <String>

The user that will get their assigned policy package.



Required? true

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-CsUserPolicyPackage -Identity johndoe@example.com



Returns the policy package that's assigned to johndoe@example.com.



RELATED LINKS

Get-CsPolicyPackage

Get-CsUserPolicyPackageRecommendation

Grant-CsUserPolicyPackage