Uninitializing Exchange Resource Manager by using XML

Use the UninitializeExchRM procedure of the Exchange Resource Manager namespace to uninitialize Exchange Resource Manager at installation time. It removes types that were added by Exchange Resource Manager.

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

Example of a request that calls the UninitializeExchRM procedure

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

Input for UninitializeExchRM

No input is required.

Typical response for UninitializeExchRM

The response to this procedure does not contain significant data.

Important