Skip to content

Instantly share code, notes, and snippets.

@devendrasv
Last active December 23, 2015 06:19
Show Gist options
  • Save devendrasv/5d6feca4d54c9ac1ee8a to your computer and use it in GitHub Desktop.
Save devendrasv/5d6feca4d54c9ac1ee8a to your computer and use it in GitHub Desktop.
Export wsps in sharepoint farm
(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