Microsoft Exam Questions

Does this meet the goal?

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