What is a one sentence summary of your feature request?
Enhance the NTP console’s log collection to automatically include all relevant agent logs, including those from the ADMonitor_logs directories, for streamlined and comprehensive troubleshooting.
Please describe your idea in detail. What is your problem, why do you feel this idea is the best solution, etc.
Enhance the log collection functionality of the NTP console to automatically gather all related agent logs, including those from the ADMonitor_logs directories. This enhancement will streamline the troubleshooting process and ensure that all necessary log information is readily available for analysis.
How do you currently solve the challenges you have by not having this feature?
Manaully of with a PowerShell script to collect all the related logs.
Currently, the NTP console retrieves log files exclusively from specific directories, depending on the agent version:
• For StealthINTERCEPT agents:
C:\Program Files\STEALTHbits\StealthINTERCEPT\SIWindowsAgent\logs
• For Netwrix Threat Prevention agents:
C:\Program Files\Netwrix\Netwrix Threat Prevention\SIWindowsAgent\logs
However, during the troubleshooting process, support teams also require access to additional logs located in:
• For StealthINTERCEPT agents:
C:\Program Files\STEALTHbits\StealthINTERCEPT\SIWindowsAgent\ADMonitor_logs
• For Netwrix Threat Prevention agents:
C:\Program Files\Netwrix\Netwrix Threat Prevention\SIWindowsAgent\ADMonitor_logs
Currenly I use with my customers an expanded version of the attacthed PS1
Upload any other supporting files that you think should be considered in this idea.
NTP_Agent_LOGS_Only.ps1 (2.38 KB)