I use a simple branching strategy where I have a trunk. i branch from that trunk into multiple development branches. Once dev is done I merge the dev branch back into main.
I'm looking for a way to produce an automated report that would tell me which branches have changes that have not yet been merged back into the trunk.
I'm sure there is a way to do this with either tf.exe or the tfs database.