Your network contains one Active Directory domain named contoso.com. The domain contains 10
domain controllers and a read-only domain controller (RODC) named RODC01.
You have a domain controller named DC5 that has the Server Graphical Shell disabled.
You create an organizational unit (OU) named OU1.
From DC5, you need to create 50 new user accounts in OU1.
Which tool should you use?

A.
the ntdsutil command
B.
the Set-ADDomain cmdlet
C.
the Install-ADDSDomain cmdlet
D.
the dsadd command
E.
the dsamain command
F.
the dsmgmt command
G.
the net user command
H.
the Set-ADForest cmdlet
Explanation:
Net user adds or modifies user accounts, or displays user account information.
Reference: Net User Command for Windows Server 2012 (R2)
http://www.isunshare.com/windows-2012/net-user-command-for-windows-server-2012-r2.html
Are you sure? why not dsadd? best regards
0
0
kakalito
ano ba talaga? nagbibigay ba ng maling sagot talaga?
dsadd command ang sagot eh.
0
0
net user & DsADD
0
0
isa lng ang inaa ask. dsadd
0
0
yes ngunit ang pareho ay tama!
0
0
pipi katanungan
0
0
https://technet.microsoft.com/en-us/library/ee441258(v=ws.10).aspx
0
0
Nikita is right
net user /add * = Add a user to the local computer
You must use DsAdd to create 50 new users in OU1
0
0
D is correct
0
0
D.
Net user can’t create user in strictly given, non-default OU.
Dsadd can do this trick.
(https://technet.microsoft.com/en-us/library/cc731279.aspx)
2
0
For me correct answer is D
0
0
This is the awesome wonderful search engine in the world
http://google.com
0
0
That’s correct.
D is the right answer, NOT G
From http://w7cloud.com/server-core-commands-server-core-remote-management/
Create user account in an Organizational Unit (OU):
Dsadd user cn- HRuser1,ou=HR, DC-w7cloud,DC-com
1
0
D is the right answer, NOT G
1
0
D is the right answer and
NOT G
0
0
Agree with you.
https://technet.microsoft.com/en-us/library/cc731279(v=ws.11).aspx
0
0
D. is correct.
https://technet.microsoft.com/en-us/library/cc731279(v=ws.11).aspx
1
0