Hi Again,
I have a query question again.
I have 2 laptops that I am testing with in my lab environment.
Laptop 1: dell latitude e6520
Laptop 2: hp probook 6560b
WMI Query in Apply Driver Package for the 2 above:
SELECT * FROM Win32_ComputerSystem WHERE Model LIKE '%Dell Latitude E6520%'
and
SELECT * FROM Win32_ComputerSystem WHERE Model LIKE '%HP Probook 6560b%'
I also have Hyper-V virtual machines that I would like to use this TS with.
When running TS for Hyper-V, it doesn't require any drivers. I would like to keep the option auto apply drivers.
Do you happen to know a query that will skip the applying of Dell and HP laptop driver package and auto apply drivers as it is a hyper-v VM ?
Thanks.
I have a query question again.
I have 2 laptops that I am testing with in my lab environment.
Laptop 1: dell latitude e6520
Laptop 2: hp probook 6560b
WMI Query in Apply Driver Package for the 2 above:
SELECT * FROM Win32_ComputerSystem WHERE Model LIKE '%Dell Latitude E6520%'
and
SELECT * FROM Win32_ComputerSystem WHERE Model LIKE '%HP Probook 6560b%'
I also have Hyper-V virtual machines that I would like to use this TS with.
When running TS for Hyper-V, it doesn't require any drivers. I would like to keep the option auto apply drivers.
Do you happen to know a query that will skip the applying of Dell and HP laptop driver package and auto apply drivers as it is a hyper-v VM ?
Thanks.