$cs.UsrMgr_ExistLocalUserAccount
Syntax
$cs.UsrMgr_ExistLocalUserAccount(string userName)
Â
Parameters
userName
Name of user to check if exist.
Â
Example
if ($cs.UsrMgr_ExistLocalUserAccount('capauser'){
$cs.UsrMgr_ChangePassword('capauser', 'SecretPassw0rd')
}
returns boolean
Â