Download or Get all solution packages from SharePoint Central Admin


(Get-SPFarm).Solutions | ForEach-Object{$var = "C:\Wsps" + "\" + $_.Name;$_.SolutionFile.SaveAs($var)}

Comments

Popular posts from this blog

IRM and the Object Model

This content database has a schema version which is not supported in this farm

Activate and Deactivate Feature through PowerShell