/*

Author: Jiangong SUN

*/


Hello, 


I want to introduce SharePoint solution and feature management using powershell.


Before we install a SPSolution, we need to put it on the Farm.

SharePoint solution and feature management with PowerShell_编程


Once added, we can install it.

SharePoint solution and feature management with PowerShell_编程_02


If you have some modifications on your solution, you can update it.

SharePoint solution and feature management with PowerShell_编程_03


If you don't want the solution, you can uninstall it on the farm.

SharePoint solution and feature management with PowerShell_编程_04


If you want to remove the solution from the farm, you can do this.

SharePoint solution and feature management with PowerShell_编程_05


If you want to see all the installed solutions.

SharePoint solution and feature management with PowerShell_编程_06


If you want to see a specific solution

SharePoint solution and feature management with PowerShell_编程_07


Here are the basic solution management with powershell.

Now, let's see how to manage features.


We can enable a feature

SharePoint solution and feature management with PowerShell_编程_08

And disable it.

SharePoint solution and feature management with PowerShell_编程_09


And check all the features on a site

SharePoint solution and feature management with PowerShell_编程_10


So, we are arrived at the end, I hope you enjoy this! thx!