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!

App Control: How to Restart a Windows Agent via the Command Line

App Control: How to Restart a Windows Agent via the Command Line

Environment

  • App Control Agent: All Versions
  • Microsoft Windows: All Supported Versions

Objective

Restart the Agent locally using the Windows command line

Resolution

1.) Open an elevated command prompt and navigate to the Parity Agent directory.
cd "C:\Program Files (x86)\Bit9\Parity Agent"

2.) Then run the following commands:
dascli password GlobalCLIPassword
dascli tamperprotect 0

3.) Stop the Agent service and unload the driver
net stop parity
fltmc unload paritydriver

4.) Then check the status of the service and the driver:
sc query parity (to check for service status)
sc query paritydriver (to check for driver status)
fltmc (to check if paritydriver is loaded)
fltmc instance (to check on paritydriver instances)

5.) Load the driver and start the Agent service
fltmc load paritydriver
net start parity

Related Content


Labels (1)
Tags (2)
Was this article helpful? Yes No
0% helpful (0/1)
Article Information
Author:
Creation Date:
‎09-09-2020
Views:
4359
Contributors