Retrieve Details of Deployed Solutions in SharePoint using PowerShell

Question:

I need to retrieve the details of all deployed SharePoint solutions, as are displayed in the Central Administration > Operations > Solution Management (AKA the Solution Store), using a PowerShell script (v2.0). Can anyone offer any guidance on how to retrieve this information from the SharePoint solution store via the SharePoint API?

Thanks, MagicAndi.

Answer:

This is actually pretty easy to do. You conect to the SP Farm and just request get_Solutions.

Here is an example:

Source:

Retrieve Details of Deployed Solutions in SharePoint using PowerShell by licensed under CC BY-SA | With most appropriate answer!

Leave a Reply