1. From Spotlight Diagnostic Server host, go to this installation folder:
C:\Program Files\Dell\Diagnostic Server\Agent\conf\Monitored_Entity
2. From CMD window run this command to load all monitored connections to c:\temp.txt:
dir /b >c:\temp.txt
3. To filter on specific type of connections such a SQL Server, run this command:
dir /b | findstr "sqlserver" >c:\temp.txt
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center