< Back

Get-CsUserPolicyPackageRecommendation

Sat Jan 18, 2020 4:16 pm

NAME Get-CsUserPolicyPackageRecommendation



SYNOPSIS

This cmdlet supports retrieving recommendations for which policy packages are best suited for a given user.





SYNTAX

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





DESCRIPTION

This cmdlet supports retrieving recommendations for which policy packages are best suited for a given user. This

recommendation is based on tenant and user information such as license types. For more information on policy

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





PARAMETERS

-Identity <String>

The user that will receive policy package recommendations.



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



Returns recommendations for which policy packages are best suited for johndoe@example.com. The recommendation

value per package can either be none, weak, or strong based on how confident the existing signals (e.g. license

type) imply a user role.



RELATED LINKS

Get-CsPolicyPackage

Get-CsUserPolicyPackage

Grant-CsUserPolicyPackage