cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Who rated this post

L1 Bithead

One option would be to request the XDR Cleaner Tool from support and use:

 

REM to disable agent protect and remove agent with XDRAgentcleaner
@echo off
echo Password123|"%ProgramFiles%\Palo Alto Networks\Traps\cytool.exe" protect disable
REM use xdrcleaner note the password is in clear txt
xdragentcleaner.exe --silient --password Password123 --log c:\remove.log

PB

View solution in original post

Who rated this post