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: create
Note:
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.
Provided answer is correct:
https://technet.microsoft.com/en-us/library/cc753609(v=ws.10)
“To create an AD DS or AD LDS snapshot
Log on to a domain controller as a member of the Enterprise Admins groups or the Domain Admins group.
Click Start, right-click Command Prompt, and then click Run as administrator.
If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue.
At the elevated command prompt, type the following command, and then press ENTER:
ntdsutil
At the ntdsutil prompt, type the following command, and then press ENTER:
snapshot
At the snapshot prompt, type the following command, and then press ENTER:
activate instance ntds
At the snapshot prompt, type the following command, and then press ENTER:
create”
Agreed – answer is correct
https://www.petri.com/working-active-directory-snapshots-windows-server-2008
Should be :
NTDSUtil
Activate Instance NTDS (which instance do we want to use)
Snapshot (which subcommand of NDSUtil do we want to use)
Create (what do we want to do)
>activate instance ntdssnapshot< can be switched but the above order is the one I see most often.