• 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

ChangeUserPassword

ChangeUserPassword

Changes the password for a user. For administrative-level password reset funtionality, use the 'Reset 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 User' or 'User Path' is supplied.

UserDomain
Type: System.String
Specifies the DNS name of the domain to retrieve the user. You must also specify 'User Name'. This parameter is ignored if 'Input User' or 'User Path' is supplied.

NewPassword
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.

OldPassword
Type: System.Object
Specifies the domain password to be changed.

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