cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
d_scott
Engaged Sweeper II
Due to COVID and sending equipment home, we need to track & run reports for users who have USB Headsets, USB Webcams, etc etc plugged in to their work issued home devices.

I have seen a few people ask questions if USB devices can be detected & i think this would be an extremely useful feature/selling point!
3 REPLIES 3
d_scott
Engaged Sweeper II
Thanks Brandon.

That worked a treat. I actually realised LS has built in report that does pretty much the same thing. But iv customised the tables to elviate allot of the noise.

One quick other question. i dont suppose you know how to show (Dell) Thunderbolt docks do you?
brandon_jones
Champion Sweeper III
Dannnnooo wrote:
Due to COVID and sending equipment home, we need to track & run reports for users who have USB Headsets, USB Webcams, etc etc plugged in to their work issued home devices.

I have seen a few people ask questions if USB devices can be detected & i think this would be an extremely useful feature/selling point!



Try this report:
I have edited the report

Select Distinct tblAssets.AssetID,
tblAssets.AssetName,
tblAssets.Username,
tsysAssetTypes.AssetTypename,
tblAssetCustom.Serialnumber,
tsysAssetTypes.AssetTypeIcon10 As icon,
tblAssets.IPAddress,
tblAssets.Lastseen,
tblAssets.Lasttried,
tblUSBDevices.Name,
tblUSBDevices.Manufacturer,
tblUSBDevices.DeviceID
From tblAssets
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Inner Join tsysAssetTypes On tsysAssetTypes.AssetType = tblAssets.Assettype
Inner Join tblUSBDevices On tblAssets.AssetID = tblUSBDevices.AssetID
Inner Join web50repwinusbdevices On tblUSBDevices.AssetID =
web50repwinusbdevices.AssetID And
tblAssets.AssetID = web50repwinusbdevices.AssetID
Where tblUSBDevices.Name Not Like '%mouse%' And tblUSBDevices.Name Not
Like '%keyboard%' And tblUSBDevices.Name Not Like 'usb root hub' And
tblUSBDevices.Name Not Like 'generic usb hub' And
tblUSBDevices.Name Not Like '%usb root hub%' And
tblUSBDevices.Name Not Like 'usb composite device' And
tblUSBDevices.Name Not Like '%hid-compliant%' And
tblUSBDevices.Name Not Like 'usb input device' And
tblUSBDevices.Name Not Like 'Generic SuperSpeed USB Hub' And
tblUSBDevices.Name Not Like 'Intel(R) USB 3.0 Root Hub' And
tblUSBDevices.Name Not Like 'VMware USB Pointing Device' And
tblUSBDevices.Name Not Like 'usb printing support' And tblAssetCustom.State =
1
Csteenhaut
Engaged Sweeper
Dannnnooo wrote:
Due to COVID and sending equipment home, we need to track & run reports for users who have USB Headsets, USB Webcams, etc etc plugged in to their work issued home devices.

I have seen a few people ask questions if USB devices can be detected & i think this would be an extremely useful feature/selling point!


I can only agree with this, it's a glaring problem with Lansweeper that it doesn't do this OOTB as of now.
With the current Corona crisis, this has become of paramount importance to our company!