Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Syntax

<dllobject>.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

  • No labels