<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>granth's blog : Power Tools</title><link>http://blogs.msdn.com/granth/archive/tags/Power+Tools/default.aspx</link><description>Tags: Power Tools</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>What’s the difference between tf workspace /delete and tf workspaces /remove?</title><link>http://blogs.msdn.com/granth/archive/2008/10/14/what-s-the-difference-between-tf-workspace-delete-and-tf-workspaces-remove.aspx</link><pubDate>Wed, 15 Oct 2008 03:59:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9000204</guid><dc:creator>grantholliday</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/granth/comments/9000204.aspx</comments><wfw:commentRss>http://blogs.msdn.com/granth/commentrss.aspx?PostID=9000204</wfw:commentRss><wfw:comment>http://blogs.msdn.com/granth/rsscomments.aspx?PostID=9000204</wfw:comment><description>&lt;p&gt;Today I needed to delete multiple workspaces. There are two separate commands for dealing with workspaces. &lt;/p&gt;  &lt;p&gt;The first is the “&lt;a href="http://msdn.microsoft.com/en-us/library/54dkh0y3.aspx"&gt;tf workspaces&lt;/a&gt;” command:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font color="#ff0000"&gt;tf workspaces /remove&lt;/font&gt;:(*|workspace1[,workspace2,...]) /server:(*|server)&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;The second is the “&lt;a href="http://msdn.microsoft.com/en-us/library/y901w7se.aspx"&gt;tf workspace&lt;/a&gt;” command:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font color="#ff0000"&gt;tf workspace /delete&lt;/font&gt; [/server:servername] workspacename[;workspaceowner]&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;You might think that because the first command takes multiple items as parameters, it’s does “bulk workspace removal” – but it doesn’t :)&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;tf workspaces /remove - Removes the specified workspace entries for the specified server &lt;strong&gt;from the client cache&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;tf workspace /delete - &lt;strong&gt;Deletes the specified workspace&lt;/strong&gt;. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;There’s also the “tfpt workspace” command from the &lt;a href="http://msdn.microsoft.com/en-us/tfs2008/bb980963.aspx"&gt;Team Foundation Power Tools&lt;/a&gt; that lets you change the computer associated with a workspace. This is useful in the scenario that you rebuild your machine with a new machine name, or you move to a different machine and take your external drive with you.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9000204" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/granth/archive/tags/Team+System/default.aspx">Team System</category><category domain="http://blogs.msdn.com/granth/archive/tags/TFS/default.aspx">TFS</category><category domain="http://blogs.msdn.com/granth/archive/tags/TSBT-TFS/default.aspx">TSBT-TFS</category><category domain="http://blogs.msdn.com/granth/archive/tags/Power+Tools/default.aspx">Power Tools</category></item><item><title>Upgrading Team Foundation Power Tools</title><link>http://blogs.msdn.com/granth/archive/2008/07/10/upgrading-team-foundation-power-tools.aspx</link><pubDate>Fri, 11 Jul 2008 01:26:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8718923</guid><dc:creator>grantholliday</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/granth/comments/8718923.aspx</comments><wfw:commentRss>http://blogs.msdn.com/granth/commentrss.aspx?PostID=8718923</wfw:commentRss><wfw:comment>http://blogs.msdn.com/granth/rsscomments.aspx?PostID=8718923</wfw:comment><description>&lt;P&gt;If you have a previous release of the Visual Studio Team System 2008 Team Foundation Power Tools (TFS Powertools for short) installed and you try and install a later release, you’ll be prompted with this windows installer error:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Another version of this product is already installed.&amp;nbsp; Installation of this version cannot continue.&amp;nbsp; To configure or remove the existing version of this product, use Add/Remove Programs on the Control Panel. &lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;A href="http://blogs.msdn.com/blogfiles/granth/WindowsLiveWriter/UpgradingTeamFoundationPowerTools_D771/image_2.png" mce_href="http://blogs.msdn.com/blogfiles/granth/WindowsLiveWriter/UpgradingTeamFoundationPowerTools_D771/image_2.png"&gt;&lt;IMG title=image height=243 alt=image src="http://blogs.msdn.com/blogfiles/granth/WindowsLiveWriter/UpgradingTeamFoundationPowerTools_D771/image_thumb.png" width=376 border=0 mce_src="http://blogs.msdn.com/blogfiles/granth/WindowsLiveWriter/UpgradingTeamFoundationPowerTools_D771/image_thumb.png"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;Sure, you can go to Add/Remove Programs (or Programs and Features in Vista/Windows 2008) on the Control Panel, search for the power tools and uninstall them. The simple solution is to open a command prompt and run the following command:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;msiexec /x {FA564F28-4D97-411F-80C4-645E619552B8}&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This will uninstall the currently installed version of the power tools, allowing you to install the new version.&lt;/P&gt;
&lt;P&gt;&lt;STRIKE&gt;The current version is the &lt;/STRIKE&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=00dfcd6e-4902-4f42-8e9f-859119c60d6a&amp;amp;DisplayLang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyID=00dfcd6e-4902-4f42-8e9f-859119c60d6a&amp;amp;DisplayLang=en"&gt;&lt;STRIKE&gt;March 2008 Power Tools release&lt;/STRIKE&gt;&lt;/A&gt;. Don’t forget to have a look at &lt;A href="http://blogs.msdn.com/bharry/archive/2008/07/08/july-08-tfs-power-tool-preview.aspx" mce_href="http://blogs.msdn.com/bharry/archive/2008/07/08/july-08-tfs-power-tool-preview.aspx"&gt;what’s coming in the July 2008 Power Tools release&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Update: &lt;/STRONG&gt;&lt;A class="" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=00803636-1d16-4df1-8a3d-ef1ad4f4bbab&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?FamilyID=00803636-1d16-4df1-8a3d-ef1ad4f4bbab&amp;amp;displaylang=en"&gt;The July 2008 Power Tools release is now available from MSDN downloads&lt;/A&gt;.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8718923" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/granth/archive/tags/Team+System/default.aspx">Team System</category><category domain="http://blogs.msdn.com/granth/archive/tags/TFS/default.aspx">TFS</category><category domain="http://blogs.msdn.com/granth/archive/tags/Power+Tools/default.aspx">Power Tools</category></item></channel></rss>