Connects to Active Directory and provides a scope for other Active Directory activities.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Username | In | InArgument<String> |
|||
| Password | In | InArgument<Security.SecureString> |
|||
| ActiveDirectoryServer | In | InArgument<String> |
|||
| Port | In | InArgument<Int32> |
|||
| SecondaryUsername | In | InArgument<String> |
|||
| SecondaryPassword | In | InArgument<Security.SecureString> |
|||
| SecondaryActiveDirectoryServer | In | InArgument<String> |
|||
| SecondaryPort | In | InArgument<Int32> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| ConnectionType | property | UiPath.ActiveDirectoryDomainServices.Core.ConnectionType |
|
| SecondaryConnectionType | property | UiPath.ActiveDirectoryDomainServices.Core.ConnectionType |
Retrieves the distinguished name of a given Active Directory object.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| SAMAccountName | In | InArgument<String> |
✓ | ||
| DistinguishedName | Out | OutArgument<String> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.ActiveDirectoryDomainServices.Core.ConnectionWithoutAuto |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves all properties and their values for the specified object if SingleProperty is empty or only the value for a single property if SingleProperty parameter is set.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| DistinguishedName | In | InArgument<String> |
✓ | ||
| SingleProperty | In | InArgument<String> |
|||
| SinglePropertyValue | Out | OutArgument<Object> |
|||
| AllProperties | Out | OutArgument<Dictionary<String, Object>> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.ActiveDirectoryDomainServices.Core.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves the list of Active Directory objects based on an input filter.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| PropertyToFilterBy | In | InArgument<String> |
✓ | ||
| PropertyValue | In | InArgument<String> |
✓ | ||
| ObjectClass | In | InArgument<String> |
|||
| ObjectCategory | In | InArgument<String> |
|||
| Location | In | InArgument<String> |
|||
| Objects | Out | OutArgument<String[]> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Relation | property | UiPath.ActiveDirectoryDomainServices.Core.Relation |
|
| Connection | property | UiPath.ActiveDirectoryDomainServices.Core.ConnectionWithoutAuto |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves the list of Active Directory objects matching an LDAP (Lightweight Directory Access Protocol) filter.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| LDAPFilter | In | InArgument<String> |
✓ | ||
| Location | In | InArgument<String> |
|||
| Objects | Out | OutArgument<String[]> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.ActiveDirectoryDomainServices.Core.ConnectionWithoutAuto |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Checks whether a given object belongs to a group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ObjectDistinguishedName | In | InArgument<String> |
✓ | ||
| GroupDistinguishedName | In | InArgument<String> |
✓ | ||
| IsMember | Out | OutArgument<Boolean> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| RecurseIntoChildGroups | property | Boolean |
|
| Connection | property | UiPath.ActiveDirectoryDomainServices.Core.Connection |
|
| SecondConnection | property | UiPath.ActiveDirectoryDomainServices.Core.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Moves an object to a new location in Active Directory.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ObjectDistinguishedName | In | InArgument<String> |
✓ | ||
| NewParentDistinguishedName | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.ActiveDirectoryDomainServices.Core.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Renames an Active Directory object.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ObjectDistinguishedName | In | InArgument<String> |
✓ | ||
| NewCommonName | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.ActiveDirectoryDomainServices.Core.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Updates the specified properties of an object.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| DistinguishedName | In | InArgument<String> |
✓ | ||
| SingleProperty | In | InArgument<String> |
|||
| SinglePropertyValue | In | InArgument<Object> |
|||
| Properties | In | InArgument<Data.DataTable> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.ActiveDirectoryDomainServices.Core.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Adds a computer to a group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ComputerDistinguishedName | In | InArgument<String> |
✓ | ||
| GroupDistinguishedName | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.ActiveDirectoryDomainServices.Core.Connection |
|
| SecondConnection | property | UiPath.ActiveDirectoryDomainServices.Core.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Checks if a computer exists in Active Directory.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Location | In | InArgument<String> |
|||
| Exists | Out | OutArgument<Boolean> |
|||
| Value | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| CheckComputerBy | property | UiPath.ActiveDirectoryDomainServices.Core.ObjectPropertyFilter |
|
| Connection | property | UiPath.ActiveDirectoryDomainServices.Core.ConnectionWithoutAuto |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Creates a new computer in Active Directory
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| CommonName | In | InArgument<String> |
✓ | ||
| SAMAccountName | In | InArgument<String> |
✓ | ||
| Properties | In | InArgument<Data.DataTable> |
|||
| Location | In | InArgument<String> |
✓ | ||
| DistinguishedName | Out | OutArgument<String> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Enabled | property | Boolean |
|
| Connection | property | UiPath.ActiveDirectoryDomainServices.Core.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Deletes a computer from Active Directory
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| DistinguishedName | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Recursive | property | Boolean |
|
| Connection | property | UiPath.ActiveDirectoryDomainServices.Core.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves the active status of a computer.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| DistinguishedName | In | InArgument<String> |
✓ | ||
| ActiveStatus | Out | OutArgument<UiPath.ActiveDirectoryDomainServices.Core.ActiveStatus> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.ActiveDirectoryDomainServices.Core.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Adds a computer to the domain.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ComputerName | In | InArgument<String> |
✓ | ||
| Location | In | InArgument<String> |
|||
| LocalComputerAccount | In | InArgument<String> |
|||
| LocalComputerAccountPassword | In | InArgument<Security.SecureString> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| CreateComputerAccount | property | Boolean |
|
| Rejoin | property | Boolean |
|
| Connection | property | UiPath.ActiveDirectoryDomainServices.Core.ConnectionWithoutAuto |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Removes a computer from a group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ComputerDistinguishedName | In | InArgument<String> |
✓ | ||
| GroupDistinguishedName | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.ActiveDirectoryDomainServices.Core.Connection |
|
| SecondConnection | property | UiPath.ActiveDirectoryDomainServices.Core.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Sets the active status of a computer.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| DistinguishedName | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Status | property | UiPath.ActiveDirectoryDomainServices.Core.ActiveStatus |
|
| Connection | property | UiPath.ActiveDirectoryDomainServices.Core.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Removes a computer from the domain.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ComputerName | In | InArgument<String> |
✓ | ||
| LocalComputerAccount | In | InArgument<String> |
|||
| LocalComputerAccountPassword | In | InArgument<Security.SecureString> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| DisableComputerAccount | property | Boolean |
|
| Connection | property | UiPath.ActiveDirectoryDomainServices.Core.ConnectionWithoutAuto |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Adds a group to another group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| GroupDistinguishedName | In | InArgument<String> |
✓ | ||
| ParentGroupDistinguishedName | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.ActiveDirectoryDomainServices.Core.Connection |
|
| SecondConnection | property | UiPath.ActiveDirectoryDomainServices.Core.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Creates a new group in Active Directory.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| CommonName | In | InArgument<String> |
✓ | ||
| SAMAccountName | In | InArgument<String> |
✓ | ||
| Properties | In | InArgument<Data.DataTable> |
|||
| Location | In | InArgument<String> |
✓ | ||
| DistinguishedName | Out | OutArgument<String> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Type | property | UiPath.ActiveDirectoryDomainServices.Core.GroupType |
|
| Connection | property | UiPath.ActiveDirectoryDomainServices.Core.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Deletes a group from Active Directory.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| DistinguishedName | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Recursive | property | Boolean |
|
| Connection | property | UiPath.ActiveDirectoryDomainServices.Core.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves the list of computers belonging to the specified group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| GroupDistinguishedName | In | InArgument<String> |
✓ | ||
| Computers | Out | OutArgument<String[]> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.ActiveDirectoryDomainServices.Core.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves the list of user accounts belonging to the specified group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| GroupDistinguishedName | In | InArgument<String> |
✓ | ||
| Users | Out | OutArgument<String[]> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.ActiveDirectoryDomainServices.Core.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Checks if a group exists in Active Directory.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Location | In | InArgument<String> |
|||
| Exists | Out | OutArgument<Boolean> |
|||
| Value | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| CheckGroupBy | property | UiPath.ActiveDirectoryDomainServices.Core.ObjectPropertyFilter |
|
| Connection | property | UiPath.ActiveDirectoryDomainServices.Core.ConnectionWithoutAuto |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Removes a group from another group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| GroupDistinguishedName | In | InArgument<String> |
✓ | ||
| ParentGroupDistinguishedName | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.ActiveDirectoryDomainServices.Core.Connection |
|
| SecondConnection | property | UiPath.ActiveDirectoryDomainServices.Core.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Adds an user account to a group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| UserDistinguishedName | In | InArgument<String> |
✓ | ||
| GroupDistinguishedName | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.ActiveDirectoryDomainServices.Core.Connection |
|
| SecondConnection | property | UiPath.ActiveDirectoryDomainServices.Core.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Changes the password of an user account.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| DistinguishedName | In | InArgument<String> |
✓ | ||
| Password | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.ActiveDirectoryDomainServices.Core.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Create a new user account in Active Directory.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| CommonName | In | InArgument<String> |
✓ | ||
| Location | In | InArgument<String> |
✓ | ||
| SAMAccountName | In | InArgument<String> |
✓ | ||
| Password | In | InArgument<String> |
✓ | ||
| Properties | In | InArgument<Data.DataTable> |
|||
| DistinguishedName | Out | OutArgument<String> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Enabled | property | Boolean |
|
| Connection | property | UiPath.ActiveDirectoryDomainServices.Core.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Permanently deletes a user account from Active Directory.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| DistinguishedName | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Recursive | property | Boolean |
|
| Connection | property | UiPath.ActiveDirectoryDomainServices.Core.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Forces the user to change password at the next login.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| DistinguishedName | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.ActiveDirectoryDomainServices.Core.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves the password expiration date for the specified user.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| DistinguishedName | In | InArgument<String> |
✓ | ||
| ExpirationDate | Out | OutArgument<Nullable<DateTime>> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.ActiveDirectoryDomainServices.Core.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves the expiration date for a given user account.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| DistinguishedName | In | InArgument<String> |
✓ | ||
| ExpirationDate | Out | OutArgument<Nullable<DateTime>> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.ActiveDirectoryDomainServices.Core.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves the list of groups a user account is a member of.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| UserDistinguishedName | In | InArgument<String> |
✓ | ||
| Groups | Out | OutArgument<String[]> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.ActiveDirectoryDomainServices.Core.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves the lock and active status of an user account.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| DistinguishedName | In | InArgument<String> |
✓ | ||
| LockStatus | Out | OutArgument<UiPath.ActiveDirectoryDomainServices.Core.LockStatus> |
|||
| ActiveStatus | Out | OutArgument<UiPath.ActiveDirectoryDomainServices.Core.ActiveStatus> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.ActiveDirectoryDomainServices.Core.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Removes a user account from a group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| UserDistinguishedName | In | InArgument<String> |
✓ | ||
| GroupDistinguishedName | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.ActiveDirectoryDomainServices.Core.Connection |
|
| SecondConnection | property | UiPath.ActiveDirectoryDomainServices.Core.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Sets the expiration date for a given user account.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| DistinguishedName | In | InArgument<String> |
✓ | ||
| ExpirationDate | In | InArgument<DateTime> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.ActiveDirectoryDomainServices.Core.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Set the status of a user account.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| DistinguishedName | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Status | property | UiPath.ActiveDirectoryDomainServices.Core.UserStatus |
|
| Connection | property | UiPath.ActiveDirectoryDomainServices.Core.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Checks if an user account exists in Active Directory
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Location | In | InArgument<String> |
|||
| Exists | Out | OutArgument<Boolean> |
|||
| Value | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| CheckUserBy | property | UiPath.ActiveDirectoryDomainServices.Core.UserPropertyFilter |
|
| Connection | property | UiPath.ActiveDirectoryDomainServices.Core.ConnectionWithoutAuto |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Validates a user credentials against the current Active Directory.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Value | In | InArgument<String> |
✓ | ||
| Password | In | InArgument<String> |
|||
| SecurePassword | In | InArgument<Security.SecureString> |
|||
| IsValid | Out | OutArgument<Boolean> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| User | property | UiPath.ActiveDirectoryDomainServices.Core.ValidateCredentialsUserFilter |
|
| Connection | property | UiPath.ActiveDirectoryDomainServices.Core.ConnectionWithoutAuto |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |