Skip to main content
Solved

Bit9 Uninstall

  • October 9, 2017
  • 2 replies
  • 40 views

ImAMacGuy
Forum|alt.badge.img+23

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...

Best answer by prbsparx

The Bit9 Administrators have to disable Bit9 from the admin console. Otherwise, remove it from single user/recovery mode.

2 replies

Forum|alt.badge.img+8
  • Valued Contributor
  • Answer
  • October 9, 2017

The Bit9 Administrators have to disable Bit9 from the admin console. Otherwise, remove it from single user/recovery mode.


ImAMacGuy
Forum|alt.badge.img+23
  • Author
  • Esteemed Contributor
  • October 9, 2017

ah, the sneaky people running the server had tamper protection and prevent uninstall on the machine(s). once they turned it off, it worked.