James Manning: Watching TfsActivityLogging

James Manning shares some more PowerShell goodness in his post that describes how to watch Team Foundation Server's activity log for changes.

More recently, I've been looking at the TfsActivityLogging database (which has been blogged about before - make sure to check Jeff's post on getting activity logging turned on), which is a similar kind of view, but instead of showing active calls, it only shows completed calls. It spans the various parts of the server, though, so it's not limited to just Version Control calls.

From: tail -f on the TFS activity log

1062

Tags: tfs | team foundation server | vsts | team system