Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This request came in from an internal PS list. You can certainly make it fancier, and all it does now is invoke a WIT method, but hopefully you may find it of value.
param($wiqfilename = $(throw 'must specify wiq filename'))
# get the fullpath to the psqfile, get the provider path as
# it will handle UNC paths too
$wiqfilename = (Resolve-Path $wiqfilename).ProviderPath
$wiq = [xml] (gc $wiqfilename)
$tfs = get-tfs $wiq.WorkItemQuery.TeamFoundationServer
$results = $tfs.wit.Query($wiq.WorkItemQuery.Wiql, @{'project' = $wiq.WorkItemQuery.TeamProject})
$results
Comments
Anonymous
April 17, 2008
PingBack from http://microsoftnews.askpcdoc.com/?p=3079Anonymous
April 20, 2008
MVP Summit MVP Summit 2008, Seattle Day +1 on Grant Holliday's blog MVP Summit 2008, Seattle DayAnonymous
April 22, 2008
The comment has been removed