Export Drivers from Windows with Powershell

i found a cool article about exporting driver with powershell: powershell-is-king-export-drivers-from-windows/

Commando:
Export-WindowsDriver -Destination “C:\Drivers\$((Get-WmiObject -Class win32_computersystem).Model)” -Online

Cool Smile

Translate »