ResetUserPassword
ResetUserPassword
Resets the password for a user. This administrative-level password change does not require the old password and enables you to set certain properties for the user account. For non-administrative password change functionality that does not require the current password, use the 'Change User Password' activity.
Properties
UserPath
Type: System.String
Specifies, through the 'Select User' dialog, the LDAP or WinNT path to the user. This parameter is ignored if 'Input User' is supplied.
UserName
Type: System.String
Specifies the CN (common name) of the user. You must also specify 'User Domain'. This parameter is ignored if 'Input Object' is supplied.
UserDomain
Type: System.String
Specifies the DNS name of the domain in which to find the user. You must also specify 'User Name'. This parameter is ignored if 'Input Object' is supplied.
Password
Type: System.Object
Specifies the new domain password for the user. You can enter the password or supply it by binding to the output of the 'Create Random Password' activity.
SetUMCPNL
Type: System.Object
Specifies whether to set (True) or clear (False) the 'User Must Change Password at Next Logon' option for this user account. You can also bind this parameter to a conditional.
SetUCCP
Type: System.Object
Specifies whether to set (True) or clear (False) the 'User Cannot Change Password' option for this user account. You can also bind this parameter to a conditional.
SetPNE
Type: System.Object
Specifies whether to set (True), clear (False), or ignore (DoNotChange) the 'Password Never Expires' option for this user account.
InputUser
Type: System.Object
Specifies the .Net DirectoryEntry object for the user. This parameter takes precedence over the path and domain/name parameters.
OutputUser
Type: Citrix.WorkflowStudio.ActivityLibrary.ActiveDirectory.DirectoryObject
Contains the .Net DirectoryEntry object for the user. This is a read-only output parameter.
Add Comment