AddADObjectToGroup
AddADObjectToGroup
Adds the existing Active Directory object as a member of the specified group. Find the object and the group by input, domain and name, or path.
Properties
ObjectType
Type: Citrix.WorkflowStudio.ActivityLibrary.ActiveDirectory.ADObjectType
Specifies the type of the AD Object to add to the group. 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 to be added to the group. This paramter is ignored if 'Input Object' is supplied.
ObjectName
Type: System.String
Specifies the CN (common name) of the AD Object to be added to the group. You must also specify the 'Object Domain'. This parameter is ignored if 'Input Object' or 'Object Path' is not supplied.
ObjectDomain
Type: System.String
Specifies the DNS name of the domain to find the AD Object to be added to the group. You must also specify the 'Object Name'. This parameter is ignored if 'Input Object' is supplied.
GroupPath
Type: System.String
Specifies, through the 'Select User, Computer, or Group' dialog, the LDAP or WinNT path to the Group in AD where the AD Object will be added. This parameter is ignored if 'Input Group' is supplied.
GroupName
Type: System.String
Specifies the CN (common name) of the AD Group where the AD object will be added. You must also specify the 'Group Domain'. This parameter is ignored if 'Input Group or 'Group Path' is supplied.
GroupDomain
Type: System.String
Specifies the DNS name of the domain to find the AD Group where the AD Object will be added. You must also specify the 'Group Name'. This parameter is ignored if 'Input Group' or 'Group Path' is supplied.
InputObject
Type: System.Object
Specifies the .Net DirectoryEntry object for the AD object to be added to the group. This parameter takes precedence over the object path and domain/name paramters.
InputGroup
Type: System.Object
Specifies the .Net DirectoryEntry object for the group to contain the added AD Object. This parameter takes precedence over the group path and domain/name parameters.
OutputObject
Type: Citrix.WorkflowStudio.ActivityLibrary.ActiveDirectory.DirectoryObject
Contains the .Net DirectoryEntry object for the AD Object added to the group. This is a read-only output parameter.
OutputGroup
Type: Citrix.WorkflowStudio.ActivityLibrary.ActiveDirectory.DirectoryObject
Contains the .Net DirectoryEntry object for the group containing the added AD Object. This is a read-only output parameter.
Add Comment