Mark wants to add a device driver to the booted Windows PE image. Which of the following tools will he use to accomplish the task?

Last Updated on August 19, 2021 by Admin 2

Mark works as a Network Administrator for NetTech Inc. The company has a Windows Server 2016 domain-based network. The network contains 3 Windows Server 2016 and 100 Windows 10 client computers.

Mark wants to add a device driver to the booted Windows PE image.

Which of the following tools will he use to accomplish the task?

  • Drvload
  • PEimg
  • LDIFDE
  • VSMT
Explanation:
The Drvload tool is used to add out-of-box drivers to a booted Windows PE image. It takes .inf files as input. The PEImg tool is used to add a driver to an offline image. The syntax of the Drvload tool is as follows:

drvload.exe inf_path [,inf_path […]] [/?]

The command-line options of Drvload are as follows:

1./?: It is used to display the usage information. 2.inf_path: It is used to specify the path to the .inf file.

Incorrect Answers:
B: PEimg (PEimg.exe) is a command-line tool that is used to create and modify the Windows PE images offline. It is also used to add new device drivers to the Windows PE images offline.
C: LDIFDE is a command-line tool used to create, modify, and delete objects on a computer. It is also used to extend the schema, export Active Directory user and group information to other applications or services, and populate Active Directory with data from other directory services. It is extensively used by administrators to script operations at the command line.
D: The Virtual Server Migration Toolkit (VSMT), a command-line-based tool provided by Windows Server 2016, is used to migrate existing servers in the network environment to a virtualized partition of Windows Server 2016. VSMT has been specially designed for administrators to handle small number of servers that needs to be virtualized. It however, cannot be used to manage these servers. It uses XML files to store configuration data during the migration process. The tool is compatible with both the Hyper-V and the Virtual Server 2005 R2.

0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments