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.

狀況

在 Microsoft Exchange Online,使用者會指派個人的標籤從保留原則,它們通常不必存取 Outlook Web Access (OWA)。然後,使用者可以存取其他個人的標籤,在 OWA 和 Microsoft Outlook 中。

解決方案

若要防止使用者看見的個人的標籤,從不同的原則,或在 OWA 中新增相同的個人標籤,請依照下列步驟執行:

  1. 移除預設的角色指派原則的管理角色 (MyRetentionPolicies)。若要這樣做,請執行下列指令程式:

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

  2. 建立新管理角色 (自訂 MyRetentionPolicies) 根據父管理角色 (MyRetentionPolicies)。若要這樣做,請執行下列指令程式:

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

  3. 將新的管理角色 (自訂 MyRetentionPolicies) 指派給管理角色指派的原則 (預設角色指派的原則) 中。若要這樣做,請執行下列指令程式:

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

  4. 保留原則標籤從角色中移除自訂 MyRetentionPolicies的 「 管理 」 角色。若要這樣做,請執行下列指令程式:

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

 

 

Need more help?

擴展您的技能

探索訓練 >

優先取得新功能

加入 MICROSOFT 365 測試人員 >

Was this information helpful?

How satisfied are you with the translation quality?
What affected your experience?

Thank you for your feedback!

×