Which four commands should you run?

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.

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…



Leave a Reply 6

Your email address will not be published. Required fields are marked *


sergey

sergey

it’s equal commands snapshot\act inst ntds or act inst ntds\snapshot

FreeSl

FreeSl

Test in my Lab Windows Server 2012 R2

ntdsutil
snapshot
activate instance ntds
create

OK

ntdsutil
activate instance ntds
snapshot
create

OK

Both is OK

anon

anon

In the exam it says that there are more than one correct order that will be accepted.

Gilbert

Gilbert

Oh ok then! Thanks.