Partager via


UserMgmtManager.AddUser Method

 

Adds a new user account.

Namespace:   Microsoft.WindowsServerSolutions.Users
Assembly:  UserObjectModel (in UserObjectModel.dll)

Overload List

Name Description
System_CAPS_pubmethod AddUser(String, PersonalInfo)

Adds a new user account with the specified user name and personal information.

System_CAPS_pubmethod AddUser(String, SecureString, PersonalInfo)

Adds a new user account, using the specified name, password, and user information.

See Also

UserMgmtManager Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top