Initializing Exchange Resource Manager by using XML

Use the InitializeExchRM procedure of the Exchange Resource Manager namespace to initialize Exchange Resource Manager at uninstallation time. It adds new types that Exchange Resource Manager uses.

This procedure expects to be called with impersonate="1". This procedure impersonates the caller.

Example of a request that calls the InitializeExchRM procedure

<request>
  <execute namespace="Exchange Resource Manager" procedure="InitializeExchRM">
	<executeData>
	</executeData>
  </execute>
</request>

Input for InitializeExchRM

No input is required.

Typical response for InitializeExchRM

The response to this procedure does not contain significant data.

Important