Managed Active Directory Web Service

The following methods of the Managed Active Directory Namespace are exposed as Web methods in the Web Service.

Public Methods
Argument Description
Managed Active Directory::ChangeUserPassword The ChangeUserPassword method changes a user's password.
Managed Active Directory::CreateContact The CreateContact method creates a contact in Microsoft Active Directory® directory service and sets the initial properties.
Managed Active Directory::CreateGroup The CreateGroup method creates a group in Active Directory and sets the description.
Managed Active Directory::CreateOrganization The CreateOrganization method creates an organization in Active Directory and sets the initial properties.
Managed Active Directory::CreateUser The CreateUser method creates a user in Active Directory directory service and sets the initial properties.
Managed Active Directory::DeleteContact The DeleteContact method deletes a contact from Active Directory.
Managed Active Directory::DeleteGroup The DeleteGroup method deletes a group from Active Directory.
Managed Active Directory::DeleteOrganization The DeleteOrganization method deletes an organization from Active Directory.
Managed Active Directory::DeleteUser The DeleteUser method deletes a user from Active Directory.
Managed Active Directory::DisableUser The DisableUser method disables an Active Directory user account.
Managed Active Directory::EnableUser The EnableUser method enables an Active Directory user account.
Managed Active Directory::GetForeignOwnerOrg The GetForeignOwnerOrg method returns the foreign owning OU for the current object.
Managed Active Directory::GetThisOrganizationRoot The GetUsersContainer method provides the LDAP path of the users container.
Managed Active Directory::GetUsersContainer TBD
Managed Active Directory::GroupAdd The GroupAdd method adds a member to an Active Directory group.
Managed Active Directory::GroupRemove The GroupRemove method removes a member from an Active Directory group.
Managed Active Directory::ModifyContact The ModifyContact method changes the properties of an Active Directory contact.
Managed Active Directory::ModifyGroup The ModifyGroup method changes the properties of an Active Directory group.
Managed Active Directory::ModifyOrganization The ModifyOrganization method changes the properties of an Active Directory organization.
Managed Active Directory::ModifyUser The ModifyUser method changes the properties of an Active Directory user.
Managed Active Directory::MoveObject The MoveObject method moves an Active Directory object from one location to another.
Managed Active Directory::RenameContact The RenameContact method renames an Active Directory contact.
Managed Active Directory::RenameGroup The RenameGroup method renames an Active Directory group.
Managed Active Directory::RenameOrganization The RenameOrganization method renames an Active Directory organization.
Managed Active Directory::RenameUser The RenameUser method renames an Active Directory user.
Managed Active Directory::SetUserPassword The SetUserPassword method sets the password for an Active Directory user account.
 Applies To