GetMICConfig Utility
- Last Updated: January 20, 2025
- 1 minute read
- MOVEit Automation
- Version 2024.1
- Version 2024
- Documentation
Included with MOVEit Automation is a command-line utility, GetMICConfig.exe which is used to retrieve the current configuration from a running copy of MOVEit Automation on the local machine. The ability to retrieve the current configuration useful for certain backup and archiving activities.
Although the MOVEit Automation configuration is already stored in a disk file named miccfg.xml, this file is fully encrypted and is therefore not usable by external applications. Although a similar config export capability is available via Admin Console (retired as of 2024.1) and Web Admin, these require human interaction. By contrast, GetMICConfig is suitable for running from a script or batch file, and can even be run as part of a MOVEit Automation task.
GetMICConfig is installed in the same directory as MOVEit Automation , typically \Program Files\MOVEit\MOVEitAutomation.
GetMICConfig syntax:
GetMICConfig -o outfile -u username -p password -s
secret [-k]
where:
|
|
The name of the desired output file. This file contains an
xml version of the MOVEit configuration, including tasks, hosts, and
some of the resource data. The file is human-readable except for some sensitive information
such as passwords, which are saved in an encrypted form. See The xml file does not represent the entire MOVEit configuration. To complete a full back up, additional items are required. For more information, see Backup - Disaster Recovery. |
|
|
The credentials of the user with access to export the configuration. |
|
|
The Provide a If you do not provide a The recommended approach is to use the |
|
-k |
Specifies that the old copy of outfile, if any, should be kept if GetMICConfig is unable to retrieve the settings. By default, GetMICConfig will delete any old outfile before connecting to MOVEit Automation . |
- 0 if all is OK
- 1 if there is a command-line error
- 2 if there is a communication error with MOVEit Automation
- 3 if there is a bad response from MOVEit Automation
- 4 if it could not write the output file
IF
ERRORLEVEL.