Creating a TFS Team Project Collection using Powershell
Grant Holiday posted on how to create a TPC using Powershell. However his post did not address how to set the SharePoint or Reporting Services parameters. His example used for the form Dictionary<string, string> servicingTokens = new Dictionary<string, string>(); servicingTokens.Add(“SharePointAction”, “None”); // don’t configure sharepoint servicingTokens.Add(“ReportingAction”, “None”); // don’t configure reporting services So not much use if like ourselves you have your TFS integrated with the company wide SharePoint farm ...