# Activities

> Activities in the Active Directory Domain Services package for managing users, groups, computers, and organizational units.

This section includes Identity Services related activities found in the **UiPath.ActiveDirectoryDomainServices.Activities** package.

| Activity | Description |
| --- | --- |
| [Active Directory Scope](https://docs.uipath.com/activities/other/latest/it-automation/active-directory-scope) | Connects to Active Directory and provides a scope for other Active Directory activities. |
| [Get Object Distinguished Name](https://docs.uipath.com/activities/other/latest/it-automation/get-object-distinguished-name) | Retrieves the distinguished name of a given Active Directory object. |
| [Get Object Properties](https://docs.uipath.com/activities/other/latest/it-automation/get-object-properties) | Retrieves all properties and their values for the specified object if the **SingleProperty** field is empty. If the **SingleProperty** parameter is set, then only the value for a single property is retrieved. |
| [Get Objects by Filter](https://docs.uipath.com/activities/other/latest/it-automation/get-objects-by-filter) | Retrieves the list of **Active Directory** objects based on an input filter. |
| [Get Objects by LDAP Filter](https://docs.uipath.com/activities/other/latest/it-automation/get-objects-by-ldap-filter) | Retrieves the list of **Active Directory** objects based on an LDAP (Lightweight Directory Access Protocol) filter. |
| [Is Object Member of Group](https://docs.uipath.com/activities/other/latest/it-automation/is-object-member-of-group) | Checks whether a given object belongs to a group. |
| [Move Object](https://docs.uipath.com/activities/other/latest/it-automation/move-object) | Moves an object to a new location in **Active Directory**. |
| [Rename Object](https://docs.uipath.com/activities/other/latest/it-automation/rename-object) | Renames an Active Directory object. |
| [Update Object Properties](https://docs.uipath.com/activities/other/latest/it-automation/update-object-properties) | Updates the specified properties of an object. |
| [Add Computer To Group](https://docs.uipath.com/activities/other/latest/it-automation/add-computer-to-group) | Adds a computer to the specified group. |
| [Computer Exists](https://docs.uipath.com/activities/other/latest/it-automation/computer-exists) | Checks if a computer exists in Active Directory. |
| [Create Computer](https://docs.uipath.com/activities/other/latest/it-automation/create-computer) | Creates a new computer in Active Directory. |
| [Delete Computer](https://docs.uipath.com/activities/other/latest/it-automation/delete-computer) | Deletes a computer from Active Directory. |
| [Get Computer Status](https://docs.uipath.com/activities/other/latest/it-automation/get-computer-status) | Retrieves the active status of a computer. |
| [Get Computers in Group](https://docs.uipath.com/activities/other/latest/it-automation/get-computers-in-group) | Retrieves the list of computers belonging to the specified group. |
| [Join Computer to Domain](https://docs.uipath.com/activities/other/latest/it-automation/join-computer-to-domain) | Adds a computer to the domain. |
| [Remove Computer From Group](https://docs.uipath.com/activities/other/latest/it-automation/remove-computer-from-group) | Removes a computer from the specified group. |
| [Set Computer Status](https://docs.uipath.com/activities/other/latest/it-automation/set-computer-status) | Sets the active status of a computer. |
| [Unjoin Computer From Domain](https://docs.uipath.com/activities/other/latest/it-automation/unjoin-computer-from-domain) | Removes a computer from the domain. |
| [Add Group To Group](https://docs.uipath.com/activities/other/latest/it-automation/add-group-to-group) | Adds a group to another group. |
| [Create Group](https://docs.uipath.com/activities/other/latest/it-automation/create-group) | Creates a new group in Active Directory. |
| [Delete Group](https://docs.uipath.com/activities/other/latest/it-automation/delete-group) | Deletes a group from Active Directory. |
| [Group Exists](https://docs.uipath.com/activities/other/latest/it-automation/group-exists) | Checks if a group exists in Active Directory. |
| [Remove Group From Group](https://docs.uipath.com/activities/other/latest/it-automation/remove-group-from-group) | Removes a group from another group. |
| [Add User To Group](https://docs.uipath.com/activities/other/latest/it-automation/add-user-to-group) | Adds a user account to the specified group. |
| [Change User Password](https://docs.uipath.com/activities/other/latest/it-automation/change-user-password) | Changes the password of a user account. |
| [Create User](https://docs.uipath.com/activities/other/latest/it-automation/create-user) | Creates a new user account in Active Directory. |
| [Delete User](https://docs.uipath.com/activities/other/latest/it-automation/delete-user) | Permanently deletes a user account from Active Directory. |
| [Force Password Change](https://docs.uipath.com/activities/other/latest/it-automation/force-password-change) | Forces the user to change password at the next login. |
| [Get Password Expiration Date](https://docs.uipath.com/activities/other/latest/it-automation/get-password-expiration-date) | Retrieves the password expiration date for the specified user. |
| [Get User Expiration Date](https://docs.uipath.com/activities/other/latest/it-automation/get-user-expiration-date) | Retrieves the expiration date for a given user account. |
| [Get User Groups](https://docs.uipath.com/activities/other/latest/it-automation/get-user-groups) | Retrieves the list of all groups where the user account is present as a member. |
| [Get User Status](https://docs.uipath.com/activities/other/latest/it-automation/get-user-status) | Retrieves the lock and active status of a user account. |
| [Get Users in Group](https://docs.uipath.com/activities/other/latest/it-automation/get-users-in-group) | Retrieves the list of user accounts belonging to the specified group. |
| [Remove User From Group](https://docs.uipath.com/activities/other/latest/it-automation/remove-user-from-group) | Removes a user account from a group. |
| [Set User Expiration Date](https://docs.uipath.com/activities/other/latest/it-automation/set-user-expiration-date) | Sets the expiration date for a given user account. |
| [Set User Status](https://docs.uipath.com/activities/other/latest/it-automation/set-user-status) | Sets the status of a user account. |
| [User Exists](https://docs.uipath.com/activities/other/latest/it-automation/user-exists) | Checks if a user account exists in Active Directory. |
| [Validate User Credentials](https://docs.uipath.com/activities/other/latest/it-automation/validate-user-credentials) | Validates a user credentials against the current Active Directory. |
| [Create Organizational Unit](https://docs.uipath.com/activities/other/latest/it-automation/create-organizational-unit) | Creates a new Organizational Unit in the directory. |
| [Delete Organizational Unit](https://docs.uipath.com/activities/other/latest/it-automation/delete-organizational-unit) | Deletes an Organizational Unit from the directory. |
