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?
A:
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
2010-04-01 11:26:19
+3
A:
Hi.
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
2010-04-01 13:02:33