Web frontend to my Powershell scripts for helpdesk

17,152

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.

Share:
17,152
Sune
Author by

Sune

If isn't broke, break it and then fix it.

Updated on June 08, 2022

Comments

  • Sune
    Sune almost 2 years

    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:)

  • Sune
    Sune about 12 years
    Thank you Ferdinand, but I already know about remoting. My question was about web frontend for my scripts:)