Liverpoololympia.com

Just clear tips for every day

Month: October 2022

How do I activate a feature in powershell?

How do I activate a feature in powershell? How to activate the feature in SharePoint using Powershell Script Syntax:Get-SPWebApplication xxx | Get-SPSite -Limit ALL | % {Enable-SPFeature “xxx” -Url $_.Url. Sytntax example: $featureName = “Enter the feature name” Get-SPWebApplication $waURL Read more…