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?
Feature Activation
493 Views Asked by One Developer At
2
There are 2 best solutions below
0
Magnus Johansson
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.
Related Questions in SHAREPOINT
- Upload a document to a SharePoint document library (can be via Rest Api/other) using C# & also retrieve the unique id of the document
- Sharepoint alers email deletion from alerts
- SharePoint/CSS3 Gradients/IE9
- Sharepoint 2007 / Jquery - Replace all text on body or render HTML
- share point excel service
- MS Access Run-time error 3999
- Maintain Sharepoint Server Url with subfolders in document list
- How can I integrate a SharePoint document folder in a separate ASP.NET web site?
- why I don't get list subfolders despite using RecursiveAll option
- Modal Extender Ajax Control Toolkit (ASP 2.0) will not pop-up on server side trigger
- Configure SharePoint 2010 UPS with PowerShell
- How can I get Internet explorer to display this image correctly
- Developing Syntax app SharePoint Online PrismJS
- SharePoint 2013 Custom list field iterator not saving values for MultiLine or person columns
- SharePoint Links with Ampersands
Related Questions in POWERSHELL
- How to ignore warning errors?
- Data execution plan ended with error on DB restore
- Powershell Split a file name
- PowerShell EWS Save as for e-mails
- Run SQL Server Update Statement With Powershell
- using a global variable in multiple functions powershell
- Heisenberg was here: Aliases for PowerShell parameters only appear in cmdlet help when you do NOT document the cmdlet
- PowerShell Script to add newuser
- Why is PowerShell "not recognized" when installing Chocolatey?
- Enumerate a PSCustomObject as key/value pairs
- Unable to start program outside Windows folder
- Ask for creds only if some specified
- PowerShell 3 Parameters
- i can't ping a computer but remoting into it works (powershell enter-pssession)
- Feeding Variables in new-aduser -path option in powershell
Related Questions in SHAREPOINT-2007
- Sharepoint 2007 / Jquery - Replace all text on body or render HTML
- How to add addition column setting property for a Single line of textbox or any predefiend sharepoint column type
- SharePoint 2007 Error when i click on Search button - SendSoap is null or undefined
- Migrate a List from SharePoint 2007 to SharePoint 2010
- System.Runtime.InteropServices.COMException: Access is denied. [COMException (0x80070005): Access is denied]
- How to delete Content Source in Sharepoint 2013 Search Service
- SharePoint 2007 content db restore issue
- Search from code using FullTextSqlQuery - Search Service unavailable
- How many lookup columns we can create per list?
- How to moving your developed workflow solution one server to another server?
- How to solve error "connection:closed" in SharePoint2010?
- How to move SharePoint designer developed workflow one site to another site?
- Using stsadm command- SharePoint 2007, How to Get Content DB name through Site collection URL
- The jquery keyup event is not working
- SharePoint 2007 get field value from page
Related Questions in MOSS
- SharePoint 2007 content db restore issue
- Search from code using FullTextSqlQuery - Search Service unavailable
- How to call SharePoint 2007 web services from Silverlight on FBA site
- SharePoint 2010 List Item Permissions
- Set CrawlProperty "Included in index" value programmatically (Sharepoint 2007)
- Well-formed XML error when saving the sharepoint custom web part using web services
- Retrieve metadata column fields
- How to develop role based workflow in SharePoint Server?
- How to change Authentication in sharepoint server 2010?
- Accessing a file after creating it
- Javascript: Replace onChange event with string
- Sharepoint OOTB webservice to get all subsite url and their titles
- Get discussion forum post body using id or url in sharepoint
- How to get latest 10 posts from discussion board in sharepoint?
- WebApplication moss feature throws FileNotFound on one environment
Related Questions in STSADM
- SharePoint 2010 - setting peoplepicker-searchadforests, unable to remove property and get <Property Exist="No"> after setting with no -url param
- SharePoint 2010 Exporting site fields to an XML file
- STSADM SharePoint 2003 restore aborted
- Determining size of SharePoint sites / site collections
- Object Model version of stsadm -o execsvcadmjobs command
- deploying to sharepoint using the object model doesn't work reliably
- Delete a sharepoint 2010 document library using stsadm command?
- Run SharePoint STSADM command from C# Console
- Solutions Deploying Status Stuck at Deploying and Retracting - Sharepoint 2013
- Webpart missing webpart catalog entry when build with vsewss but deployed with stadm
- Overwriting the content from one MOSS content database to another
- Creating a Sharepoint Development Environment from an Existing Production Environment
- SharePoint job queued, but never starts
- Using the sharepoint stsadm import command fails when list exists
- Feature Activation
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
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.