Skip to main content

agtsvccli

The agtsvccli program controls the Persistent Connector Service (agtsvc) .

Usage
agtsvccli.exe <option>

Argument

Description

-c --cookie

Cookie value to send to connector. This argument is for developer use only.

-debug

Debug logging is enabled for additional diagnostics.

-full

When starting a list, do not continue the previous list. This will result in a full list and load of all data.

-h --help

Print out help/usage message and exit

-hid --host <host>

Agent service host.

-infolist

Shows statistical information in kvgroup format for the currently running persistent list target.

-i --listid <ID>

ID of the operation.

--loopcount

Set a limit on list processing for the number of incremental interations up to the specified loop count after which persistent list will be terminated. Each iteration is determined by the ’Persistent list search wait time’ target address option. If not specified, the default is ’0’ to run indefinitely.

-p --port <port>

Agent service port

-showlists

Show currently running lists.

-startlist

Start a list.

-stoplist

Stop a list.

-t --targetid <target>

Target system.

-v --version

Print out version and exit

Examples
  1. To stop listing on Active Directory target system corpdirectory :

    agtsvccli.exe -endlist -t corpdirectory
  2. To make a new full list on corpdirectory :

    agtsvccli.exe -startlist -t corpdirectory -full