Skip to content

$cs.UsrMgr\_CreateLocalUser

$cs.UsrMgr_CreateLocalUser(string userName, string fullName, string password, string description="",bool passwordNeverExpire=true, bool userCannotChangePwd=false)

userName

User to create

fullName

Fullname of user

password

Password in clear text

description

User description

passwordNeverExpire

Set password to never expire (default True)

userCannotChangePwd

Set that the user can change it password (default False)

Terminal window
$cs.UsrMgr_CreateLocalUser('capauser', 'Capa User', 'SuperSecretPassw0rd!')

returns nothing