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?
You can do it with PowerShell, by enumerating through all Collections. Here is an example.