IMPORTANT ANNOUNCEMENT: On May 6, 2024, Carbon Black User eXchange (UeX) and Case Management will move to a new platform!
The Community will be in read-only mode starting April 19th, 7:00 AM PDT. Check out the blog post!
You will still be able to use the case portal to create and interact with your support cases until the transition, view more information here!

Carbon Black Cloud: How to Enable/Disable Sensor Bypass Via Terminal (Mac)

Carbon Black Cloud: How to Enable/Disable Sensor Bypass Via Terminal (Mac)

Environment

  • Carbon Black Cloud Console
  • Carbon Black Cloud Sensor: All Supported Versions
  • Apple macOS: All Supported Versions

Objective

Provide steps to enable or disable bypass when connected to a Mac endpoint

Resolution

  1. Connect/login to the endpoint
  2. Launch terminal emulator
  3. Run desired command
    Enable Bypass
    sudo /Applications/Confer.app/uninstall -b  <UNINSTALL_CODE>
    
    Disable Bypass
    sudo /Applications/Confer.app/uninstall -n  <UNINSTALL_CODE>

Additional Notes

  • {UninstallCode} should be replaced with the Company Deregistration Code found under Endpoints > Sensor Options > Company Codes in the CBC Console
  • Running the following provides additional help text
    sudo /Applications/Confer.app/uninstall -h
  • Previous method
    Enable Bypass
    sudo /Applications/Confer.app/uninstall --bypass-enter {UninstallCode}
    
    Disable Bypass
    sudo /Applications/Confer.app/uninstall --bypass-exit {UninstallCode}

Related Content


Was this article helpful? Yes No
100% helpful (1/1)
Article Information
Author:
Creation Date:
‎09-09-2020
Views:
3722
Contributors