CheckAndCreateUserAccount


CheckAndCreateUserAccount
    [-name] <String>
    [-password] <String>

Description

Checks if user account already exists and if not creates it.

If the user account does exist, the password will be updated

Example


CheckAndCreateUserAccount -name "MyUser" -password "Secure_User_Password"