SetADObjectAttributes
SetADObjectAttributes
Sets the specified attributes on existing Active Directory objects.
Properties
ObjectType
Type: Citrix.WorkflowStudio.ActivityLibrary.ActiveDirectory.ADObjectType
Specifies the type of the AD Object whose attributes will be set. 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 attributes will be set. This parameter is ignored if 'Input Object' is supplied.
ObjectName
Type: System.String
Specifies the CN (common name) of the AD Object whose attributes will be set. You must also specify 'Object Domain'. This parameter is ignored if 'Input Object' is supplied.
ObjectDomain
Type: System.String
Specifies the DNS name of the domain for the AD Object whose attributes will be set. You must also specify 'Object Name'. This parameter is ignored if 'Input Object' is supplied.
ADAttributes
Type: System.ComponentModel.BindingList`1[[Citrix.WorkflowStudio.CustomActivities.Editors.VariableEdit, CustomActivityPropertyEditors, Version=1.0.0.0, Culture=neutral, PublicKeyToken=36841176f080fbec]]
Specifies the set of name/value pairs of the attributes to be set on the given AD Object. These attribute names should be the Ldap-Display-Name of AD schema attributes (distinguishedName, userPrincipalName, sAMAccountName, etc.).
InputObject
Type: System.Object
Specifies the .Net DirectoryEntry object for the AD Object whose attribute will be set. This parameter takes precedence over the object path and domain/name parameters.
OutputObject
Type: Citrix.WorkflowStudio.ActivityLibrary.ActiveDirectory.DirectoryObject
Contains the .Net DirectoryEntry object for the AD object whose attributes were set. This is a read-only output parameter.
Add Comment