07 July 2006

Determine TFS Trial Edition Expiration Date

Martin Woodward has posted a tip on how to determine the expiration date of the 180 day trial edition of TFS. The short version is to run the following TFS command and add 180 days to the return value.

tf changeset 1 /server:http://servername:8080 /noprompt

Here's an on-line date calculator to help with the addition.

You can read the full tip here.