cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Prosysjg
Engaged Sweeper
Got the patch manager report to work, just how to exclude servers and assets that are offline ???



Select Top 1000000 tsysAssetTypes.AssetTypeIcon10 As icon,
tblAssets.AssetID,
tblAssets.AssetUnique,
tblAssets.AssetName,
tblAssets.Domain,
tblAssets.IPAddress As IP,
tblAssets.Lastseen
From tblAssets
Inner Join tsysAssetTypes On tsysAssetTypes.AssetType = tblAssets.Assettype
Where tblAssets.AssetID Not In (Select tblSoftware.AssetID
From tblSoftware Inner Join tblSoftwareUni On tblSoftwareUni.SoftID =
tblSoftware.softID
Where
tblSoftwareUni.softwareName Like
'ManageEngine Patch Manager Plus - Agent') And tblAssets.Lastseen <> ''
And tblAssets.Assettype = -1
Order By tblAssets.AssetUnique
0 REPLIES 0