Web Hosting Resource Manager::UnitializeRM

This procedure un-initializes all resource, consumer, and group types. Note that the call will fail if the are resource types, consumer types, and mappings existing.

Arguments

Input argument Required Description

<preferredDomainController>

Yes

Remarks

Access Level

Public.

Provisioning Steps

  1. Remove consumer types from Resource Manager

  2. Remove resource types from Resource Manager

  3. Remove group types from Resource Manager

Security

  1. Impersonate Caller.

Sample Code

Example XML Request

<request> 
  <procedure> 
 
    <execute namespace="Web Hosting Resource Manager" procedure="InitializeRM" 
 
      impersonate="1"> 
 
      <executeData> 
 
        <preferredDomainController>AD01.fabrikam.com</preferredDomainController> 
 
      </executeData> 
 
      <after source="executeData" destination="data" mode="merge" /> 
 
    </execute> 
 
  </procedure> 
 
</request> 

Example XML Response

No example XML response.

Applies To

Web Hosting Resource Manager Namespace for:

  • Hosted Messaging and Collaboration version 4.5

  • Hosted Messaging and Collaboration version 4.0

  • Hosted Messaging and Collaboration version 3.5

  • Hosted Messaging and Collaboration version 3.0

  • Windows-based Hosting version 4.5

  • Windows-based Hosting version 4.0

  • Windows-based Hosting version 3.5

  • Windows-based Hosting for Applications version 1.0

See also

Tasks

Web Hosting Resource Manager::InitializeRM