Export-WindowsDriver
Windows 8.1 Update 1 includes a new PowerShell cmdlet with the name of Export-WindowsDriver. This cmdlet can export installed third-party drivers of an existing Windows computer. An example would be:
Export-WindowsDriver –Online -Destination c:\export-drivers
The output should contain existing drivers in separate subfolders.