Last active
December 23, 2015 06:19
-
-
Save devendrasv/5d6feca4d54c9ac1ee8a to your computer and use it in GitHub Desktop.
Export wsps in sharepoint farm
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
(Get-SPFarm).Solutions | ForEach-Object{$var= "C:\WSP" + "\" + $_.Name; $_.SolutionFile.SaveAs($var)} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment