Search notes:

driverquery.exe

Queries the drivers (status and properties) on a system. Usually, they're located under %SystemRoot%\System32\drivers.
driverquery.exe is a command line program and thus can be executed in cmd.exe or PowerShell.
It looks as though driverquery.exe enumerates the registry keys under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services and thus has a relation to services.

Wide (detailed) output

By giving the /v (= verbose) flag, driverquery.exe returns the information in most detailed form.

Index