$cs.UsrMgr_ChangePassword
Syntax
$cs.UsrMgr_ChangePassword(string userName, string password)
Â
Parameters
userName
Name of user which password will be changed
password
New password in clear text
Â
Example
$cs.UsrMgr_ChangePassword('administrator', 'VerySuperSecretPassw0rd!')
returns nothing
Â