cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
acano
Engaged Sweeper II
Would be nice if we could customize this section, for example to show Computer Type/Model/etc... Right now it shows Enabled/Name/IP Address/Last Agent Scan, but this makes it difficult to move them to a different group if you don't know if it’s a laptop/Desktop/Tablet or Model.
2 REPLIES 2
Esben_D
Lansweeper Employee
Lansweeper Employee
I understand your point of view, however, Lansweeper doesn't differentiate on type of device rather on OS. You can differentiate using a custom report since there are hardware identifiers to differentiate between a desktop or Laptop.

You could create a report of your assets scanned with LsAgent which are a laptop or dekstop. It would be similar to this report

You can try this report to differentiate Windows desktops and laptops:
Select Top 1000000 tblAssets.AssetID,
tblAssets.AssetName,
tblAssets.Domain,
tblAssets.Username,
tblAssets.Userdomain,
Coalesce(tsysOS.Image, tsysAssetTypes.AssetTypeIcon10) As icon,
tblAssets.IPAddress,
tsysIPLocations.IPLocation,
tblAssetCustom.Manufacturer,
tblAssetCustom.Model,
tsysOS.OSname As OS,
tblAssets.SP,
tblAssets.Lastseen,
tblAssets.Lasttried,
Case
When tblPortableBattery.AssetID Is Null Then 'Desktop'
Else 'Laptop'
End As [Desktop/Laptop],
tblLsAgentGroup.Name As LsAgentGroup
From tblAssets
Left Join tsysOS On tsysOS.OScode = tblAssets.OScode
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Inner Join tsysAssetTypes On tsysAssetTypes.AssetType = tblAssets.Assettype
Inner Join tsysIPLocations On tsysIPLocations.LocationID =
tblAssets.LocationID
Inner Join tblState On tblState.State = tblAssetCustom.State
Left Join tblPortableBattery On tblAssets.AssetID = tblPortableBattery.AssetID
Inner Join tblLsAgentAsset On tblAssets.AssetID = tblLsAgentAsset.AssetID
Inner Join tblLsAgentGroup On tblLsAgentGroup.LsAgentGroupID =
tblLsAgentAsset.LsAgentGroupID
Where tblAssets.Lastseen Is Not Null And tblAssets.Lastseen <> '' And
tblLsAgentGroup.Name Like 'Default' And tblState.Statename = 'Active' And
tsysAssetTypes.AssetTypename In ('Windows', 'Windows CE')
Order By tblAssets.Domain,
tblAssets.AssetName
acano
Engaged Sweeper II
Thanks for the report, but its more for ease of identifying the devices in the list there and then moving them to the correct Custom folder I created. If it can display the model I can easily select all "Latitude 5490" and move them to the laptop lsagent group I created. This way I don't have to look at each device before moving it.

New to Lansweeper?

Try Lansweeper For Free

Experience Lansweeper with your own data.
Sign up now for a 14-day free trial.

Try Now