Modify SharePoint web.config using PowerShell
Assume you are trying to automate changes to one of your SharePoint web application’s web.config file using PowerShell. In order for you to be able to achieve this, you will need to instantiate a new object from the Microsoft.SharePoint.Administration namespace called SPWebConfigModification. This object will take in several properties such as the path to the […]
Read More Modify SharePoint web.config using PowerShell