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.
?
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