AD: Get Organizational Units
Description
Use the step to get the list of active organizational units for a specified path.
important
It is a row generating step and hence has to be the first step in a workflow.
Configurations
Field name | Description |
---|---|
Step name | Specify a unique name for the step. |
CONNECTION tab: | Connection fields |
Server Name | Specify the Hostname or Server Name or Fully Qualified Domain Name or IP address of machine where Active Directory is hosted. The field is mandatory. |
Port | The port number for Active Directory should be provided. If port number is not provided, internally default port for Active Directory is used that is, 389. Port should be an integer. |
Username | Provide User Logon Name (e.g. sbrown, scott.brown etc.) or User Principal Name (e.g. sbrown@autoedge.com) of an Active Directory account to authenticate. This field is mandatory. |
Password | Specify the password for the username above. Password field appears as Text box and accepts static values or variables. The data type is string. The field is mandatory. |
Button: Test Connection | Verifies whether the connection is available or not. For the purpose of verification fields coming from previous steps are not allowed. Static values and environment variables are allowed. |
INPUT tab: | Input fields |
Path | Specify an Active Directory Path (Canonical name or Distinguished Name of an object) for which we wish to get all Organizational Units.
Path data type is String. Path is mandatory. Note: Double quotes (") and back quote (`) are not required as part of input. |
Search Scope | Mouse hover on this element to see the allowed values ‘Base’, ‘OneLevel’, ‘SubTree’, OR ‘0’, ‘1’, ‘2’. Specifies the scope of an Active Directory search. The acceptable values for this parameter are as follows:
Search Scope data type is String. It is mandatory. Note: Double quotes (") and back quote (`) are not required as input. |
OUTPUT tab: | Output fields |
OU Name | Specify a field name to store the OU names retrieved. The default value is “OU Name". |
Distinguished Name | Specify a field name to store the Distinguished Names of the OU names retrieved. The default value is “Distinguished Name”. |