Hello,
The goal of the discussion is to full fill all exe files with their command lines, inside a list.
And then, explain the usage of the exe file.
By myself, I already build this kinf of list, but it's not full filled.
For exemple :
LDInventoryProvider.exe
....using with the parameter "/?"...
...the result is :
usage: C:\Program Files\LANDesk\LDClient\LDInventoryProvider.exe [options]
-p [port] Port for sockets phase
-c Skip stdio phase
-d path Configuration directory (default is module path)
-v[#] Display version information
-V# Verbosity mask
-l [path] Log file name
-s Request ready signal
-f First run flag
-o [cmd] Single command, stdio mode only
-O [cmd] Single command, stdio mode only, output file
-z Prevent idle shutdown
-g gather provider statistics
-u disable unique provider locking
-r heartbeat crash recovery option
-b # override maximum log size (in kbytes)
-h This message
On this exemple, I'm not able to know the usage of this exe file.
I would like to find a documentation or a other post that explain the 71 EXE files stored inside the Landesk Agent 9.0 SP4. (Windows).
(I also plan to do the same job with Landesk 9.6 SP1)
The final goal is to understand each exe files, and try to use them inside scripts to manage the Landesk Agent.
Regards,