Managed Active Directory::ModifyGroup
The ModifyGroup procedure modifies a group in Active Directory.
Arguments
Input Arguments | Required | Description |
---|---|---|
<group> |
Yes |
The Lightweight Directory Access Protocol (LDAP) path of the group. |
<groupType> |
No |
The type of group that you want to modify. The different group types are:
Note
If you do not specify a group type, the value defaults to GLOBAL SECURITY.
|
<description> |
No |
The description for the group. |
<preferredDomainController> |
No |
The domain controller to use for this request. Using a single preferred domain controller eliminates replication delays that can arise between multiple controllers. |
Remarks
Security
- Impersonate Caller.
Sample Code
Example XML Request
<request>
<procedure>
<execute namespace="Managed Active Directory" procedure="ModifyGroup" impersonate="1">
<executeData>
<group>LDAP:// CN=myGroup1,DC=contoso,DC=com</group>
<groupType>UNIVERSAL SECURITY</groupType>
<description>Describes the modified group</description>
<properties>
</properties>
<preferredDomainController>myPrimaryDC.contoso.com</preferredDomainController>
</executeData>
</execute>
</procedure>
</request>
Applies To
Managed Active Directory Namespace APIManaged Active Directory Namespace API for:
Hosted Messaging and Collaboration version 4.5
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