TFS: Installation using DNS aliases – Part 3 : Team Foundation Server

TFS: Installation using DNS aliases – Part 3 : Team Foundation Server

This post is part of a series on how to install and configure Team Foundation Server using DNS aliases for it’s components:


In this post we’ll see how to configure Team Foundation Server to use the DNS aliases for the database and SharePoint. Here’s the aliases i’ll be using for this tutorial:

  • SQL Server : sql01.demo.local
  • Analysis Services : analysis01.demo.local
  • Reporting Services : reporting01.demo.local
  • SharePoint : sharepoint01.demo.local
  • Team Foundation Server (AT) : tfs01.demo.local

read more →

TFS: Installation using DNS aliases – Part 2 : SharePoint

TFS: Installation using DNS aliases – Part 2 : SharePoint

This post is part of a series on how to install and configure Team Foundation Server using DNS aliases for it’s components:


In this post we’ll see how to configure SharePoint to use the DNS aliases for the database and SharePoint. Here’s the aliases i’ll be using for this tutorial:

  • SQL Server : sql01.demo.local
  • SharePoint : sharepoint01.demo.local

read more →

TFS: Installation using DNS aliases – Part 1 : Data Tiers

TFS: Installation using DNS aliases - Part 1 : Data Tiers

In my last series of post I’ve looked at how you can rename server which runs TFS components and reconfigure them so that the platform can be operational again. In this new series i’ll explain how to realize an installation using DNS aliases so that future server changes will be simplified by simply changing the alias :)

Even you start with a single server installation, using DNS aliases for all components will simplify your task if you need to make some evolution later. Here’s the list of components on which we will have an alias:

  • SQL Server
  • Analysis Services
  • Reporting Services
  • SharePoint
  • Team Foundation Server (Application Tiers)

read more →

TFS 2012: Team Foundation Service is RTWed !

TFS 2012: Team Foundation Service is RTWed !

If you have followed the news around Team Foundation Server 2012 you know that Microsoft has proposed a preview version of its tool on Azure. Since yesterday Team Foundation Service is now officially RTM at the following URL:  http://tfs.visualstudio.com !

The service will continue to improve every 3 weeks which is the sprint cadence of the DevDiv team. For now here is what you can get:

  • Free access up to 5 users,
  • Unlimited number of Team Project,
  • Version control,
  • Work Item tracking,
  • Agile planning tools (Product Backlog, Sprint Backlog et Taskboard),
  • Feedback management,
  • Azure build service (still in preview)

read more →

TFS 2010: Rename a server – Part 7 : the TeamBuild server

TFS 2010: Rename a server – Part 7 : the TeamBuild server

Posts in this series:


In this sixth post we will see what to do to rename the TeamBuild server build.demo.local to build1.demo.local and make our service work again :)

read more →

TeamBuild: TFS Build Extensions – August 2012

TeamBuild: TFS Build Extensions - August 2012

We just published a new stable version of the Community TFS Build Extensions. For a list of updates see the download page here.

Your feedback and suggestions are welcomed, use the site’s forum for this :)

Carpe Diem.

TFS 2010: Rename a server – Part 6: the TeamFoundation Server server

TFS 2010: Rename a server – Part 6: the TeamFoundation Server server

Posts in this series:


In this fifth post we will see what to do to rename the TeamFoundation Server server tfs.demo.local to tfs1.demo.local and make our service work again :)

read more →

WiqAdmin: Release 1.1.1.0

WiqAdmin: Release 1.1.1.0

WiqAdmin is a command line utility to administer work item queries for TFS 2008 and TFS 2010. I just released a new version with the following new features:

  • Added “copy” command for TFS 2010 to copy queries from one team project to another.
  • Updated “export” command to support exporting multiple queries using an input file containing the queries to export.
  • Updated “delete” command to support deleting multiple queries using an input file containing the queries to delete.

You can download the 1.1.1.0 release for TFS 2008 and TFS 2010 here : http://wiqadmin.codeplex.com/releases/view/90663

I’d also like to thank jzserai for joining the project and helping with this release.

Next release will support TFS 2012.

Carpe Diem.

TFS 2010: A standalone installer for the TFS 2010 SP1 client Object Model API

TFS 2010: A standalone installer for the TFS 2010 SP1 client Object Model API

A small post to inform you that Microsoft released a standalone installer for the Team Foundation Server 2010 SP1 client Object Model API! You can found it on the Visual Studio Gallery here:

http://visualstudiogallery.msdn.microsoft.com/a37e19fb-3052-4fc9-bef7-4a4682069a75

Before this installer, if you wanted to develop an application that interacts with TFS you needed to install Team Explorer to have those few needed DLLs… this isn’t the cas anymore :) Of course licencing doesn’t change and your user will still need a TFS CAL.

A TFS 2012 version will be available with the RTM.

Carpe Diem.

TFS 2012: Add a custom section in a build summary

TFS 2012: Add a custom section in a build summary

With the previous versions of TFS you could customized the buil summary from TeamBuild by developing Visual Studio add-in and deploy is on every computer. This was not simple and it was simplified in Visual Studio 2012 / Team Foundation Server 2012 :)

Everything is done with the new standard TeamBuild activity WriteCustomSummaryInformation:

read more →