→ 🚀Are you a Lansweeper Champion?! Join our Contributor Program Sign up here!

Community FAQ
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
meyerk
Engaged Sweeper
need a report of pc uptime can i get a report of OS lest boot time
1 ACCEPTED SOLUTION
Hemoco
Lansweeper Alumni
Uptime information is not scanned in Lansweeper 4.2. This feature was added in Lansweeper 5.0, which is currently in beta. A download link and more info on the beta can be found here. A sample 5.0 uptime report can be seen below.
Select Top 1000000 tsysAssetTypes.AssetTypeIcon10 As icon,
tblAssets.AssetID,
tblAssets.AssetUnique,
tblAssets.Domain,
tblAssets.IPAddress As IP,
Ceiling(tblAssets.Uptime / 60) As [Uptime(minutes)]
From tblAssets
Inner Join tsysAssetTypes On tsysAssetTypes.AssetType = tblAssets.Assettype
Where Ceiling(tblAssets.Uptime / 60) Is Not Null
Order By Ceiling(tblAssets.Uptime / 60) Desc

To use the specified report, do the following:
• Browse to the Dashboard\Reports\Report Builder section of the web console.
• Paste the SQL code we provided at the bottom of the page.
• Left-click somewhere in the upper section of the page so the code applies.
• Give the report a Title and hit the Save & Run Report button to save it.
• The report will now also be listed under Dashboard\Reports\All Reports.

View solution in original post

1 REPLY 1
Hemoco
Lansweeper Alumni
Uptime information is not scanned in Lansweeper 4.2. This feature was added in Lansweeper 5.0, which is currently in beta. A download link and more info on the beta can be found here. A sample 5.0 uptime report can be seen below.
Select Top 1000000 tsysAssetTypes.AssetTypeIcon10 As icon,
tblAssets.AssetID,
tblAssets.AssetUnique,
tblAssets.Domain,
tblAssets.IPAddress As IP,
Ceiling(tblAssets.Uptime / 60) As [Uptime(minutes)]
From tblAssets
Inner Join tsysAssetTypes On tsysAssetTypes.AssetType = tblAssets.Assettype
Where Ceiling(tblAssets.Uptime / 60) Is Not Null
Order By Ceiling(tblAssets.Uptime / 60) Desc

To use the specified report, do the following:
• Browse to the Dashboard\Reports\Report Builder section of the web console.
• Paste the SQL code we provided at the bottom of the page.
• Left-click somewhere in the upper section of the page so the code applies.
• Give the report a Title and hit the Save & Run Report button to save it.
• The report will now also be listed under Dashboard\Reports\All Reports.

Reports & Analytics

Ask about reports you're interested in and share reports you've created. Subscribe to receive daily updates of reports shared in the Community.

New to Lansweeper?

Try Lansweeper For Free

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

Try Now