$cs.UsrMgr\_ExistLocalUserAccount
Syntax
Section titled “Syntax”$cs.UsrMgr_ExistLocalUserAccount(string userName)
Parameters
Section titled “Parameters”userName
Name of user to check if exist.
Example
Section titled “Example”if ($cs.UsrMgr_ExistLocalUserAccount('capauser'){ $cs.UsrMgr_ChangePassword('capauser', 'SecretPassw0rd')}returns boolean