In the following procedures you will add Sample Hosted Office Communications Server 2007 Organization and User plans to the Microsoft Provisioning System (MPS).

Tasks

  1. Add the Sample Hosted Office Communications Server 2007 Organization Plan
  2. Add the Sample Hosted Office Communications Server 2007 User Plan

Add the Sample Hosted Office Communications Server 2007 Organization Plan

Add the sample Hosted Office Communications Server 2007 organization plan by editing the CreateOrganizationPlan.xml file and passing it to MPS by using provtest.

Procedure RUN.3: To add the sample Hosted Office Communications Server 2007 Organization Plan

  1. On MPS01, edit <installdir>:\Program Files\Microsoft Hosting\Provisioning\Samples\Hosted Office Communications Server\CreateOrganizationPlan.xml

  2. Edit the <preferredDomainController> element to match the name of the preferred Active Directory domain controller; for example:

      Copy Code
    <preferredDomainController>ad01.fabrikam.com</preferredDomainController>
    
  3. Save the edited file.

  4. At a command prompt, change to the <installdir>:\Program Files\Microsoft Hosting\Provisioning\Samples\ Hosted Office Communications Server directory and run the following command:

      Copy Code
    provtest CreateOrganizationPlan.xml /x2
    
    Note:
    /x2 formats the XML results for maximum readability.

Add the Sample Hosted Office Communications Server 2007 User Plan

Add the sample Hosted Office Communications Server 2007 user plan by editing the CreateUserPlan.xml file and passing it to MPS by using provtest.

Procedure RUN.4: To add the sample Hosted Office Communications Server 2007 User Plan

  1. On MPS01, edit <installdir>:\Program Files\Microsoft Hosting\Provisioning\Samples\Hosted Office Communications Server\CreateUserPlan.xml

  2. Edit the element to match the name of the preferred Active Directory domain controller; for example:

      Copy Code
    <preferredDomainController>ad01.fabrikam.com</preferredDomainController>
    
  3. Save the edited file.

  4. At a command prompt, change to the <installdir>:\Program Files\Microsoft Hosting\Provisioning\Samples\Hosted Office Communications Server directory and run the following command:

      Copy Code
    provtest CreateUserPlan.xml /x2
    
    Note:
    /x2 formats the XML results for maximum readability.