Web frontend to my Powershell scripts for helpdesk

Sune picture Sune · Mar 21, 2012 · Viewed 16.9k times · Source

I'd like to have a web frontend to my powershell scripts for helpdesk.

These scripts would typically be user-creation scripts and scripts to restart a specific service on a specific server.

Where should I start? What would I need?

There is no problem for me to set up a IIS for this purpose if needed. We also have Sharepoint on a dedicated server.

Hoping for some startup-tips:)

Answer

Sunny Chakraborty picture Sunny Chakraborty · Jun 12, 2012

You can consider Powershell Web Access feature on Powershell V3.0 http://technet.microsoft.com/en-us/library/hh831611.aspx

This is a robust solution, factoring in IIS, security and shell access.