Back to Active Directory Integrations
Handler · Version 1

Active Directory Distribution List Member Retrieve Active Directory

Download GitHub

About

This handler will use the server information and user credentials configured in the task info values to authenticate and connect to the specified Active Directory server (using LDAP) and search for the distribution group on the search parameters provided. If Email Address is the 'search by' parameter, the handler looks for a '@' symbol in the User Logon to determine how to search for the User Logon name. A '@' symbol indicates a search for the LDAP attribute userPrincipalName (up to 100 characters) while the absence of the '@' symbol will result in a search for the LDAP attribute sAMAccountName (pre-Windows 2000).

  • If 'Distinguished Name' is selected, the 'distinguishedName' attribute will be used directly to retrieve the User objects that are a member of the provided group.

  • If 'Email Address' is selected, the Distinguished Name of the group will first be searched for by the mail address.

Parameters
Name Description Sample
Search By Choose which attribute of the user to search by Email Address
Search Value The actual search expression to search for distributionlistname@acmecompany.com
Results
Name Description
Email Addresses The email addresses of all users in the group.
Changelog

Active Directory Distribution List Member Retrieve V1 (2014-03-17)

  • Initial version. See README for details.
Download GitHub

On This Page

Other Versions

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top