Activities
- 13669534395
- Disconnect from Active Directory
- 13669534395
- 13669534395
- 13669534395
- 13669534395
- 13669534395
- 13669534395
- 13669534395
- 13669534395
- 13669534395
- 13669534395
- 13669534395
- 13669534395
- 13669534395
- 13669534395
- Delete Entry Recursive
- 13669534395
- 13669534395
- 13669534395
- 13669534395
- 13669534395
- 13669534395
- 13669534395
- 13669534395
- 13669534395
- 13669534395
- 13669534395
- 13669534395Change User Password
- Change User Password (non-encrypted)
- ClearADAttributeValue
- Computer Exists
- Create Computer
- Create Group
- Create User
- Create User With Password String
- Delete Entry
- 13669534395
- Edit Account Expires
- Edit Computer Account Status
- Edit Entry
- Edit User Account Status
- Get Account Expires
- Get Entries by Filter
- Get Entry
- Get Entry Attributes
- Get Password Expiration Date
- Get User Account Status
- Get User Groups
- Get Users in Group
- Get Entry SID
- 13669534395Group Exists
- 13669534395
- 13669534395
- 13669534395
- 13669534395
- 13669534395
- 13669534395
- 13669534395Is Member
- Join Computer to Domain
- Move Entry
- Remove Computer from Group
- Remove Group from Group
- Remove User from Group
- User Exists
Connect to Active Directory
...
- ClearAttribute (text box editor type) (type: string): the attribute that will be cleared/removed.
- Entry (text box editor type) (type: string): the entry path of the Active Directory entry, or bind this parameter with the output parameter of a Get Entry activity. If the Entry Path will be manually inserted, the accepted format should be written like in the following example: "LDAP://servername.dc1.com/CN=DemoUser,OU=DemoOU,DC=dc1,DC=com"
Using Get Entry activities: get Entry activities can be used in order to extract the needed entry paths from Active Directory. The steps below are describing a scenario of how to use both Get Entry and ClearADAttributeValue activity:
...
The Edit User Account Status activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Action (combo box control) (type: string): choose to Enable/Disable or Lock/Unlock the specified user account.
- Attempts (text box editor type) (type: string): the number of allowed bad password attempts.
- Entry (text box editor type) (type: string): the entry for the account, in this case the entry for an user account. The entry can be linked to a variable outputed by the GetEntry activity (for GetEntry binding usage, see the Add Computer To Group activity) or written by hand. The accepted format should be written as in the given example: "LDAP://servername.dc1.com/CN=DemoUser1,OU=Users,OU=__DEV-Testing,DC=dc1,DC=com".
...
- Output Status (type: boolean): outputs the result status. If the operation succeeded then TRUE, otherwise FALSE.
- Output Statusmessage (type: string): outputs the status message from the trackingdata about the change.
Execution: the activity will check the provided entry and if found, will perform the selected operation on it (enable, disable, lick, unlock):
...