Hosted Active Directory Import::ImportBusinessOrganization

This procedure imports an existing business 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

<planName>

Yes

The name of the Hosted Active Directory service plan

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 an existing Reseller Organization that already exists in the MPS system.

Expected Result

The organization imported by this procedure should have the same state as an organization that was created with Hosted Active Directory::CreateOrganization with a specified Active Directory <planName> value.

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> 
      <planName>BusinessPlan </planName> 
   </data> 
   <procedure>  
      <execute namespace="Hosted Active Directory Import" procedure="ImportBusinessOrganization" 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

See also

Tasks

Hosted Active Directory Import::ImportConsumerOrganization