Joe
Joe

Reputation: 6806

Do TFS Power Tools have any use in a VSTS-only scenario?

I'm using Visual Studio 2015 (and 2017) and Visual Studio Team Services (VSTS). I've noticed that I have the TFS Power Tools 2015 installed. I am not using a TFS server anywhere nor am I likely to. I'm wondering if I have any use for the power tools. If not I'd like to uninstall them, just to have less cruft on my system.

Do the TFS Power Tools have any use in a VSTS scenario?

Upvotes: 0

Views: 385

Answers (2)

jessehouwing
jessehouwing

Reputation: 114741

No not really to he honest.

The Check-in policies have been rolled into the product as of Visual Studio 2017. The team explorer enhancements too. The cmd-lets were never good to begin with, there's better alternatives in the vsts-cli, tfx-cli and vsteam. And the Windows Shell Extensions ship stand-alone.

Upvotes: 2

Shayki Abramczyk
Shayki Abramczyk

Reputation: 41595

TFS Power Tools include few tools and features, the most is irrelevant if you use VSTS, but some of the features still relevant:

  • Check-in policies
  • Storyboard Shapes
  • Team Explorer Enhancements
  • Windows PowerShell Cmdlets
  • Windows Shell Extensions

If you not using this features you can uninstall it. See Here all details about TFS Power Tools and decide whether to keep it or remove it.

Upvotes: 3

Related Questions