GetADObjectAttribute
GetADObjectAttribute
Returns the specified attribute from an Active Directory object. Find the object by input, domain and name, or path.
Properties
ObjectType
Type: Citrix.WorkflowStudio.ActivityLibrary.ActiveDirectory.ADObjectType
Specifies the type of the AD Object whose attribute will be retrieved. Defaults to 'User'. This parameter is ignored if 'Input Object' is supplied.
ObjectPath
Type: System.String
Specifies, through the 'Select User, Computer, or Group' dialog, the LDAP or WinNT path to the AD Object whose attribute will be retrieved. This parameter is ignored if 'Input Object' is supplied.
ObjectName
Type: System.String
Specifies the CN (common name) of the AD Object whose attribute will be retrieved. You must also specify 'Object Domain'. This parameter is ignored if 'Input Object' property is supplied.
ObjectDomain
Type: System.String
Specifies the DNS name of the domain for the AD Object whose attribute will be retrieved. You must also specify 'Object Name'. This parameter is ignored if 'Input Object' or 'Object Path' is supplied.
AttributeName
Type: System.String
Specifies the name of the attribute to be retrieved from the given AD Object. This attribute name should be the Ldap-Display-Name of an AD schema attribute (distinguishedName, userPrincipalName, sAMAccountName, etc.)
InputObject
Type: System.Object
Specifies the .Net DirectoryEntry object of the AD Object whose attribute will be retrieved. This parameter takes precedence over the object path and domain/name parameters.
OutputValue
Type: System.Object
Contains the value of the AD Object attribute that was retrieved. This is a read-only output parameter.
Add Comment