$cs.UsrMgr_CreateLocalUser
Syntax
$cs.UsrMgr_CreateLocalUser(string userName, string fullName, string password, string description="",bool passwordNeverExpire=true, bool userCannotChangePwd=false)
Parameters
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)
Example
$cs.UsrMgr_CreateLocalUser('capauser', 'Capa User', 'SuperSecretPassw0rd!')returns nothing