nerdexam
Microsoft

70-648 · Question #52

You need to compact an Active Directory database on a domain controller that runs windows Server 2008 R2. What should you do?

The correct answer is C. Form ntdsutil, use the filesoption. Compacting the AD database is also known as an offline defragmentation. This is why MS is trying to trick us with references to the defrag.execommand. To perform offline defragmentation of the directory database (...) 1. At the command prompt, type ntdsutil, and then press…

Configuring Server Management and Maintenance

Question

You need to compact an Active Directory database on a domain controller that runs windows Server 2008 R2. What should you do?

Options

  • ARun defrag.exe /a /c.
  • BRun defrag.exe /c /u.
  • CForm ntdsutil, use the filesoption
  • DFrom ntdsutil, use the metadata cleanupoption.

How the community answered

(52 responses)
  • A
    12% (6)
  • B
    4% (2)
  • C
    83% (43)
  • D
    2% (1)

Explanation

Compacting the AD database is also known as an offline defragmentation. This is why MS is trying to trick us with references to the defrag.execommand. To perform offline defragmentation of the directory database (...) 1. At the command prompt, type ntdsutil, and then press ENTER. 2. At the ntdsutilprompt, type activate instance ntds, and then press ENTER. 3. At the ntdsutilprompt, type files, and then press ENTER. (...) Reference: Metadata cleanup removes data from Active Directory that identifies a domain controller to the replication system. This procedure is required only for Active Directory domain controllers that were not successfully demoted using Dcpromo. defrag.exe /a /c This command will try to analyze fragmentation status all volumes in the system. defrag.exe /c /u This command will try to defrag all volumes in the system and give us a progress indicator along

Topics

#ntdsutil#AD database compaction#offline defrag#database maintenance

Community Discussion

No community discussion yet for this question.

Full 70-648 Practice