$cs.UsrMgr\_ChangePassword
Syntax
Section titled “Syntax”$cs.UsrMgr_ChangePassword(string userName, string password)
Parameters
Section titled “Parameters”userName
Name of user which password will be changed
password
New password in clear text
Example
Section titled “Example”$cs.UsrMgr_ChangePassword('administrator', 'VerySuperSecretPassw0rd!')returns nothing