Project Description
This tool allows Microsoft TFS 2012, 2013 (RTM, Update 2-4 versions) and 2015 RTM server administrator to run Configure Features wizard for the whole team project collection at once instead of doing it manually through UI for each individual project.

How to build the project
In order to compile the project you'll need to fix its references. Go to TFS 2012/2013/2015 server machine and look for the referenced assemblies in: or or
Usage examples:
You will need to specify collection URL and (only for TFS 2013/2015) either TFS configuration database connection string or web.config path:

features4tfs /c:http://localhost:8080/tfs/DefaultCollection /d:"Data Source=.;Initial Catalog=Tfs_Configuration;Integrated Security=True"

features4tfs /c:http://localhost:8080/tfs/DefaultCollection /w:"c:\Program Files\Microsoft Team Foundation Server 12.0\Application Tier\Web Services\web.config"