Run as an existing local administrator
Describes how to run as an existing local admin user
To use an existing admin user to run the remote upgrader service:
./bin/install.ps1 -AGREETOLICENSE -LOGON_USERNAME <username> -LOGON_PASSWORD <password>
For example, if the <username> is a local user, the format could be .\<local_user>, <computer_name>\<local_user> or just <local_user>.
If this command fails, then the password is incorrect or the user is not a local administrator. Use an admin user, or use the command -SET_ADMIN_USER option to auto promote it to local admin, described in the next topic.