Sign In
James Manning's blog
Team Foundation Server + PowerShell = Happiness
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Pages
Archive
Archives
April 2009
(1)
January 2009
(6)
December 2008
(2)
November 2008
(1)
September 2008
(1)
July 2008
(3)
June 2008
(9)
May 2008
(15)
April 2008
(4)
March 2008
(1)
February 2008
(4)
January 2008
(2)
November 2007
(2)
October 2007
(2)
September 2007
(1)
July 2007
(8)
June 2007
(3)
May 2007
(4)
March 2007
(12)
February 2007
(23)
January 2007
(7)
December 2006
(1)
November 2006
(14)
October 2006
(5)
September 2006
(10)
August 2006
(4)
July 2006
(2)
June 2006
(4)
May 2006
(1)
April 2006
(4)
March 2006
(5)
February 2006
(8)
January 2006
(8)
December 2005
(1)
November 2005
(4)
October 2005
(8)
September 2005
(7)
August 2005
(1)
June 2005
(6)
May 2005
(1)
April 2005
(1)
March 2005
(1)
February 2005
(4)
December 2004
(3)
October 2004
(1)
September 2004
(1)
August 2004
(3)
July 2004
(5)
June 2004
(4)
September, 2006
MSDN Blogs
>
James Manning's blog
>
September, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
James Manning's blog
get-workspace.ps1 - easier access to that wonderful Workspace instance
Posted
over 6 years ago
by
MSDNArchive
3
Comments
Along with easier TeamFoundationServer access , one of the things I found myself wanting was easier access to the wonderful Workspace instance. As before, the goal here is just to make it a little easier to get access to the instance of a useful object...
James Manning's blog
get-tfs.ps1 - example of adding properties to make interactive life easier
Posted
over 6 years ago
by
MSDNArchive
9
Comments
One of the things I noticed while working inside PowerShell was wanting to make a quick TFS object model (OM) call (for instance, to VersionControlServer) and slice/data/inspect the results. The OM calls to get an instance of TeamFoundationServer aren...
James Manning's blog
IronPython + PowerShell = 2 great tastes that taste great together!
Posted
over 6 years ago
by
MSDNArchive
2
Comments
Posted just for Ravi :) IronPython Sample: IPPowerShell This sample shows how to use PowerShell commands from IronPython by invoking the PowerShell API(s) directly and also by using a nice Python helper class. The samples use both of these techniques...
James Manning's blog
PowerShell equiv of xargs -n
Posted
over 6 years ago
by
MSDNArchive
0
Comments
On an internal mailing list the question came up of how to take this stream of objects going in the pipeline and break it up into arrays of a given chunk size - so if you had 100 objects on the way in and decided to group in chunks of 10, you'd get 10...
James Manning's blog
Peanuts! Cracker Jack! VSTS Videos and WebCasts!
Posted
over 6 years ago
by
MSDNArchive
0
Comments
After last month's collection of wonderful goodness , I see Jeff Bramwell is getting together his own collection of goodness : a collection of all the VSTS videos and webcasts . Can you help Jeff fill out his list? Easy quick first hit: the ones Cameron...
James Manning's blog
Internet? Check. Chat? Check. Relay? We don't need no stinkin' relay!
Posted
over 6 years ago
by
MSDNArchive
2
Comments
I'm totally just copying Ed's entry , but I noticed the DB SKU isn't listed there. I'm going to have to ping Cameron and Gert to make sure at least a couple of warm bodies from that crew show up, as I would expect there to be a lot of excitement about...
James Manning's blog
Various ways of moving a TFS instance to another machine
Posted
over 6 years ago
by
MSDNArchive
1
Comments
Naren included a bunch of good links in a forum post , so I wanted to include a copy here. Yes, TFS can be moved from one server to another and all move types are explained in http://msdn2.microsoft.com/en-us/library/ms404879.aspx . Below are few direct...
James Manning's blog
PowerShell - you're soaking in it!
Posted
over 6 years ago
by
MSDNArchive
0
Comments
A little holiday weekend silliness thanks to a lifehacker link .
James Manning's blog
tail -f on the TFS activity log
Posted
over 6 years ago
by
MSDNArchive
4
Comments
We already saw how we could use the QueryServerRequests web method to tell the calls that are actively going on for the Version Control portion of our TFS instance . I've found that to be pretty useful, as I use it on nearly a daily basis to quickly see...
James Manning's blog
in PowerShell, parameter binding is stronger than operators
Posted
over 6 years ago
by
MSDNArchive
1
Comments
This is one of the PowerShell behaviors that caught me a little off-guard at first. I don't necessarily disagree with the choice the PS team made (although obviously, at least for me as a data point, it violated the principle of least surprise :), but...
Page 1 of 1 (10 items)