Feature Activation

477 Views Asked by At

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?

2

There are 2 best solutions below

0
On

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.

0
On

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.