Upgrading Your Skills to MCSA Windows Server 2012 — Question 45

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?

Answer options

Correct answer: A

Explanation

The command correctly sets the IsDecommissioned property to true, which allows the protected content to be accessible even after AD RMS is uninstalled. Therefore, the solution meets the goal. The option 'No' is incorrect as it does not recognize the effectiveness of the PowerShell command in preserving access to the content.