Carbon Black Cloud: How to Change repmgr.exe Service to Unprotected Mode (Windows)
book
Article ID: 287445
calendar_today
Updated On:
Products
Carbon Black Cloud Endpoint Standard (formerly Cb Defense)
Carbon Black Cloud Enterprise EDR (formerly Cb Threathunter)
Issue/Introduction
How to Change repmgr.exe Service to Unprotected Mode (Windows)
Environment
- Carbon Black Cloud Console: All Versions
- Microsoft Windows: All Supported Versions
Resolution
- Open CMD/DOS Window in Local Admin account and change directory to C:\Program Files\Confer
- repcli unlock <uninstall-code> (Optional if not Authenticated)
- repcli bypass 1
- repcli registerProtectedSvcs 0
- repcli stopCbServices
- sc start cbdefense
- sc qprotection cbdefense < verify unprotected mode, it should be none, NOTE: this command may or may not work on W2012
- repcli bypass 0
- repcli deletepolicy 1DED7E47-CE4C-448E-AD01-6F4AC3CE7F5D
- repcli cloud disableupdates 1
Additional Information
To Re-Enable Protected Mode follow these steps.
- repcli bypass 1
- repcli registerProtectedSvcs 1
- repcli stopCbServices
- sc start cbdefense.
- repcli bypass 0
Feedback
thumb_up
Yes
thumb_down
No