-getFeatureStatus
Use this command-line switch to retrieve a list of the security agent installed features and their status.
OS | Operation |
---|---|
Windows |
|
macOS |
|
Example
Windows:
eps.rmm.exe -getFeatureStatus
stdout output example:
FileScan.OnAccess=1|Firewall=0|UpdateServer=1
macOS:
./eps.rmm -getFeatureStatus
stdout output example:
Antiphishing=1|UserControl.CategoryFiltering=0|VolumeEncryption=0|FileScan.OnAccess=1
The RMM SDK Tool will print the list of any installed features currently running on the endpoint and their status. The format of the output will be a list of key-value pairs separated by the | pipe character, where a key is a feature currently running on the endpoint, whereas the value shows its status.