Online Manual: "User Management Resource Adminstrator"
Go to: User Management Resource Administrator homepage
Script Action: Get Object (AD)
Function
Access an object in Active Directory. The action is used always in combination
with other subsequent actions. Once the object is found, an internal data
structure representing the group is setup. This structure is stored in
a variable (%ActiveDirectoryObject%) that can be used by other actions.
Deployment
This action is typically used in a script that is used to manage, edit
or delete existing Active Directory objects. When this action is execute
successfully, the subsequent actions in the script have access to the
object using the variable %ActiveDirectoryObject%.
Properties
|
Property Name |
Description |
Typical setting |
Remarks |
|
LDAP name |
The full LDAP name of the object. The LDAP
name is used to identify the Active Directory Object. |
|
Example: cn=John Williams, ou=Schools, dc=Tools4ever,
dc=Com |
|
Active Directory Object |
An internal data structure representing the
object. This property will only give an output. The output can be used
in other script actions. |
|
This script action has an output variable
(default: %ActivedirectoryObject%). This variable can be used in other
script actions. |
Related topics
Help on help
Principle of operation
Project operations - Manage script action properties
|