Monday, 8 June 2015

Create a SharePoint site map in Visio using Powershell

A great little script that crawls your farm and produces a nice visual site map.

Works on SharePoint 2007, 2010, and 2013.  





Wednesday, 11 February 2015

The following PowerShell Snippet exports all SharePoint Farm Solution Packages (.wsp) from the farm solution store.

Tuesday, 6 January 2015

SharePoint 2007 solutions and dealing with stuck deployments

STSADM provides the commands to manually deploy 2007 solutions.


If at this stage the solution is stuck on 'Deploying", try this.

STSADM will spit back a list of jobs. Look for the one that is related to your attempted deployment (its often the last in the list). Grab the guid and run delete the solution with Redeploy