zoukankan      html  css  js  c++  java
  • SharePoint solution and feature management with PowerShell

    /*

    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.



    Once added, we can install it.



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



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



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



    If you want to see all the installed solutions.



    If you want to see a specific solution



    Here are the basic solution management with powershell.

    Now, let's see how to manage features.


    We can enable a feature


    And disable it.



    And check all the features on a site



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


  • 相关阅读:
    资源与锁
    资源与锁
    Leetcode-Rotate List
    Leetcode-Unique Paths II
    Leetcode-Unique Paths
    Leetcode-Minimum Path Sum
    Leetcode-Sqrt(x)
    Leetcode-Set Matrix Zeroes
    Leetcode-Search a 2D Matrix
    Leetcode-Combinations
  • 原文地址:https://www.cnblogs.com/aukle/p/3221640.html
Copyright © 2011-2022 走看看