Skip to main content

EPM Windows introduced EndpointUtility.exe in versions 22.3 and higher.

The utility tool helps in a variety of ways including log gathering, troubleshooting or forcing a policy update on an endpoint. This can be run both locally, or remotely.

To successfully run EndpointUtility.exe pending the action, the tool should be run elevated from a CMD line. A rule can simply be added to the “(Default) Privilege Management Tools” application group within Web Policy Editor. Further details on criteria can be found in the below KB article.

The more common arguments for EndpointUtility are for log gathering, performing a connection test or forcing a policy update.

 

PGCapture:

Local: C:\Program Files\Avecto\Privilege Guard Client\EndpointUtility.exe /cc <Path to folder> <Desired file name>

*Remotely: Enter-PSSession -ComputerName <machine name> -Credential DOMAIN\username

C:\Program Files\Avecto\Privilege Guard Client\EndpointUtility.exe /cc <Path to folder> <Desired file name>

 

Connection Test(OnPrem):

OnPrem: C:\Program Files\Avecto\Privilege Guard Client\EndpointUtility.exe /bi /c /debug

 

Force Policy Update:

OnPrem: C:\Program Files\Avecto\Privilege Guard Client\EndpointUtility.exe /bi /p

PMC: C:\Program Files\Avecto\Privilege Guard Client\EndpointUtility.exe /pmc /p

 

*Requires Administrator privileges on remote machine

 

Further helpful details, commands, tips can be found by reviewing the below KB’s.

KB0021643

KB0017213

KB0017982

One additional thing the EndpointUtility can now handle in 24.7 are JIT requests!

 

Usage:

  /requests
    /app   Display user's application requests
      /refresh   Force status updates of user's application requests
    /admin   Display user's admin requests
      /new <reason> <duration (mins)>   Create a new admin request
      /cancel   Cancels the user's admin request
      /start   Starts the user's admin session
      /stop   Stops the user's admin session
      /refresh   Force status updates of user's admin requests

 

Example:

 endpointutility.exe /requests /admin /new "I want to install an application" 60
   - Will create a new admin session request for the current user with the specified reason and a duration of 60 minutes


If ever in doubt of the tools functionality kick off the “EndpointUtility.exe /?”

 


Reply