What command should be run to verify if a Windows sensor is running?
What command should be run to verify if a Windows sensor is running?
To verify if a Windows sensor is running, the command 'sc query csagent' is appropriate. 'sc' is a command-line utility in Windows used to communicate with the Service Control Manager and services, 'query' asks for the status, and 'csagent' is the typical name of the sensor service. This command will return the current status of the service.
B - for windows (FYI...D - for linux)
B is the correct answer but with sc.exe query csagent command.
B is sorta correct but as Jak88 said
B is correct