70-649 · Question #352
You need to purge the list of user accounts that were authenticated on a read-only domain controller (RODC). What should you do?
The correct answer is A. Run the repadmin.exe command and specify the /prp parameter. replication-policy.aspx Clearing the authenticated accounts list In addition to reviewing the list of authenticated users, you may decide to periodically clean up the list of accounts that are authenticated to the RODC. Cleaning up this list may help you more easily determine…
Question
You need to purge the list of user accounts that were authenticated on a read-only domain controller (RODC). What should you do?
Options
- ARun the repadmin.exe command and specify the /prp parameter.
- BFrom Active Directory Sites and Services, modify the properties of the RODC computer object.
- CFrom Active Directory Users and Computers, modify the properties of the RODC computer object.
- DRun the dsrm.exe command and specify the -u parameter.
How the community answered
(28 responses)- A75% (21)
- B4% (1)
- C7% (2)
- D14% (4)
Explanation
replication-policy.aspx Clearing the authenticated accounts list In addition to reviewing the list of authenticated users, you may decide to periodically clean up the list of accounts that are authenticated to the RODC. Cleaning up this list may help you more easily determine the new accounts that have authenticated through the RODC. Membership in the Domain Admins group of the domain in which the RODC is a member, or equivalent, is the minimum required to complete this procedure. To clear all entries from the list, run the command repadmin /prp delete <hostname> auth2 /all. Substitute the actual host name of the RODC that you want to clear. For example, if you want to clear the list of authenticated accounts for RODC2, type repadmin /prp delete rodc2 auth2 /all, and then press ENTER.
Topics
Community Discussion
No community discussion yet for this question.