This project is a stand-alone clone of my project „Web based PowerShell Console” released on 2011-09-02 on Codeplex and in this blog article:
I’ve adapted the project to run in the SharePoint 2010 Central Administration.
The project is on Codeplex: http://spwebpsconsole.codeplex.com
To install the project just by deploying the solution. The SharePoint feature will automatically be activated in the Central Administration Web Application without need of further actions.
In the “System Settings” section of the CA you’ll find a new link:
Just click it and you will get this:
The SharePoint PowerShell SnapIn is loaded automatically so that you can start immediately to execute SharePoint Cmdlets!
Here is an example:
“Get-SPSite”
Or this one:
Request for value for missing parameter “Path” of Cmdlet “Backup-SPSite”
Final output:
The project is “BETA”. I need your help to improve the project. Please feel free to test it or to extend it. But if you do so please send me your results!
Have fun!