...
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 -- ===================================================== -- |
Warning |
---|
The two queries below work for Scan Engine versions up to Fu R3, but do not work for Gwynn R1 |
List all connection attempts
...