For this, 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("FileName.wsp").SolutionFile $file.SaveAs("c:\FileName.wsp")
Thanks !!
No comments:
Post a Comment