Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameters

Parameter list:

  • <EM command name> – this is name of EM command;

  • pluginID – id of plugin which receive request;

  • args – HTTP GET arguments, which will be built in URI for request;

  • postfile – file which contains HTTP POST info for request;

  • host – remote host on which EMShell will forward request. Current EMShell host is used as a default;

  • port – EMShell port for request. Current EMShell port used as a default.

Example

Code Block
cmdmgr.exe PG_ACCESS_PROCESS pluginID=plugin_pg --args="Access=4&RuleName=all"

...