Showing posts with label Team Foundation Server 2008. Show all posts
Showing posts with label Team Foundation Server 2008. Show all posts

Tuesday, July 21, 2009

Team Foundation Server Work Items: How to delete a workitem created by mistake.

using tfs powertools:

C:\Program Files\Microsoft Team Foundation Server 2008 Power Tools>tfpt.exe destroywi /server:http://MyServer:8080 /workitemid:888

This action is not recoverable. Are you sure you want to destroy work item(s) 123? (Y/N)y

Operation complete.

for other reference regarding deletion kindly go to this site.

Thursday, October 9, 2008

Deleting a Project in TFS 2008


TFSDeleteProject [/q] [/TeamFoundationServer:] [/force]

[/q] - Quiet mode. Do not prompt the user for confirmation.
[/TeamFoundationServer:] - The hostname of the team foundation server. (Only necessary when using more then one team foundation server in your environment.
[/force] - Indicates the program should continue even if some parts cannot be deleted.
- The name of the project. Use quotation marks if there are spaces in the name.

DELETE permission on the project is required.

sample: tfsdeleteproject /q /force /server:Adventureworks storeFront

You can find TFSDeleteProject at \Program Files\Visual Studio 9\Common7\IDE\.

=End of blog=