Manage Hardware and Drivers
Published: September 4, 2012
Applies To: Hyper-V Server 2012
Follow these procedures to add hardware, obtain a list of drivers, or disable drivers on a server running Hyper-V Server 2012.
-
Follow the instructions provided by the hardware vendor for installing new hardware:
-
If the driver for the hardware is included in Hyper-V Server 2012, Plug and Play will start and install the driver.
Note Hyper-V Server 2012 uses the Windows Server driver model. Any drivers that work with Windows Server 2012 will also work with Hyper-V Server 2012. -
If the driver for the hardware is not included, proceed with steps 2 and 3.
-
If the driver for the hardware is included in Hyper-V Server 2012, Plug and Play will start and install the driver.
-
Copy the driver files to a temporary folder on the server running a Server Core installation.
-
At a command prompt, open the folder where the driver files are located, and then run the following command:
pnputil –i –a <driverinf>
Where:
driverinf is the file name of the .inf file for the driver.
-
If prompted, restart the computer.
-
At a command prompt, run
sc query type= driver
Note |
|---|
| You must include the space after the equal sign for the command to complete successfully. |
-
At a command prompt, run
sc delete <service_name>
Where:
service_name is the name of the service that you obtain by running sc query type= driver
