I am trying to setup an. uninstall for our bit9 agents. I tried calling the uninstall.sh in the bit9 folder that gets installed with the agent, but when I try to call it via a script it errors out..
.
.
.
Running script Uninstall Bit9.sh...
Script exit code: 1
Script result: Uninstall is not currently enabled for Bit9.
Error running script: return code was 1.
Submitting log ...
.
.
.
I looked in the script, it does a check on the
b9cli -allowuninstall >dev/null
but I couldn't find a way to set the flag to allow it...