I would like to determine whether a server has TFS 2005 or TFS 2008 and whether any service pack has been installed. What is the best way to do this?
Asked
Active
Viewed 3.4k times
3 Answers
3
This works much better...
bruce f
- 39
- 2
-
1Welcome to Server Fault! We really do prefer that answers have content, not pointers to content. This may theoretically answer the question however, [it would be preferable](http://meta.stackexchange.com/q/8259) to include the essential parts of the answer here, and provide the link for reference. – user9517 Nov 27 '11 at 01:03
-
I see a '403 Forbidden' error on the link now. – Ozair Kafray Mar 11 '21 at 08:38
1
This should help you: http://devmatter.blogspot.com/2007/07/how-to-determine-what-version-of-tfs-is.html
Richard
- 5,309
- 1
- 22
- 20
-
The updated utility is at http://devmatter.blogspot.com/2008/10/tfsinfo-updated-for-tfs-2008-sp1.html but I'm having trouble getting it to work. – Luke Jan 06 '10 at 22:00
0
On the server, navigate to:
C:\Program Files\Microsoft Visual Studio 2005 Team Foundation Server\Web Services\Services\bin
Right-click on the Microsoft.TeamFoundation.dll file, and select Properties. Under the Version tab, check the value of Product Version in the list box.
IrishChieftain
- 201
- 3
- 12