Get-CsUserPolicyPackageRecommendation
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://learn.microsoft.com/MicrosoftTeams/manage-policy-packages.
Examples
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.
Parameters
-Identity
The user that will receive policy package recommendations.
Type: | String |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | Microsoft Teams |