How to export third-party driver packages using PowerShell
Windows 8.1 Update introduces a new cmdlet that allows you to export third-party drivers that are located within the driver store of a Windows client.
1 |
$ExpDrv = Export-WindowsDriver -Online -Destination c:\temp\3rdpartydrivers |
The result, all drivers exported into the provided destination directory Now we have a Read More …