Versions Compared

Key

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

This command is used to send any EM command to EMSHELL.

Syntax

Here is command syntax:

Code Block
cmdmgr.exe <EM command name> [--pluginID=<Plugin ID>]
[--args="<EM command args>"] [--postfile="<File Name>"]
[--host=<IP or host>] [--port=<port>]

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"

Image Removed

...