Hosted Active Directory Import::ImportResellerOrganization

This procedure imports an existing reseller organization into the Microsoft Provisioning System (MPS). This includes ensuring that MPS prescribed security settings, MPS Active Directory system objects, Plan Manager customer record, and Active Directory service subscription exist.

Arguments

Input Arguments Required Description

<organization>

Yes

The Lightweight Directory Access Protocol (LDAP) path of the organization

<preferredDomainController>

Yes

The domain controller to use for Active Directory actions

Remarks

If an existing Plan Manager customer record is found for the specified organization an exception will be raised aborting execution of the procedure.

The organization must be a child of the MPS Hosting organizational unit.

Expected Result

The organization imported by this procedure should have the same state as a organization that was created with Hosted Active Directory::CreateResellerOrganization.

Sample Code

Example XML Request

<request>  
   <data>  
      <organization>LDAP://OU=AlpineSkiHouse,OU=ConsolidatedMessenger,OU=Hosting,DC=Fabrikam,DC=Com </organization> 
      <preferredDomainController>AD01.Fabrikam.Com </preferredDomainController> 
   </data> 
   <procedure>  
      <execute namespace="Hosted Active Directory Import" procedure="ImportResellerOrganization" impersonate="1" >  
         <before source="data" destination="executeData" mode="merge" /> 
         <after source="executeData" destination="data" mode="merge" /> 
      </execute> 
   </procedure> 
</request>

Applies To

Hosted Active Directory Import Namespace for:

  • Hosted Messaging and Collaboration version 4.0 Migration Kit