$farm = Get-SPFarm $file = $farm.Solutions.Item("global.deploy.solution.wsp").SolutionFile $file.SaveAs("c:\temp\global.deploy.solution.wsp")
Note that in order to run this command, you need to be a member of the Farm Administrators group and have permission to the configuration database.
No comments:
Post a Comment