Your network contains an Active Directory domain named contoso.com.
An administrator provides you with a file that contains the information to create user
accounts for 200 temporary employees. The file is shown in the exhibit.(Click the Exhibit button.)
You need to automate the creation of the user accounts. You must achieve this goal by
using the minimum amount of administrative effort.
Which tool should you use?
A.
Ldifde
B.
csvde
C.
Dsadd
D.
Net user
Explanation:
The CSVDE is a command-line utility that can create new AD DS objects by importing
information from a comma-separated value (.csv) file. This would be the least amount of
administrative effort in this case.
References:
Exam Ref 70-410: Installing and Configuring Windows Server 2012 R2: Chapter 5: Install
and administer Active Directory, Objective 5.2: Create and Manage Active Directory Users
and Computers, p. 269
True. CSVde is still supported under W2012
Forgot to attach the link. See “Applies To”.
http://technet.microsoft.com/en-us/library/cc732101.aspx
Why not Ldifde,the users are temporary after all, and CSVde can’t delete.
Ldifde uses Ldap Data Interchange Format, csvde accepts the comma delimited input file defined by the question
Thanks mate that sure cleared up a lot.
Does it matter in any way that the extension of the file is .TXT?