Welcome to MSDN Blogs Sign in | Join | Help

August 2006 - Posts

Tool to get the list of team foundation area paths and URI's

I ran across another tool written by Grant Holliday (of TFS Bug Snapper 1.0 and Clipboard Image Monitor fame) today - one to use the CSS part of the object model to fetch the area paths and area URI's for a team foundation server and then output it into
Posted by jmanning | 1 Comments

Show the status of the TFS jobs on a database server

It's a very simple use of SMO , and there's much more you could do with this, but I wanted to get a very simple example out there. Yes, PowerShell + SMO is a great match . PS C:\> get-tfsdbjobs tkbgitvstfdt01 | ft -a Name CurrentRunStatus LastRunDate
Posted by jmanning | 2 Comments

Attachment(s): get-tfsdbjobs.ps1

"Ring Compression" - how Virtual PC works today

Although the most interesting bits are arguably down the road with the hypervisor approaches, I found the description of how the current code pushes the guest kernel up to Ring 1 very interesting. http://channel9.msdn.com/ShowPost.aspx?PostID=163095 We
Posted by jmanning | 0 Comments

example usage of VersionControlServer.CreateLabel

Like many other version control systems, Team Foundation's version control has the concept of labels. It's a useful way of identifying a collection of particular versions of a set of items, especially if that collection is at different points in time
Posted by jmanning | 6 Comments

Attachment(s): CreateLabelExample.zip
 
Page view tracker