• View Communities
    • Citrix Developer Network
      The place for unfiltered straight talk on Citrix products. Blogs, code downloads, best practices, APIs, and more can all be found here.
    • Citrix Ready Community Verified
      Does it work with Citrix? Application compatibility questions are a thing of the past with the new Citrix Community Verified site.
    • Blogs
      Learn the latest from the Citrix employees who are building application delivery infrastructure technologies.
    • Blogosphere
      The Citrix Blogosphere is a window into the thousands of conversations taking place about Citrix and Application Delivery.
  •  Sign In
Workflow Studio Developer Network

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.

Enter tags to add to this page:
Please wait 
Looking for a tag? Just start typing.
Related Links