Views:

Refer to the following commands:

For Windows:

cd C:\Program Files\Trend Micro\Deep Security Agent
sendCommand --get GetConfiguration | find "SecurityProfile"

Module state

For Linux:

cd /opt/ds_agent/
./sendcommand --getConfiguration | grep "SecurityProfile"

or

/opt/ds_agent/sendcommand --getConfiguration | grep "SecurityProfile"