Goal: Offload Operations team and let devs and QA teams to execute basic tasks such as : - reset IIS - compare folders on two servers (to make sure that released build is sync'ed on load-balanced servers) - some other basic tasks
for all these tasks, Ops team has PowerShell scripts
How can I let developers and testers to execute PowerShell scripts without giving them permissions to resources that will be accessed by these PowerShell scripts? Is there an open-source or commercial product?
The only option I can think of is to develop ASP.NET web page which will be executing PowerShell scripts, but it will require a developer resource to create and update (as more automation scripts created) that "web page".
Did you have similar problem and if yes, how did you solve it?