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

Tasks

  1. Add the Sample Hosted E-mail Organization Plans
  2. Add the Sample Hosted E-mail User Plans

Add the Sample Hosted E-mail Organization Plans

Add the sample hosted e-mail organization plans by editing the CreateSampleOrganizationPlans.xml file and passing it to MPS by using provtest.

Procedure RUN.1: To add the sample Hosted E-mail Organization Plans

  1. On MPS01, edit <installdir>:\Program Files\Microsoft Hosting\Provisioning\Samples\Hosted Email 2007\CreateSampleOrganizationPlans.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 Email 2007 directory and run the following command:

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

Add the Sample Hosted E-mail User Plans

Add the sample hosted e-mail user plans by editing the CreateSampleUserPlans.xml file and passing it to MPS by using provtest.

Procedure RUN.2: To add dd the sample Hosted E-mail User Plans

  1. On MPS01, edit <installdir>:\Program Files\Microsoft Hosting\Provisioning\Samples\Hosted Email 2007\CreateSampleUserPlans.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 Email 2007 directory and run the following command:

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