Skip to content

Instantly share code, notes, and snippets.

@azborgonovo
Last active March 3, 2016 20:23
Show Gist options
  • Save azborgonovo/f20ecb5d82e16f506b66 to your computer and use it in GitHub Desktop.
Save azborgonovo/f20ecb5d82e16f506b66 to your computer and use it in GitHub Desktop.
Permanently Removing Work Items from TFS
// http://msdn.microsoft.com/en-us/library/dd236908.aspx
// You must be a member of the Team Foundation Administrators security group or the Project Administrators security group for the team project collection.
cd %programfiles%\Microsoft Visual Studio 11.0\Common7\IDE
// On a 64-bit edition of Windows, replace %programfiles% with %programfiles(x86)%.
witadmin destroywi /collection:CollectionURL /id:id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment