Intermediate Networking Questions

Average Rating
0 out of 5 stars. 0 votes.

Question 1 0 of 14
You are the network administrator for westsim.com. The network consists of a single Active Directory
domain. All the servers run Windows Server 2012 R2 and all the clients run Windows 8.

The company is opening a new branch office in New York which will have one hundred new users. All the
information on the new accounts is contained in a file named branch.csv, which specifies a unique name and
password for each user. You need to run a script to successfully create the new accounts contained in the
branch.csv file. The new accounts must be assigned the appropriate passwords as contained in the
branch.csv file.

ldifde

import-csv

What commands should you run? (Select two. Each answer is a required part of the solution .)
0
0
0 new-ADUser
0 dsmod
Explanation

To create the new accounts contained in the branch.csvfileyou need to start with the import-csvcommand and then
specify the .csv file to be imported. The output can then be piped to the New-ADUser command to create new Active
Directory users.

The ldifde command imports, exports, modifies, and deletes objects in Active Directory using LDAP Data Interchange
Format (LDIF) files. The dsmod command modifies or changes the properties of an object from the command line.

Objectives

Objectives for MS 70-41 0:

502 Create and manage Active Directory users and computers

References

LabSim for Windows Server Pro: Install and Configure, Section 4.6.

[Questions.exm 401-2 SHAD]

Leave a Reply

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