Managed Active Directory::ModifyGroup

The ModifyGroup method changes the properties of an Active Directory group.

Arguments

The ModifyGroup method accepts the following input parameters.

Input arguments Required Description

Group

No

The LDAP path to the group to be modified.

GroupType

No

The group type, for example GLOBAL SECURITY.

Description

No

The General Description property.

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.

The ModifyGroup method has the following return values.

Output arguments Description

True

If the method succeeds.

False

If the method fails to modify the properties of an Active Directory group.

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

See also

Tasks

Managed Active Directory::CreateGroup
Managed Active Directory::DeleteGroup
Managed Active Directory::GroupAdd
Managed Active Directory::GroupRemove
Managed Active Directory::RenameGroup