Difference between revisions of "MailStore Server Management Shell"

[unchecked revision][checked revision]
(17 intermediate revisions by 4 users not shown)
Line 3: Line 3:
 
The management shell is useful when no graphical user interface is available (e.g. if using telnet or ssh) or for the integration of scripts (e.g. batch files) that are executed either manually or automatically.
 
The management shell is useful when no graphical user interface is available (e.g. if using telnet or ssh) or for the integration of scripts (e.g. batch files) that are executed either manually or automatically.
  
Beside the client-side commands, the Management Shell also offers access to server-side commands of the [[Administration API - Using the API|MailStore Server Administration API]]. Output of service-side commands is in JSON format.
+
Beside the client-side commands, the Management Shell also offers access to server-side commands of the [[Administration API - Using the API|MailStore Server Administration API]]. Output of server-side commands is in JSON format.
  
 
== Starting the Management Shell in MailStore Client ==
 
== Starting the Management Shell in MailStore Client ==
The management shell can be started directly from MailStore: Log on to MailStore Client as administrator and click on ''Administrative Tools'' > ''Miscellaneous'' and then on ''Management Shell''.
+
The management shell can be started directly from MailStore: Log on to MailStore Client as administrator and click on ''Administrative Tools > Management API > Command Prompt''.
 
 
 
[[File:tech_mscmd_01.png|center|450px]]
 
[[File:tech_mscmd_01.png|center|450px]]
 +
The font size can be adjusted by holding the Ctrl key and using the mouse wheel or pressing + and -. Holding down the Ctrl key and pressing 0 resets the font size.
  
 
== Using MailStoreCmd.exe in Non-Interactive Mode ==
 
== Using MailStoreCmd.exe in Non-Interactive Mode ==
In non-interactive mode, the management shell logs on with the access data passed, executes the command passed, and automatically terminates upon execution. If the login and the execution of the command were successful, the exit code (ERRORLEVEL) of the process is set to 0 (zero), otherwise it is set to any value other than 0.
+
In non-interactive mode, the management shell logs on with the access data passed, executes the command passed, and automatically terminates upon execution. If the login and the execution of the command were successful, the exit code (ERRORLEVEL) of the process is set to 0 (zero), otherwise it is set to any value other than 0. ''MailStoreCmd.exe'' can be found in the installation directory of MailStore Server. ''MailStoreCmdSilent.exe'' does the same, but does not open a console window.
 +
 
 +
Login credentials for your installation can be found in the scheduled task of an archiving profile of the type ''E-Mail Programs'' or ''E-Mail Files''.
  
 
The syntax of the ''MailStoreCmd.exe'' looks as follows:  
 
The syntax of the ''MailStoreCmd.exe'' looks as follows:  
  
   MailStoreCmd.exe -h <server> -u <user> -p <password> --pvk3 <thumbprint> -c <command> [-param1 <value> -param2 <value> ...]
+
   MailStoreCmd.exe -h <server> -u <user> -p <password> --pvk3 <thumbprint> -c <command> [--param1=<value> --param2=<value> ...]
  
 
The below command line parameters are required followed by additional API command parameters if necessary.
 
The below command line parameters are required followed by additional API command parameters if necessary.
Line 30: Line 32:
 
|-
 
|-
 
| <tt>-u</tt>
 
| <tt>-u</tt>
| User name.
+
| User name
 
|-  
 
|-  
 
| <tt>-p</tt>
 
| <tt>-p</tt>
| Password.
+
| Password
 
|-  
 
|-  
 
| <tt>--pc</tt>
 
| <tt>--pc</tt>
| Alternative to <tt>-p</tt>, encrypted password
+
| Alternative to <tt>-p</tt>, encrypted password.
 +
|-
 +
| <tt>--nologo</tt>
 +
| Optional. Prevents the logo from being displayed.
 +
|-
 +
| <tt>--o</tt>
 +
| Optional. Redirects the output to a given file. When this parameter is given, no output is sent to the console.
 
|-
 
|-
 
| <tt>-c</tt>
 
| <tt>-c</tt>
Line 45: Line 53:
 
Find a list of all client side commands below. An overview of all available server side commands can be found under [[Administration API - Function Reference|Function Reference]].
 
Find a list of all client side commands below. An overview of all available server side commands can be found under [[Administration API - Function Reference|Function Reference]].
  
<p class="msnote">'''Hint: ''' Enter ''schedule'' in front of a management shell command, client and server side, allows you to define a schedule for executing the given management shell command regularly.</p>
+
  clear
  
  backup --target=<targetdirectory> [--nosync] [--skipreadonly] [--filegroups=1,2,...,4]
+
Clears the texts currently displayed improving visibility.
  
Create a backup of the archive. Following parameters are supported:
+
  debug-conn
  
{| width=80% |
+
Activates debug protocol for IMAP and HTTP connections during archiving for the running MailStore Client process.
|-
 
| width="30%" | <code>--target</code>
 
| directory where to create the backup
 
|-
 
| <code>--nosync</code>
 
| copy all files; not only new or modified ones
 
|-
 
| <code>--skipreadonly</code>
 
| skip file groups marked as read only
 
|-
 
| <code>--filegroups=1,2,...,4</code>
 
| make backup of given file groups only
 
|}
 
  
   clear
+
   debuglog-browse
  
Clears the texts currently displayed improving visibility.
+
Opens the file explorer and shows MailStore's ''Debug Log'' directory.
  
   debug-conn
+
   debuglog-enable,  debuglog-disable
  
Activates debug protocol for IMAP and HTTP connections during archiving for the running MailStore Client process.
+
Activates or deactivates the global debug protocol (within computer scope).
  
   debug-console,  debuglog-browse,  debuglog-disable,  debuglog-enable
+
   exejcfg [--d]
  
Activates, displays or deactivates the global debug protocol (within computer scope).
+
Enables envelope journaling on Exchange 2003 servers.  When the parameter --d is given, envelope journaling will be disabled. This command must be executed from a domain joined computer.
  
 
   export-execute [--name=<profilename>] [--id=<profileid>] [--verbose] [--[property]="value"]
 
   export-execute [--name=<profilename>] [--id=<profileid>] [--verbose] [--[property]="value"]
Line 124: Line 119:
  
 
Displays a list of all existing archiving profiles (ID and profile name).
 
Displays a list of all existing archiving profiles (ID and profile name).
 +
 +
  livelog-client-disable,  livelog-client-enable,  livelog-server-disable,  livelog-server-enable
 +
 +
Activates or deactivates the live debug protocol of MailStore Server or MailStore Client. The live protocol can be viewed with Sysinternal's DebugView. DebugView must be started with elevated privileges and it must be configured to capture ''Global Win 32'' events.
  
 
   store-setprop --name=<name> [--value=<value>]
 
   store-setprop --name=<name> [--value=<value>]
Line 157: Line 156:
 
| ''true'' = Exchange ''ErrorVirusDetected'' errors are ignored and not handled as an archiving error.<br/><br/>  
 
| ''true'' = Exchange ''ErrorVirusDetected'' errors are ignored and not handled as an archiving error.<br/><br/>  
 
''false'' = Exchange ''ErrorVirusDetected'' errors are handled as archiving errors.  
 
''false'' = Exchange ''ErrorVirusDetected'' errors are handled as archiving errors.  
 +
| align="center" valign="top" | false
 +
|-
 +
| scope="col" width="20%" align="left" valign="top" | public.arcclient.skipEwsErrorItemNotFound
 +
| align="center" valign="top" | 10
 +
| ''true'' = Exchange ''ErrorItemNotFound'' errors are ignored and not handled as an archiving error.<br/><br/>
 +
''false'' = Exchange ''ErrorItemNotFound'' errors are handled as archiving errors.
 
| align="center" valign="top" | false  
 
| align="center" valign="top" | false  
 
|}
 
|}

Revision as of 10:36, 23 February 2017

Many instructions available in the graphical user interface of MailStore Client can also be executed using MailStore's management shell, a command line client which is automatically included when installing MailStore Server and MailStore Client.

The management shell is useful when no graphical user interface is available (e.g. if using telnet or ssh) or for the integration of scripts (e.g. batch files) that are executed either manually or automatically.

Beside the client-side commands, the Management Shell also offers access to server-side commands of the MailStore Server Administration API. Output of server-side commands is in JSON format.

Starting the Management Shell in MailStore Client

The management shell can be started directly from MailStore: Log on to MailStore Client as administrator and click on Administrative Tools > Management API > Command Prompt.

Tech mscmd 01.png

The font size can be adjusted by holding the Ctrl key and using the mouse wheel or pressing + and -. Holding down the Ctrl key and pressing 0 resets the font size.

Using MailStoreCmd.exe in Non-Interactive Mode

In non-interactive mode, the management shell logs on with the access data passed, executes the command passed, and automatically terminates upon execution. If the login and the execution of the command were successful, the exit code (ERRORLEVEL) of the process is set to 0 (zero), otherwise it is set to any value other than 0. MailStoreCmd.exe can be found in the installation directory of MailStore Server. MailStoreCmdSilent.exe does the same, but does not open a console window.

Login credentials for your installation can be found in the scheduled task of an archiving profile of the type E-Mail Programs or E-Mail Files.

The syntax of the MailStoreCmd.exe looks as follows:

  MailStoreCmd.exe -h <server> -u <user> -p <password> --pvk3 <thumbprint> -c <command> [--param1=<value> --param2=<value> ...]

The below command line parameters are required followed by additional API command parameters if necessary.

Parameter Description
-h The machine name of the MailStore server to which code>MailStoreCmd.exe is to connect.
--pvk3 The (optional) Public Key Fingerprint, which guarantees the identity of MailStore Server.
-u User name
-p Password
--pc Alternative to -p, encrypted password.
--nologo Optional. Prevents the logo from being displayed.
--o Optional. Redirects the output to a given file. When this parameter is given, no output is sent to the console.
-c The actual command follows (non-interactive mode).

Command Overview

Find a list of all client side commands below. An overview of all available server side commands can be found under Function Reference.

 clear

Clears the texts currently displayed improving visibility.

 debug-conn

Activates debug protocol for IMAP and HTTP connections during archiving for the running MailStore Client process.

 debuglog-browse

Opens the file explorer and shows MailStore's Debug Log directory.

 debuglog-enable,  debuglog-disable

Activates or deactivates the global debug protocol (within computer scope).

 exejcfg [--d]

Enables envelope journaling on Exchange 2003 servers. When the parameter --d is given, envelope journaling will be disabled. This command must be executed from a domain joined computer.

 export-execute [--name=<profilename>] [--id=<profileid>] [--verbose] [--[property]="value"]

Executes an export profile. Following parameters are supported:

--name | --id name or ID of the export profile to execute
--verbose activates a detailed status display on the console
--[property] Overwrites the given property of a profile. The internal properties can be displayed, by selecting an export profile and press CTRL + SHIFT + P. The name of the property has to be in brackets. Multiple properties can be modified by repeating the parameter.
 export-list

Displays a list of all existing export profiles (ID and profile name).

 help

Displays a list of all available commands and their parameters.

 import-execute [--name=<profilename>] [--id=<profileid>] [--verbose] [--user=<username>] [--[property]="value"]

Executes the archiving profile. Following parameters are supported:

--name | --id name or ID of the import profile to execute
--verbose activates a detailed status display on the console
--user user archive to store archived emails
--[property] Overwrites the given property of a profile. The internal properties can be displayed, by selecting an archiving profile and press CTRL + SHIFT + P. The name of the property has to be in brackets. Multiple properties can be modified by repeating the parameter.
 import-list [--user=<username>]

Displays a list of all existing archiving profiles (ID and profile name).

 livelog-client-disable,  livelog-client-enable,  livelog-server-disable,  livelog-server-enable

Activates or deactivates the live debug protocol of MailStore Server or MailStore Client. The live protocol can be viewed with Sysinternal's DebugView. DebugView must be started with elevated privileges and it must be configured to capture Global Win 32 events.

 store-setprop --name=<name> [--value=<value>]

Changes the value of a global property

--name Name of the global property
--value Value of the global property

Following global properties are supported:

Name Version Values Default
public.arcclient.skipMimeContentConversionFailed 8 true = Exchange MimeContentConversionFailed errors are ignored and not handled as an archiving error.

false = Exchange MimeContentConversionFailed errors are handled as archiving errors.

false
public.arcclient.skipVirusDetected 8.1 true = Exchange ErrorVirusDetected errors are ignored and not handled as an archiving error.

false = Exchange ErrorVirusDetected errors are handled as archiving errors.

false
public.arcclient.skipEwsErrorItemNotFound 10 true = Exchange ErrorItemNotFound errors are ignored and not handled as an archiving error.

false = Exchange ErrorItemNotFound errors are handled as archiving errors.

false
 user-list

Display list of users.