In the following procedures you will add Sample Hosted Exchange Organization and User plans to the Microsoft Provisioning System (MPS).
Tasks
- Add the Sample Hosted E-mail Organization Plans
- 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
-
On MPS01, edit <installdir>:\Program Files\Microsoft Hosting\Provisioning\Samples\Hosted Email 2007\CreateSampleOrganizationPlans.xml
-
Edit the <preferredDomainController> element to match the name of the preferred Active Directory domain controller; for example:
Copy Code <preferredDomainController>ad01.fabrikam.com</preferredDomainController>
-
Save the edited file.
-
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
-
On MPS01, edit <installdir>:\Program Files\Microsoft Hosting\Provisioning\Samples\Hosted Email 2007\CreateSampleUserPlans.xml
-
Edit the element to match the name of the preferred Active Directory domain controller; for example:
Copy Code <preferredDomainController>ad01.fabrikam.com</preferredDomainController>
-
Save the edited file.
-
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.