cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
peterli
Engaged Sweeper
Hi.
Anyone know if there is a way to have Lansweeper list all devices with corresponding info like driver, status, startup type etc. Like Services under Configuration Browser -> Windows.
If not possible I like to put in on the wishlist!

Thanks in advance.

/Peter, happy premiumuser

4 REPLIES 4
Hemoco
Lansweeper Alumni
This is not yet implemented.
john_e_wagner
Engaged Sweeper II
Is there a way to get this info now? I am looking for SoundMax Video Drivers that cause SEP to reboot the system. So far I have the PC's using a SoundMax sound card using:

"
Select Top 1000000 dbo.tblComputers.ComputerUnique, dbo.tblComputers.Domain,
tblSoundDevice.DeviceID, tblSoundDevice.Manufacturer, tblSoundDevice.Caption
From dbo.tblComputers Inner Join
tblSoundDevice On dbo.tblComputers.Computername = tblSoundDevice.Computername
Where tblSoundDevice.Caption Like 'SoundMAX%'
Order By dbo.tblComputers.ComputerUnique
"

However, how can I extend the inventory to grab some / any driver info? (Unless it is already there...)
peterli
Engaged Sweeper
Thanks for a very quick answer!

Yes, and it would be great if you add additional info like the example below (taken from a report using the SIW program).
Sorry if it looks garbled due to it's to wide.

In my case I'm interested in a particular device driver which we have manually disabled on some servers due to problems and I like to make a report of that.

/PeterLi

------

Name Description Version Type Status Start Path File Description
Abiosdsk Abiosdsk Kernel Driver Stopped Disabled
abp480n5 abp480n5 Kernel Driver Stopped Disabled
ACPI Microsoft ACPI Driver 5.1.2600.5512 Kernel Driver Running Boot Start C:\WINDOWS\system32\drivers\acpi.sys ACPI Driver for NT / Microsoft® Windows® Operating System
...
Hemoco
Lansweeper Alumni
What we are planning for a future release is a list of all hardware drivers with their current version.

Is this what you are referring to?