1

We want to activate the existing future for more than 100+ site-collections, what would be the right choice? can we achieve this through Powershell?

One Developer
  • 99
  • 5
  • 43
  • 103
  • 1
    The future will be actived automatically! Do not try to intervene, or Skynet will send Arnold after you! – Jørn Schou-Rode Apr 01 '10 at 09:09
  • actually, we have deployed a solution package and which installs few features however they are not activated automatically, we have to activate the feature manually. I do not want to activate the feature manually so looking for some help to activate them thru script. – One Developer Apr 01 '10 at 09:58

2 Answers2

3

If you don't want to code yourself, you can always download the SharePoint Feature Admin Tool from Codeplex.com.
It will allow you to select a Web Feature and activate/deactivate in recursively on a Site Collection.

Magnus Johansson
  • 28,010
  • 19
  • 106
  • 164
0

Yes powershell would make this easy.

But there is also the stsadm command "activatefeature". Together with the stsadm command "enumsites" and a bit of creating command script building you should go a long way.

ArjanP
  • 2,172
  • 2
  • 15
  • 22