Your network contains an Active Directory domain named contoso.com.
A previous administrator implemented a Proof of Concept installation of Active Directory Rights
Management Services (AD RMS).
After the proof of concept was complete, the Active Directory Rights Management Services server
role was removed.
You attempt to deploy AD RMS.
During the configuration of AD RMS, you receive an error message indicating that an existing AD
RMS Service Connection Point (SCP) was found.
You need to remove the existing AD RMS SCP.
Which tool should you use?

A.
Active Directory Users and Computers
B.
Authorization Manager
C.
Active Directory Domains and Trusts
D.
Active Directory Sites and Services
E: Active Directory Rights Management Services
Explanation:
ADRMS will registered the Service Connection Point (SCP) in Active Directory and you will need to
unregister first before you remove the ADRMS server role.
If your ADRMS server is still alive, you can easily manually remove the SCP by below:How to manually remove or reinstall ADRMS
The provided answer isn’t correct. You can’t install the AD RMS interface.
You can do this with ADSI or Active Directory Sites and Services or LDP
0
0
It’s D.
https://ingazat.wordpress.com/2010/03/02/how-to-reinstall-adrms-role-on-windows-server-2008-r2/
Sorry for this link, I lost the technet one, but it fits.
0
0
https://social.technet.microsoft.com/Forums/en-US/70335835-512f-4fd4-9c1e-fc8c863b39c1/remove-ad-rms-cluster?forum=rms
isnt it C?
0
0
AD Sites and Services or ADSI Edit. Since ADSI Edit isn’t offered, it’s D.
0
0
agreed
0
0
The Answer is C:to delete the SCP, open the Active Directory Domains and Trusts console, show services, and delete the entry for RightsManagementServices.
https://social.technet.microsoft.com/wiki/contents/articles/710.the-ad-rms-service-connection-point.aspx
0
0
You’re mixing up “Active Directory Domains and Trusts” and “Active Directory Sites and Services”. The procedure you wrote is valid in ADSS. The link you posted talks about ADSIEDIT (not in answers) and “Active Directory Rights Management Services” (not installed).
From https://social.technet.microsoft.com/Forums/en-US/70335835-512f-4fd4-9c1e-fc8c863b39c1/remove-ad-rms-cluster?forum=rms
“There are 2 ways of removing existing scp. One way is like Daniel said AD Sites and Services (Not ad domains and trusts) and another way is ADSI Edit.
Start Active Directory Sites and Services -> View -> show service node
The SCP object is under: Services -> RightsManagementServices
To delete SCP entries from Active Directory by using ADSIEdit, first login to a server running AD and open ADSI edit. Browser to “Configuration” container, expand down until you get to “CN=Autodiscover” and then delete the entries that are of type “serviceConnectionPoint”.”
1
0
E
0
0
E is wrong because, in that scenario, there is no Active Directory Rights Management Services (installation failed).
The right way is AD Sites and Services (D).
0
0