Thursday 20 February 2014

Download .wsp file from SharePoint

$farm = Get-SPFarm
$file = $farm.Solutions.Item("newtwitterwebpart.wsp").SolutionFile
$file.SaveAs("c:\temp\newtwitterwebpart.wsp")

No comments:

Post a Comment