Microsoft Purview 建立敏感性標籤時遇到錯誤 |Microsoft.Exchange.Management.UnifiedPolicy.RmsInactiveForTenantException|Rights Management is not active for the tenant
今天再新增敏感性標籤遇到以下錯誤 (有設定加密 沒設定加密不會踩到RMS的問題)|Microsoft.Exchange.Management.UnifiedPolicy.RmsInactiveForTenantException|Rights Management is not active for the tenant經查Azure 入口網站已不再支援直接啟用或停用 Azure RMS,您需要使用 PowerShell 來啟用此服務。請按照以Windows PowerShell(以管理員身份運行)下步驟操作
1.安裝 AIPService PowerShell 模組Install-Module -Name AIPService
2.使用全域管理員帳戶連接到 AIP 服務
Connect-AipService3.檢查 Azure RMS 狀態
Get-AipService4.如果返回 Disabled,表示 RMS 未啟用;如果返回 Enabled,則已啟用Enable-AipService啟用 RMS 後,可能需要等待 30 分鐘到數小時,配置才會完全生效。在某些情況下,可能需要長達 24 小時
過10分鐘再去建立標籤就OK了
footer
See also :
留言