How can I give a user full access to IIS without being Local Administrator, using command line?
I would like to have a BAT-script on a machine, which asks for "DOMAIN\username" as input, then gives that user all necessary access to IIS (locally only).
The script itself will be executed by an domain admin using "Run As" from the context menu.
I have read around a bit, and so far it seems appcmd.exe can not be run unless you are a member of the administrators group, but I hope there is a way around.