Skip to content

Instantly share code, notes, and snippets.

@estruyf
Created May 2, 2014 12:30
Show Gist options
  • Save estruyf/3c83909819165fad3e57 to your computer and use it in GitHub Desktop.
Save estruyf/3c83909819165fad3e57 to your computer and use it in GitHub Desktop.
$farm = Get-SPFarm
$solution = $farm.Solutions.Item("YourSolution.wsp").SolutionFile
$solution.SaveAs("c:\temp\YourSolution.wsp")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment