CheckAndCreateServiceAccount


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

Description

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

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

Example


CheckAndCreateServiceAccount -name "MyUser" -password "Secure_User_Password"