An organization uses an Active Directory Rights Management Services (AD RMS) cluster names RMS1 to
protect content for a project. You uninstall AD RMS when the project is complete. You need to ensure
that the protected content is still available after AD RMS is uninstalled.
Solution: You run the following Windows PowerShell command:
Set-ItemProperty -Path <protected content>:\\ -Name IsDecommissioned -Value $true –
EnableDecommission
Does this meet the goal?
A.
Yes
B.
No
This behaviour can only be achieved if you tell your users to unprotect the AD RMS-protected content, then DECOMMISSION the AD RMS cluster. If you uninstall, access to content is lost.