Abhay Shanker
Power shell script to activate the site collection feature
By Abhay Shanker in SharePoint on Nov 07 2013
  • Ketak Bhalsing
    Oct, 2014 20

    Have a look at this blog from me ....http://www.c-sharpcorner.com/code/134/power-shell-activate-feature-on-all-site-collection.aspx

    • 0
  • Abhay Shanker
    Nov, 2013 7

    $site = Get-SPSite http://siteurl/
    Enable-SPFeature -Identity “Feature Name” -Url $site.Url
    $site.Dispose()

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS