Managed Active Directory::MoveObject

The MoveObject method moves an Active Directory object from one location to another.

Arguments

The MoveObject method accepts the following input parameters.

Input arguments Required Description

ItemToMove

No

The LDAP path to object to be moved.

DestinationContainer

No

The LDAP path to destination container.

PropertyXML

No

A group of XML properties in the following format:

 
<properties>    <property name="l">Some City</property>    <property name="sn">Last Name</property></properties> 
 
        

PreferredDomainController

No

The domain controller to use for this operation.

SendCredentials

No

True/False: embed basic authentication credentials in the MPF request.

ErrorReturn

No

Out parameter containing the error (if any) thrown by MPF during the processing of the request.

Output Arguments

The MoveObject method returns the LDAP path to the newly relocated object.

Remarks

No remarks.

Sample Code

No sample code.

Applies To

Managed Active Directory Web Service for:

  • Hosted Messaging and Collaboration version 4.0

  • Hosted Messaging and Collaboration version 3.5

  • Hosted Messaging and Collaboration version 3.0

  • Windows-based Hosting version 4.5

  • Windows-based Hosting version 4.0

  • Windows-based Hosting version 3.5

  • Windows-based Hosting for Applications version 1.0