/
$cs.UsrMgr_ExistLocalUserAccount
$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
Related content
$cs.UsrMgr_CreateLocalUser
$cs.UsrMgr_CreateLocalUser
More like this
$cs.UsrMgr_CreateLocalUser
$cs.UsrMgr_CreateLocalUser
More like this
UsrMgr_SetLocalUserProperties
UsrMgr_SetLocalUserProperties
More like this
UsrMgr_SetLocalUserProperties
UsrMgr_SetLocalUserProperties
More like this
UsrMgr_SetLocalUserProperties
UsrMgr_SetLocalUserProperties
More like this
UsrMgr_SetLocalUserProperties
UsrMgr_SetLocalUserProperties
More like this