When you click on the "Manage Farm Solution" link, you will land on the Solution Management page. This page gives an option to the SharePoint Administrator to manage the solutions which are deployed to farm level, or you can deploy new solutions also. If no solution is deployed to the farm, then you will get this page.


Or if some solutions are deployed to thefarm, then you will get something like this.


Manage Farm Solution page’s direct link - /_admin/Solutions.aspx

In the 1st part of this article, (SharePoint 2016 Central Admin - System Settings - Manage Farm Solution - Part One), we learned how to view the properties of a solution, and what properties are available. In this article, we are going to explore what other options are available.

On the Solution Management page, we can deploy a solution to the web applications or we can retract solutions from a web application. But there is a big catch, we cannot add a new solution via Central Admin. We have to use PowerShell for this. Add-SPSolution is the command which we can use to add the solutions to the farm. We can also remove the solution from the farm completely.

Note

This way, we can only deploy solution but cannot activate the features. For that, we have to use the PowerShell enable-spfeature commands.

To deploy a Solution

In this section, we will walk through the steps for deployment of a solution “boostsolutions.sharepointclassifier.platform16.2.wsp” to all the web applications.

Note

If your farm is big or heavily used, then you will see the status deploying and taking a while for completely deploying it. It will also reset IIS so plan it in low peak hours.

To Retract a Solution

In this section, we will walk through the steps for retraction of a solution “boostsolutions.bulkpropertieseditor16.3.wsp” to all the web applications, then remove it from farm.

This concludes the series of Solutions Management. In this article, we learned how to deploy a solution to web applications, then retract a solution, then completely remove it from farm.

Keep learning and enjoying SharePoint.