PrepAway - Latest Free Exam Questions & Answers

You need to ensure that the protected content is still available after AD RMS is uninstalled.

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?

PrepAway - Latest Free Exam Questions & Answers

A.
Yes

B.
No

17 Comments on “You need to ensure that the protected content is still available after AD RMS is uninstalled.

  1. Monkeh says:

    I am still not 100% sure about this. While I agree that the Powershell command would appear to be correct it is the wording of the question that confuses me. The formatting in my previous command went pear shaped so I will put the drive in capitals.

    The external link I provided has:

    Set-ItemProperty -Path DRIVE:\ -Name IsDecommissioned -Value $true -EnableDecommission

    Now, does the PROTECTED CONTENT part of the command in the question relate to a whole drive or is it trying to suggest we want to decommision just a certain folder/part of the drive?

    Any thoughts as to if I am over thinking this and the answer is actually Yes?




    0



    0
    1. puck says:

      lol in the question’s command is just a PlaceHolder for information that will vary according to your setup.

      In the real world, you’d replace “” with the drive path of your protected content.




      0



      0
  2. mark says:

    I’m going with no.

    https://technet.microsoft.com/en-us/library/cc771071(v=ws.10).aspx

    Set the permission on the decommissioning pipeline.

    After the decommissioning service is enabled on the AD RMS cluster, you must modify the permissions on the decommissioning pipeline so that AD RMS users can connect to it. By default, only the local SYSTEM account has access to the pipeline. You should give the AD RMS Service Group the Read & execute permission on the decommission folder. Then on the decommission.asmx file, you should give everyone the Read & execute permission. The decommission pipeline is located in the %systemroot%\inetpub\wwwroot\_wmcs folder, where %systemroot% is the volume on which Windows Server 2008 is installed.

    In the question, all users were given read and execute to the pipeline, but what about giving the service group read and execute on the folder?




    0



    0

Leave a Reply