Tuesday, March 4, 2014

View SharePoint Deployment progress


There are many instances where our team would deploy the SharePoint solutions through management shell and then opens the Central Administration in the browser to see the deployment progress.
It's much easier to just write a one liner to see the status instead.


Get-SPSolution SampleSolution | Select Last* | format-list