Forum Discussion
Alexis Noel Hynson
Sep 13, 2018Copper Contributor
AIP: Rights Management template can't be found
Hi All, I got the below error message (screenshot) while trying to apply the confidential label i have created. I have set my Confidential label permissions: Protection: Azure (cloud key) ...
Dominique_SC
Sep 05, 2024Copper Contributor
I had the same problem on a customer tenant.
It is best to check with powershell command whether you have a scope on RMS.
Connect-AipService
get-aipserviceonboardingcontrolpolicy
If it has a scope then here is the powershell command to cancel the scope.
Set-AipServiceOnboardingControlPolicy -UseRmsUserLicense $False -Scope Al
It should look at the end like this: