The Lansweeper Community will be under construction as of March 2nd, 2026. This site will move to a static version—join us on Reddit to keep the conversations going. More info here.
The built-in error reports only list machines that have never been successfully scanned. You can run the report below to list Windows machines that generated an error in the last week.
Select Top 1000000 tblAssets.AssetID, tblAssets.AssetName, tblAssets.Domain, tsysOS.OSname, tblErrors.CFGname, tsysasseterrortypes.ErrorMsg As Type, tblErrors.ErrorText As Message, tblErrors.Lastchanged From tblAssets Inner Join tblErrors On tblAssets.AssetID = tblErrors.AssetID Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID Inner Join tsysasseterrortypes On tblErrors.ErrorType = tsysasseterrortypes.Errortype Left Join tsysOS On tsysOS.OScode = tblAssets.OScode Where tblErrors.Lastchanged > GetDate() - 7 And tblAssetCustom.State = 1 And tblAssets.Assettype = -1 Order By tblErrors.Lastchanged Desc, tblAssets.AssetName
The built-in error reports only list machines that have never been successfully scanned. You can run the report below to list Windows machines that generated an error in the last week.
Select Top 1000000 tblAssets.AssetID, tblAssets.AssetName, tblAssets.Domain, tsysOS.OSname, tblErrors.CFGname, tsysasseterrortypes.ErrorMsg As Type, tblErrors.ErrorText As Message, tblErrors.Lastchanged From tblAssets Inner Join tblErrors On tblAssets.AssetID = tblErrors.AssetID Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID Inner Join tsysasseterrortypes On tblErrors.ErrorType = tsysasseterrortypes.Errortype Left Join tsysOS On tsysOS.OScode = tblAssets.OScode Where tblErrors.Lastchanged > GetDate() - 7 And tblAssetCustom.State = 1 And tblAssets.Assettype = -1 Order By tblErrors.Lastchanged Desc, tblAssets.AssetName