Created
August 16, 2018 09:01
-
-
Save rheid/f7be3ae11d27482b0a041516f7b59232 to your computer and use it in GitHub Desktop.
Backup WSP Solution from running SharePoint
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$farm = Get-SpFarm | |
$file = $farm.Solutions.Item(“documenteventreceiver.wsp ”).SolutionFile | |
$file.SaveAs(“E:\WSPFiles\documenteventreceiver.wsp ”) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment