Skip to content

Instantly share code, notes, and snippets.

@ignaciojonas
Last active December 22, 2015 22:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ignaciojonas/6538873 to your computer and use it in GitHub Desktop.
Save ignaciojonas/6538873 to your computer and use it in GitHub Desktop.
Extract a WSP Solution from SharePoint 2010.
$farm = Get-SPFarm
$file = $farm.Solutions.Item("misolucion.wsp").SolutionFile
$file.SaveAs("c:\temp\misolucion.wsp")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment