Modify Service Account
After installing Windows Agents, use one of the following methods to modify the existing Deep Visibility and Enforcement services.
-
Use services.msc.
Figure 1: Modify Service Account based on services.msc Account -
Use any third party application to configure the services.
-
Use the following commands:
-
Run cmd as an administrator.
-
Modify the services using the service account name by running the following commands:
-
sc config cswagent obj= <service user name> password= <password>
-
-
Verify service configurations by running the following commands:
-
sc qc cswagent
-
-
Restart the CswAgent service by running the following commands:
-
sc.exe cswagent
-
sc.exe cswagent
-
-