Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

Symptoms

In Microsoft Exchange Online, a user assigns a personal tag from a retention policy that they wouldn’t typically have access to in Outlook Web Access (OWA). The user can then access additional personal tags in both OWA and Microsoft Outlook.

Resolution

To prevent users from seeing the personal tags from different policies and adding the same personal tags in OWA, follow these steps: 

  1. Remove a management role (MyRetentionPolicies) from the default role assignment policy. To do this, run the following cmdlet: 

    Get-ManagementRoleAssignment -RoleAssignee "Default Role Assignment Policy" -Role "MyRetentionPolicies" | Remove-ManagementRoleAssignment

  2. Create a new management role (Custom-MyRetentionPolicies) based on the parent management role (MyRetentionPolicies). To do this, run the following cmdlet:

    New-ManagementRole -Name "Custom-MyRetentionPolicies" -Parent "MyRetentionPolicies"  

  3. Assign a new management role (Custom-MyRetentionPolicies) to the management role assignment Policy (Default Role Assignment Policy). To do this, run the following cmdlet:

    New-ManagementRoleAssignment -Role "Custom-MyRetentionPolicies" -Policy "Default Role Assignment Policy"

  4. Remove the retention policy tags from the Custom-MyRetentionPolicies  role of the management role. To do this, run the following cmdlet: 

    Remove-ManagementRoleEntry "Custom-MyRetentionPolicies\Get-RetentionPolicyTag"

 

 

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×