/
$cs.UsrMgr_CreateLocalUser
$cs.UsrMgr_CreateLocalUser
Syntax
$cs.UsrMgr_CreateLocalUser(string userName, string fullName, string password, string description="",bool passwordNeverExpire=true)
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)
Example
$cs.UsrMgr_CreateLocalUser('capauser', 'Capa User', 'SuperSecretPassw0rd!')
returns nothing
, multiple selections available,
Related content
$cs.UsrMgr_CreateLocalUser
$cs.UsrMgr_CreateLocalUser
More like this
UsrMgr_CreateLocalUser
UsrMgr_CreateLocalUser
More like this
UsrMgr_CreateLocalUser
UsrMgr_CreateLocalUser
More like this
UsrMgr_CreateLocalUser
UsrMgr_CreateLocalUser
More like this
UsrMgr_CreateLocalUser
UsrMgr_CreateLocalUser
More like this
UsrMgr_SetLocalUserProperties
UsrMgr_SetLocalUserProperties
More like this