You are using a standalone DCS Agent and would like to automate Intrusion Prevention deployment after DCS Agent installation and reboot of the OS.
You would like to decrease the time when the client is unprotected after a reboot and deploy the policy as soon as it is possible.
DCS 6.10.x
Windows 10/11
You can validate with the commands below if the DCS Services and Drivers are up and running. If all of them are in the running state sisipsconfig command with the -P switch can be executed.
DCS Drivers check
sc query SISIPSDriver |findstr RUNNING
sc query SISIPSNetFilter |findstr RUNNING
sc query SISIPSFileFilter |findstr RUNNING
sc query SISIDSRegDrv |findstr RUNNING
sc query SymEFASI |findstr RUNNING
DCS Services check
sc query SISIPSSERVICE | findstr RUNNING
sc query SISIDSSERVICE | findstr RUNNING
sc query SISIPSUTIL | findstr RUNNING