...
Execution: the activity will search if the provided entry paths are valid and if yes, it will remove the indicated user from the other group. The output will display both the user and the group AD paths and their DN (distinguished names):
Rename Entry
This activity gives new value(s) to an AD attribute that needs to be renamed (for example, the name attribute needs a different method for assigning a new value that edit).
Activity Parameters
The Rename Entry activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Get Entry By (combo box control) (type: string): select the Active Directory attribute. Flowster Studio provides the following options:
- sAMAccountName
- Name
- Display Name
- Distinguished Name
- OU
- CN
- New Name (text box editor type) (type: string): the new value for selected attribute.
- Value (text box editor type) (type: string): the value for selected attribute. In this case, here can be inserted the old value for the selected attribute
The Read Only Output variable are the possible output values that the activity will provide:
Output (type: object): outputs entry object from Active Directory, in the System.DirectoryServices.DirectoryEntry format
- Output Entry Path : outputs the resulted entry path. This output can be used by the most of the Active Directory activities as an entry value:
Execution: the activity will search the Active Directory for the given input and if found, it will rename it:
User Exists
This activity checks in the Active Directory if specified user has an entry in 'User' Class..
Activity Parameters
The User Exists activity parameters can be provided by manual inserted values or via IN arguments or variables:
...