Subscribing to the TFS Events using bissubscribe.exe is a powerful way to receive notifications for many of the events that occur within TFS. These events can trigger emails or trigger web services that go off and do all sorts of useful things (Eg. Continuous Integration or notification of a WI change). One of the challenges of doing this is making sure you have the expression you need perfectly correct before you execute the bissubscribe command line. Finding a list of existing subscriptions is also the domain of commandline switches etc.
Well things have just got a little easier. Naren has just posted a little utility originally developed by one of his former colleagues in the WIT team that provides a nice convenient GUI for much of this work. The source code is available as well in case you want to tweek this a bit or add the functionality to your own TFS management application.
Thanks for sharing this Naren