How to backup/export ALL drivers on my PC? [duplicate]

driverquery.exe /FO TABLE

And

Get-WindowsDriver -Online -All 

Note: tested on a hyper-v VM, the command above list over 10 drivers, but the pnputil, dism, and export-windowsdrivers only export 2 drivers.

  1. What command can I use to backup or export all the drivers in this above output?
  2. can these output be pipe into pnputil and how?