The way you have it written RunAsSet("administrator", @Computername, "password") this is not using the server password but the local admin password. If you changed the server local admin password this should then just change the password. If you want to use a domain account the RunAsSet("administrator", @logondoman, "password") should work.
Top