Maintaining Active Directory
- "Do I Know This Already?" Quiz
- Foundation Topics
- Exam Preparation Tasks
- End-of-Chapter Review Questions
Once Active Directory Domain Services has been deployed in your infrastructure, it is a mission-critical system. Users depend on it to perform their jobs every day. AD DS has a role in everything from logging on to the network and accessing file systems and databases to powering Rights Management Services and Certificate Services. Your users cannot afford to lose connectivity or access to AD DS for any amount of time.
This criticality means that proper system maintenance, especially data storage, backup, archival, and restoration, is just as important as any other administrative task. This chapter covers the many ways in which your AD DS installation can be configured for these tasks to meet the requirements of your disaster recovery and business continuity planning procedures.
“Do I Know This Already?” Quiz
The “Do I Know This Already?” quiz allows you to assess whether you should read this entire chapter thoroughly or jump to the “Exam Preparation Tasks” section. If you are in doubt about your answers to these questions or your own assessment of your knowledge of the topics, read the entire chapter. Table 6-1 lists the major headings in this chapter and their corresponding “Do I Know This Already?” quiz questions. You can find the answers in Appendix A, “Answers to the ‘Do I Know This Already?’ Quizzes.”
Table 6-1 “Do I Know This Already?” Section-to-Question Mapping
Foundation Topics Section |
Questions |
Configuring Active Directory Snapshots |
1-2 |
Backing Up and Restoring Active Directory and SYSVOL |
3-4 |
Managing Active Directory Offline |
5-6 |
Cleaning Up Metadata |
7 |
Configuring Replication to Read-Only Domain Controllers (RODCs) |
8-9 |
Monitoring and Managing Replication |
10 |
Which utility would you use to create a current snapshot of the AD DS directory?
repadmin
ntdsutil
dsamain
PowerShell
Which utility would you use to host a snapshot of the AD DS directory?
repadmin
ntdsutil
dsamain
PowerShell
Which feature must be installed on the domain controller to back up AD DS?
Domain Name Server (DNS)
Global catalog
WINS Server
Windows Server Backup
A domain controller becomes corrupted and must be restored from an earlier backup. You need all changes made to the directory to be replicated to the restored server after restoration. Which type of restore should you perform?
Authoritative
Single master
Nonauthoritative
Multimaster
Which of the following operations will successfully bring the AD DS service offline? (Choose all that apply.)
Reboot in DSRM.
Remove the controller from the domain controllers container.
Use the ntdsutil utility.
Stop the AD DS service.
Which utility is used to perform an offline defragmentation of the AD DS directory?
repadmin
ntdsutil
dsamain
PowerShell
How is metadata cleared from the directory for a controller that was not demoted gracefully?
Recover with an authoritative restore.
Re-promote it to a domain controller and then demote it gracefully.
Use ntdsutil.
Delete the computer object from the domain controllers container.
Which write operations will an RODC forward to a writeable domain controller? (Choose all that apply.)
Security Group Membership change
LastLogonTimeStamp
Password changes
Password Replication Policies
Which accounts have their passwords cached on an RODC by default?
Domain Users
Enterprise Admins
Domain Admins
No accounts are cached by default.
Which utility is used to monitor the status of replication events on the domain?
repadmin
ntdsutil
dsamain
PowerShell
