In some cases, it may be necessary to override the parameter values used by the EV Provisioning Module when running an EVPM command.
There is an option to modify EV Provisioning Module .exe.config file in order to change the values of
1) Exchange server domain change
<setting name="OverrideEVPMExchangeServerDOMAIN" serializeAs="String">
<value>True</value>
</setting>
<!-- If set to true, domain for EVPM tool is replaced by OverrideEVPMExchangeServerDOMAINvalue -->
<!-- whitespace character in tags should be deleted -->
Change the value of setting OverrideEVPMExchangeServerDOMAINvalue to specific domain name.
<setting name="OverrideEVPMExchangeServerDOMAINvalue" serializeAs="String">
<value>.somewhere.com</value>
</setting>
<!-- domain name should be preceded with a dot symbol '.' -->
<!-- whitespace character in tags should be deleted -->
4. Start EV Provisioning Module service.
In this example, even if the Exchange Server retrieved from Enterprise Vault and checked in Active Directory is ExchangeServer1.ADomain.local, the value used when EVPM is called by the EV Provisioning Module is ExchangeServer1.somewhere.com.
2) System mailbox prefix change
<setting name="EVPMSystemMailboxPrefixValue" serializeAs="String">
<value>prefix</value>
</setting>
<!-- whitespace character in tags should be deleted -->
Note:
In case required configuration settings cannot be found in the file, they should be added to the bottom of the file, after following setting definition:
<setting name="EVPMExecutionTimeoutMinutes" serializeAs="String">
<value>10</value>
</setting>
Changes of these settings can be seen in the log files in case log level is Debug or TRACE.