Browse by Tags

Documentation for the PowerShell activity in the TFS Community Build Extensions published
Mon, Oct 3 2011 15:43
I have just published documentation for the PowerShell activity in the TFS Community Build extensions . This opens up a whole range of possibilities for your build process. Off to look at using it for SharePoint deployment now….. Read More...
Creating a TFS Team Project Collection using Powershell
Thu, May 5 2011 7:00
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... Read More...