Check the status of DLP EDPA service through command prompt
search cancel

Check the status of DLP EDPA service through command prompt

book

Article ID: 425370

calendar_today

Updated On:

Products

Data Loss Prevention

Issue/Introduction

You have a compliance software such as Aruba NAC which you want to use to query the user OS systems and check if DLP agent is running

Environment

DLP 16.x / DLP 25.1 agents on Windows OS

Resolution

Windows Command line tool 'sc' can be leveraged and the output of this command can be parsed to the compliance software.

The output of the command 'sc query edpa | findstr STATE' displays the status of EDPA service used by DLP agent. If the output has the string 'RUNNING', the DLP agent is running.

Additional Information

This is a Widows OS functionality applicable to all services and not directly a DLP agent functionality