If you're having issues with shipping logs to our SIEM platform, we may ask you to run a troubleshooting script on the affected device. This script performs a number of checks and collects diagnostic information to help us diagnose the problem.
Download the troubleshooting_windows.zip file.
Extract the downloaded file using File Explorer (right-click > Extract All) or a tool like 7-Zip. Note the location of the extracted troubleshooting.ps1 script.
Launch PowerShell as administrator by pressing Win + S, typing PowerShell, right-clicking on Windows PowerShell, and selecting Run as administrator. Alternatively, press Win + X and choose Windows PowerShell (Admin) or Terminal (Admin). Confirm any User Account Control (UAC) prompts.
In PowerShell, use the cd command to move to the folder containing troubleshooting.ps1. For example:
cd C:\Users\YourUsername\Downloads
Execute the script by typing:
.\troubleshooting.ps1
If prompted about execution policies, you may need to temporarily allow script execution by running:Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Bypass
then re-run the script.Allow the script to finish running. This may take a few minutes.
After completion, find the Send_to_support.zip file.
Attach the Send_to_support.zip file to your support ticket or security event as instructed.
And that's it! You've run the Windows troubleshooting script on your Windows system.π