cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
funkytechmonky
Engaged Sweeper III

This chart is showing no OS... Its been there for a long time. How can I find out what this is pointing to? 

LANSweeperChart.jpg

8 REPLIES 8
Mister_Nobody
Honored Sweeper II

Try this report to check issue with scan Windows OS version:

Select Top 1000000 tblAssets.AssetID,
  tblAssets.AssetUnique,
  tblAssets.Domain,
  tblAssets.Username,
  tblAssets.Userdomain,
  tblAssets.IPAddress,
  tblAssets.Mac,
  tsysIPLocations.IPLocation,
  tblAssets.Firstseen,
  tblAssets.Lasttried,
  tblAssets1.AssetID As deviceassetid,
  tblAssets1.AssetName As deviceassetname,
  tblSNMPAssetMac.IfIndex As SwitchPort,
  tblSNMPInfo.IfDescription As PortDescription,
  tblSNMPInfo.IfSpeed / 1000000 As ifSpeedMb,
  tblAssets.Lastseen,
  tblAssets.LastseenCredentials,
  tblAssets.LasttriedCredentials,
  tblAssets.LasttriggeredCredentials
From tblAssets
  Left Join tsysIPLocations On tsysIPLocations.LocationID = tblAssets.LocationID
  Left Join tblSNMPAssetMac On tblAssets.Mac = tblSNMPAssetMac.AssetMacAddress
  Left Join tblAssets tblAssets1 On tblAssets1.AssetID = tblSNMPAssetMac.AssetID
  Left Join tblSNMPInfo On tblAssets1.AssetID = tblSNMPInfo.AssetID And
      tblSNMPAssetMac.IfIndex = tblSNMPInfo.IfIndex
Where tblAssets.Assettype = -1 And IsNull(tblAssets.oscode, '') = ''
Order By tblAssets1.lastseen

Wow.. I have around 51 devices that show in that report. Does this report show scanning issues or just OS scanning issues?

It's complex. But simple rule:

If you have correct credentials, FW settings then you have to ensure that WMI works.

Credentials and FW settings are scanning issues.

Corrupted WMI is OS scanning issue.

LS has a lot of tools to debug issues:

1. errorlog with debug keys

2. test connection tool

3. Lansweeper.TestTools.App.exe 

4. third side utilities to check WMI

 

KevinA-REJIS
Champion Sweeper III

Are you able to post the code for that chart?

It is one of the default widgets for the home page. Can you view the code for a default widget?

I guess I removed that widget from the default page. I added it in and looked at the code, but I didn't see anything wrong. Is it possible that you have a Windows 10 device in your database with a really early build?

I have gone through all of them in lansweeper and everything reporting to SCCM. I have some 21H2 LTSC OSs but everything else is 22H2 and up. 

I even deleted the ones that were failing to scan in the report Mister_Nobody posted. For some reason its still there. 

I wonder if an old PC left some data behind when it was deleted from your database, but I'd have to defer to someone more knowledgable about SQL on how to find it. Lansweeper support might be able to assist.