cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
RobC1973
Engaged Sweeper
Hi

I'm running a report with the script below but it seems to say sme of the system are out of date when the patch I have assigned to the OS is applied whn I physically look on the PC/ Server. I'm new to Lansweeper so I wonder if anyone could correct or help with this? Also itdoesn't list XP PC's unless I remove the Not before like %XP% on the third last line. Then it only lists XP pcs.

Any help is most welcome

Rob

Select Top 1000000 Coalesce(tsysOS.Image, tsysAssetTypes.AssetTypeIcon10) As
icon,
tblAssets.AssetID,
tblAssets.AssetName,
tblAssets.Domain,
tblState.Statename As State,
Case tblAssets.AssetID When SubQuery1.AssetID Then 'Up to date'
Else 'Out of date' End As [Patch status],
tblAssets.Username,
tblAssets.Userdomain,
tblAssets.IPAddress,
tsysIPLocations.IPLocation,
tblAssetCustom.Manufacturer,
tblAssetCustom.Model,
tsysOS.OSname As OS,
tblAssets.SP,
Case When tsysOS.OScode Like '10.0.10240%' Then '1507'
When tsysOS.OScode Like '10.0.10586%' Then '1511'
When tsysOS.OScode Like '10.0.14393%' Then '1607'
When tsysOS.OScode Like '10.0.15063%' Then '1703'
When tsysOS.OScode Like '10.0.16299%' Then '1709'
When tsysOS.OScode Like '10.0.17134%' Then '1803'
When tsysOS.OScode Like '10.0.17763%' Then '1809' End As Version,
tblAssets.Lastseen,
tblAssets.Lasttried,
Case When tblErrors.ErrorText Is Not Null Or
tblErrors.ErrorText != '' Then 'Scanning Error: ' +
tsysasseterrortypes.ErrorMsg Else '' End As ScanningErrors,
Case When tsysOS.OSname = 'Win 2008' Then 'KB4499149 or KB4081229'
When tsysOS.OSname = 'Win 7' Or tsysOS.OSname = 'Win 7 RC' Or
tsysOS.OSname = 'Win 2008 R2' Then 'KB4499175 or KB4499164'
When tsysOS.OSname = 'Win 2012' Or
tsysOS.OSname = 'Win 2003 R2' Then 'KB4499165 or KB4012598'
When tsysOS.OSname = 'Win XP' Or
tsysOS.OSname = 'Win xp' Then 'KB4500331 or KB4467703'
When tsysOS.OScode Like '10.0.10240' Then 'KB4467680'
When tsysOS.OScode Like '10.0.10586' Then 'KB4093109'
When tsysOS.OScode Like '10.0.14393' Or
tsysOS.OSname = 'Win 2016' Then 'KB4467691'
When tsysOS.OScode Like '10.0.15063' Then 'KB4467696'
When tsysOS.OScode Like '10.0.16299' Then 'KB4467686'
When tsysOS.OScode Like '10.0.17134' Then 'KB4467702'
When tsysOS.OScode Like '10.0.17763' Then 'KB4467708'
End As [Install one of these updates],
Convert(nvarchar,DateDiff(day, QuickFixLastScanned.QuickFixLastScanned,
GetDate())) + ' days ago' As WindowsUpdateInfoLastScanned,
Case
When Convert(nvarchar,DateDiff(day, QuickFixLastScanned.QuickFixLastScanned,
GetDate())) >
3 Then
'Windows update information may not be up to date. We recommend rescanning this machine.' Else '' End As Comment,
Case tblAssets.AssetID When SubQuery1.AssetID Then '#d4f4be' Else '#ffadad'
End As backgroundcolor
From tblAssets
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Left Join tsysOS On tsysOS.OScode = tblAssets.OScode
Left Join (Select Top 1000000 tblQuickFixEngineering.AssetID
From tblQuickFixEngineering
Inner Join tblQuickFixEngineeringUni On tblQuickFixEngineeringUni.QFEID =
tblQuickFixEngineering.QFEID
Where tblQuickFixEngineeringUni.HotFixID In ('KB4467706', 'KB4467107',
'KB4467701', 'KB4467697', 'KB4467680', 'KB4093109', 'KB4467691',
'KB4467696', 'KB4467686', 'KB4467702', 'KB4467708', 'KB4467700',
'KB4467703', 'KB4467678', 'KB4467106')) As SubQuery1 On tblAssets.AssetID =
SubQuery1.AssetID
Inner Join tsysAssetTypes On tsysAssetTypes.AssetType = tblAssets.Assettype
Inner Join tblOperatingsystem On tblOperatingsystem.AssetID =
tblAssets.AssetID
Left Join tsysIPLocations On tblAssets.IPNumeric >= tsysIPLocations.StartIP
And tblAssets.IPNumeric <= tsysIPLocations.EndIP
Inner Join tblState On tblState.State = tblAssetCustom.State
Left Join (Select Distinct Top 1000000 tblAssets.AssetID As ID,
TsysLastscan.Lasttime As QuickFixLastScanned
From TsysWaittime
Inner Join TsysLastscan On TsysWaittime.CFGCode = TsysLastscan.CFGcode
Inner Join tblAssets On tblAssets.AssetID = TsysLastscan.AssetID
Where TsysWaittime.CFGname = 'QUICKFIX') As QuickFixLastScanned
On tblAssets.AssetID = QuickFixLastScanned.ID
Left Join (Select Distinct Top 1000000 tblAssets.AssetID As ID,
Max(tblErrors.Teller) As ErrorID
From tblErrors
Inner Join tblAssets On tblAssets.AssetID = tblErrors.AssetID
Group By tblAssets.AssetID) As ScanningError On tblAssets.AssetID =
ScanningError.ID
Left Join tblErrors On ScanningError.ErrorID = tblErrors.Teller
Left Join tsysasseterrortypes On tsysasseterrortypes.Errortype =
tblErrors.ErrorType
Where tblAssets.AssetID Not In (Select Top 1000000 tblAssets.AssetID
From tblAssets Inner Join tsysOS On tsysOS.OScode = tblAssets.OScode
Where tsysOS.OSname Like 'Win 7%' And tblAssets.SP = 0) And
tsysOS.OSname != 'Win 2000 S' And tsysOS.OSname Not Like '%XP%' And
tsysAssetTypes.AssetTypename Like 'Windows%'
Order By tblAssets.Domain,
tblAssets.AssetName
1 REPLY 1
Leslie_Strooban
Engaged Sweeper III
Hi Rob,

This is pretty late, but I just ran into your post.

In the lansweeper portal, go to Scanning > Scanned Item Interval
There, change the value for "Refresh (X days)" of the line "QUICKFIX" to a lower number. This value determines how many days Lansweeper waits before scanning this particular item again, regardless how many times you actually scan the asset.

In your case, you could first set it to 0 (ensuring the item is scanned every time the asset is scanned), then manually rescan the required assets, then set it to a slightly higher value again.
Since history is kept by default for this item, I wouldn't set it too low, or at least not leave it at 0.

To quickly rescan only the needed pc's, go to your report, filter for the outdated pc's by typing part of the "windows update information may not..." string in the "Comment" column, and hit "rescan assets" on the left.