70-648 · Question #47
Your network contains a domain controller that runs Windows Server 2008 R2. You run the following command on the domain controller: dsamain.exe dbpath…
The correct answer is C. Change the value of the -ldapportparameter. dsamainis used for working with offline snapshots of AD, and the path to the ntds.dit (c: \$SNAP_201006170326(...)) file here clearly indicates this is what is being done. However, port 389 is used by the live (running) AD environment, so trying to connect to the snapshot using…
Question
Your network contains a domain controller that runs Windows Server 2008 R2. You run the following command on the domain controller:
dsamain.exe dbpath c:$SNAP_201006170326_VOLUMEC$\Windows\NTDS\ntds.ditldapport 389 allowNonAdmin The command fails. You need to ensure that the command completes successfully. How should you modify the command?
Options
- AInclude the path to Dsamain.
- BChange the value of the -dbpathparameter.
- CChange the value of the -ldapportparameter.
- DRemove the allowNonAdminAccessparameter.
How the community answered
(56 responses)- A16% (9)
- B9% (5)
- C71% (40)
- D4% (2)
Explanation
dsamainis used for working with offline snapshots of AD, and the path to the ntds.dit (c: $SNAP_201006170326(...)) file here clearly indicates this is what is being done. However, port 389 is used by the live (running) AD environment, so trying to connect to the snapshot using port 389 can cause problems. We need to specify a different port, one that will not possibly conflict with any other directory services.
Topics
Community Discussion
No community discussion yet for this question.