You can use the report below to get back the information you need. Instructions for adding this report to your Lansweeper installation can be found in
this post.
Select Top 1000000 tblAssets.AssetID,
tblAssets.AssetName,
tsysAssetTypes.AssetTypename,
tblAssets.IPAddress,
tblAssetCustom.Model,
tblAssetCustom.Manufacturer,
tblMacMemory.Size As Memory,
tblMacOSInfo.SystemVersion,
tblMacOSInfo.KernelVersion,
tblAssetCustom.Serialnumber,
tsysAssetTypes.AssetTypeIcon10 As icon,
tblAssets.Lastseen,
tblAssets.Lasttried,
tblAssets.IPNumeric
From tblAssets
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Inner Join tsysAssetTypes On tsysAssetTypes.AssetType = tblAssets.Assettype
Left Join tblMacOSInfo On tblAssets.AssetID = tblMacOSInfo.AssetID
Left Join tblMacMemory On tblAssets.AssetID = tblMacMemory.AssetID
Where tblAssets.IPNumeric >= 192168123001 And tblAssets.IPNumeric <=
192168123254 And tblAssets.IPNumeric >= 192168123001 And
tblAssets.IPNumeric <= 192168123254 And tblAssetCustom.State = 1