cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Susan_A
Lansweeper Alumni
The report below lists scan attempts logged by scan logging. Information on enabling scan logging can be found in this knowledge base article. Keep in mind that scan logging is disabled by default.
Select Top 1000000 tsysAssetTypes.AssetTypeIcon10 As icon,
tblAssets.AssetID,
tblAssets.AssetName,
tblAssets.Domain,
tsysAssetTypes.AssetTypename As AssetType,
tblAssets.Username,
tblAssets.Userdomain,
tblAssets.IPAddress,
tblScanHistory.ScanTime,
tblScanHistory.ScanServer,
tsysScanningMethods.ScanningMethod,
tblScanHistory.Description As ScanDescription
From tblScanHistory
Inner Join tsysScanningMethods On tsysScanningMethods.ScanningMethodId =
tblScanHistory.ScanningMethodId
Inner Join tblAssets On tblAssets.AssetID = tblScanHistory.AssetId
Inner Join tsysAssetTypes On tsysAssetTypes.AssetType = tblAssets.Assettype
Order By tblScanHistory.ScanTime Desc
3 REPLIES 3
Nick_VDB
Champion Sweeper III
The credential last used to scan an asset is currently not stored in the database. As such we cannot modify the report to give back this information.
RDBraswell
Engaged Sweeper II
I'd like to know this as well.
Technut27
Champion Sweeper
Is it possible to modify this report to include the credential or method that was used for the scan? For example Global SSH, VMware, etc...