IntelliAdmin shows us a relatively unknown 2003,XP, Vista command line utility. If you go to command line in these 3 OS’s, and type driverquery, it will spit back at you a list of the drivers installed on your machine. It lists the kernal name, a short description, and the time/date it was installed.
Now, this is all nice and interesting, but, there are more options.
*Copied from IntelliAdmin:

Parameter List:
/S system Specifies the remote system to connect to.

/U [domain\]user Specifies the user context
under which the command should execute.

/P [password] Specify the Password for the given
user context. Prompts for input if omitted.

/FO format Specifies the type of output to display.
Valid values to be passed with the
switch are “TABLE”, “LIST”, “CSV”.

/NH Specifies that the “Column Header”
should not be displayed in the
screen output. Valid for “TABLE”
and “CSV” format only.

/V Displays detailed information. Not valid
for signed drivers.

/SI Provides information about signed drivers.

/? Displays this Help/Usage.

Nice and nifty. Thanks IntelliAdmin