$webAppUrl = "Web Application URL"
$webapp = Get-SPWebApplication $webAppUrl | Get-SPSite -Limit All | Get-SPSite -limit
all | ForEach-Object {Enable-SPFeature -Identity 'Feature guid' -Url $_.Url}
$webapp = Get-SPWebApplication $webAppUrl | Get-SPSite -Limit All | Get-SPSite -limit
all | ForEach-Object {Enable-SPFeature -Identity 'Feature guid' -Url $_.Url}
No comments:
Post a Comment