Wednesday 6 November 2013

Download wsp file using powershell in sharepoint

Share it Please
$farm = Get-SPFarm
$file = $farm.Solutions.Item("collegeprojectvisualwebpart1.wsp").SolutionFile
$file.SaveAs("c:\collegeprojectvisualwebpart1.wsp")

No comments:

Post a Comment

Followers

Follow The Author