EnableDisableUser
EnableDisableUser
Enables or disables an Active Directory user account.
Properties
EnableAccount
Type: System.String
Specifies whether to enable (True) or disable (False) the user account. You can also bind this parameter to a conditional.
UserPath
Type: System.String
Specifies, through the 'Select User' dialog, the LDAP or WinNT path to the user to be enabled or disabled. This parameter is ignored if 'Input User' is supplied.
UserName
Type: System.String
Specifies the CN (common name) of the user to be enabled or disabled. You must also specify 'User Domain'. This parameter is ignored if 'Input User' or 'User Path' is supplied.
UserDomain
Type: System.String
Specifies the DNS name of the domain to find the user to be enabled or disabled. You must also specify 'User Name'. This parameter is ignored if 'Input User' is supplied.
InputUser
Type: System.Object
Specifies the user's .Net DirectoryEntry object that will be enabled or disabled. This parameter takes precedence over the user path and domain/name parameters.
OutputUser
Type: Citrix.WorkflowStudio.ActivityLibrary.ActiveDirectory.DirectoryObject
Contains the .Net DirectoryEntry object for the user that was enabled or disabled. This is a read-only output parameter.
Add Comment