Search code examples
visual-studiovisual-studio-2015tfstfs-power-tools

Count Projects in TFS


I use Visual Studio 2015 and Team Foundation Server 2017.

I wonder if there's a solution to know:

  • How many projects are currently there in TFS?

  • Where can I find these information?


Solution

  • You can do it with PowerShell, by enumerating through all Collections. Here is an example.