Download Deployed Solutions (WSP) from Central Admin with PowerShell in SharePoint 2013

    $FolderPath = "c:\Solutions"
    foreach ($solution in Get-SPSolution)
    {
       $id = $Solution.SolutionID
       $title = $Solution.Name
       $filename = $Solution.SolutionFile.Name
       $solution.SolutionFile.SaveAs("$FolderPath\$filename")
    } 

Comments

Popular posts from this blog

SharePoint Integration with IIS

How to Create an Auto-Incrementing Number Field in a SharePoint List

Error:Installing product D:\exchangeserver.msi failed. Fatal error during installation. Error code is 1603.