I was trying to get the below information related to the drivers.
Name, INFFile, Vendor, Version, Description, and Date.
All the information i could find it using the below command.
"devcon drivernodes"
But this is only working in local machine. (Checked with MSDN and came to know that we cannot get the remote machine details with this command.
Do we have any other utility / way to get the mentioned details from a remote computer?
I am capturing all the details using VBScript (using .exec method and stdout.readline method)
Thanks in Advance
Does
Computerlist.txt is a list of IP addresses or computernames.
For local computer
See
wmic /?
(for a partial list of what's available),wmic sysdriver get /?
, andwmic /format /?
.EDIT
To get file versions, if a file has one. Note backslashes have to be doubled.
Filever.bat filename
To start a program (it will be invisible on remote computers)