Friday, October 23, 2009

PowerShell goodness for TFS - PsTFS v1.0.0 Released

PsTFS - PsTFS V1.0.0

“…

  • Create Setup MSI

And Add :
  • Add-QualityBuild Add a new Quality for a Build Project
  • Add-Workspace Add workspace in Team Foundation Server
  • Clear-Builds Cancel Build
  • Get-Build Get All build for a project
  • Get-Label
  • Get-AllChangesSinceLabel
  • Get-AllWorkspace Get all workspace for a TFS
  • Get-Workspace Get workspace for a Name and a owner

…”

CodePlexPsTFS

“PsTFS is a set of PowerShell commands to manage and use Team Foundation Server. PowerShell effectiveness is combined with the power of TFS API to maximize TFS capabilities.

Samples for each CMDLET are available.

These CMDLETS provide support for :

PsTFS

To give you a snapshot of this project…

ClassDiagram1

 

Related Past Post XRef:
How cool would it be if there was a PowerShell Provider for Team Foundation Server? Where you could CD into a Project and DIR its work items? It’s very cool! Check this out…

PsTFS – PowerShell and TFS, better than peanut butter and chocolate? (Okay, maybe not, but it’s close… ;)

1 comment:

Noham CHOULANT said...

Hi

Thack you for your post.
I wrote a paper summarizing the most frequently used commands.

http://pstfs.codeplex.com/Release/ProjectReleases.aspx

Bye