This is a small problem. You want to deploy Windows 10 drivers on a Windows 7 computer for an OS Upgrade, but Deploy-OSDDrivers tries to match the Operating System the client is running
Simply add -SetOsVersion 10.0 to solve this problem
-SetOsVersion 10.0
Now everything will work just fine
Last updated 6 years ago
Was this helpful?