CheckAndCreateUserAccount
[-name] <String>
[-password] <String>
Checks if user account already exists and if not creates it.
If the user account does exist, the password will be updated
CheckAndCreateUserAccount -name "MyUser" -password "Secure_User_Password"