...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
SELECT [ProjectID] ,[TargetName] ,[HostnameOrIP] ,[SuspectedOrScannedOS] ,[Status] ,[Reason] ,[FoundDevices] ,[Devices] ,[FoundApplications] ,[Applications] ,[FoundDeviceID] ,[DeviceID] ,[Scancount] ,[TargetSet] FROM [history].[v_DiagnosticsDeviceList] WHERE Status = 'Unscanned' -- == Change or comment out the ProjectID as required == -- AND ProjectID = 1 -- ===================================================== -- |
List all connection attempts
It lists multiple entries for each device (one for each attempted connection to the target), showing which connections succeeded and which failed.
...