I'm not sure where this post is best fitted at but here it is anyway. I'm having difficulty running this batch file both. Note: UAC is turned on.
runas /user:domain\username /savecred "mmc C:\Program Files\Quest Software\ActiveRoles Server\MMC\ActiveRoles Server.msc"
When I run this command in a cmd I get the following error:
RUNAS ERROR: Unable to run - mmc C:\Program File
ver\MMC\ActiveRoles Server.msc
740: The requested operation requires elevation.
I ran the cmd.exe with an Administrative account though. Also, the username I'm using to open the application is an Administrative account on the local machine.
Any clues.