Hosted Active Directory Import::ImportGroup

This procedure imports an existing group into the Microsoft Provisioning System (MPS). This includes ensuring that MPS prescribed security settings, group memberships and Plan Manager customer record.

Arguments

Input Arguments Required Description

<group>

Yes

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

<preferredDomainController>

Yes

The domain controller to use for Active Directory actions

Remarks

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

The group must be a child of a valid Hosted Messaging and Collaboration version 4.0 organization.

Expected Result

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

Sample Code

Example XML Request

<request>  
   <data>  
      <group>LDAP://CN=sales@alpineskihouse.com,OU=AlpineSkiHouse,OU=ConsolidatedMessenger,OU=Hosting,DC=Fabrikam,DC=Com </group> 
      <preferredDomainController>AD01.Fabrikam.Com </preferredDomainController> 
   </data> 
   <procedure>  
      <execute namespace="Hosted Active Directory Import" procedure="ImportGroup" 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