I'm trying to give a normal user the rights to import a registry key on a terminal server.
The registry keys are used to change the location of the database that a program uses from a production database to a test database.
As you can imagine, I don't want to give this guy more rights than he absolutely has to have. If possibly, he is only allowed to enter these 2 keys.
How can you do this? I could use the "runas" command in a batch file but then he would see the admin password.
Any other suggestions?
The registry keys are used to change the location of the database that a program uses from a production database to a test database.
As you can imagine, I don't want to give this guy more rights than he absolutely has to have. If possibly, he is only allowed to enter these 2 keys.
How can you do this? I could use the "runas" command in a batch file but then he would see the admin password.
Any other suggestions?