DRAG DROP
Your network contains an Active Directory domain named contoso.com. The domain
contains a domain controller named DC1.
You need to create an Active Directory snapshot on DC1.
Which four commands should you run?
To answer, move the four appropriate commands from the list of commands to the answer
area and arrange them in the correct order.
Answer: See the explanation.
Explanation:
Box 1: ntdsutil
Box 2: snapshot
Box 3: activate instance ntds
Box 4: createNote:
Create a snapshot of AD DS in Windows Server 2012 R2 by using NTDSUTIL
1 – On the domain server, open command prompt and type ntdsutil and press enter…
2- Next, type snapshot and press enter…
3 – Next, type activate instance ntds and press Enter…
4 – Next, type create (this create command is to generate a snapshot of my AD) and press
Enter…
http://technet.microsoft.com/en-us/library/cc753609(v=WS.10).aspx
but can run it as
ntdsutil
activate instance ntds
snapshot
create
Both methods work, but the documentation from JohnyBoy quotes answer as above.
Done it a month ago with this command so the answer is correct.
ntdsutil snapshot “activate instance ntds” create “list all” quit quit
I agree with Jaido, it can also be run in the order you have listed. Not sure why MS would add a “drag and drop in order” question like this which allows 2 diff answers. Guess you should opt for the suggested order in the answer.
There is a problem with this question
Below order will work
ntdsutil
activate instance ntds
snapshot
create
But this order will do the trick too
ntdsutil
snapshot
activate instance ntds
create
But in the exam I stay to the second because of the technet description of how to do this. See http://technet.microsoft.com/en-us/library/cc753609(v=WS.10).aspx
Tested this on Server 2012 R2. Works perfectly.