Display a list of drivers for a remote machine

driverquery

  • Display information about installed device drivers.
    More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/driverquery>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

driverquery /s {{hostname}} /u {{username}} /p {{password}}

click the source code to copy