Pages

Tuesday 13 August 2013

Download wsp from central admin sharepoint

 We can do this with the PowerShell scripting. 

 Following are the PowerShell script code to take the backup and restore it is local folder with .wsp externsion. 
?
$farm = Get-SpFarm
$file = $farm.Solutions.Item("Test.wsp").SolutionFile
$file.SaveAs("c:\Temp\Test.wsp")

No comments:

Post a Comment