nerdexam
Microsoft

98-365 · Question #350

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

The correct answer is A. Drvload. 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 op

Understanding Server Installation

Question

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?

Options

  • ADrvload
  • BPEimg
  • CLDIFDE
  • DVSMT

How the community answered

(42 responses)
  • A
    88% (37)
  • B
    5% (2)
  • C
    5% (2)
  • D
    2% (1)

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. Answer: D is incorrect. 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. Answer: B is incorrect. 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. Answer: C is incorrect. 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

Topics

#Windows PE#Device drivers#Driver injection#Drvload

Community Discussion

No community discussion yet for this question.

Full 98-365 Practice