Product manual

GFI EventsManager 16 Command Line Tools | 309
Example
ESMCmdConfig.exe /op:SetLicense /licenseKey:*********
16.1.5 /op:configureAlerting
This function enables you to turn on and configure email alerting options. The following parameters
are supported:
Parameter Description
/Server:<server> Specify the mail server IP address or fully qualified domain name (FQDN).
/SenderEmail:<email> Specify the sender email address. Notifications appear to have been sent from the
specified address.
/Port:<port> Specify the TCP port used to send emails.
/RequiresAuthentication:
<true|false>
Specify if the mail server requires authentication. Supported values are:
True
False.
/User:<username> Specify the username of the email address specified in the /SenderEmail
parameter.
Note
Parameters that contain spaces must be enclosed in double quotes ().
/Pass:<password> Specify the password for the username specified in the /User parameter.
Table 102: /op:configureAlerting Parameters
Example
ESMCmdConfig.exe /op:configureAlerting /Server:192.168.11.11
/SenderEmail:jsmith@domain.com /Port:25 /RequiresAuthentication:True
/User:jsmith /Pass:p@ss
16.1.6 /op:setAdminEmail
This function enables you to configure the EventsManagerAdministrator email address. The following
parameter is supported:
Parameter Description
/email:<email> Specify the EventsManagerAdministrator email address.
Table 103: /op:setAdminEmail Parameter
Example
ESMCmdConfig.exe /op:setAdminEmail /email:esmadmin@domain.com
16.1.7 /op:createProgramGroupShortcuts
This function enables you to create group shortcuts and has no additional parameters.