Thomas Bonham
Thomas Bonham

Reputation: 51

PowerShell Team foundation server 2017

Does anyone know what happened to the Powershell power tools for TFS 2017?

I have existing scripts for TFS and would like to keep using them.

I tried installed the 2015 tools but they will not install because it requires VS 2015 and I am using 2017.

Upvotes: 4

Views: 3965

Answers (1)

Giulio Vian
Giulio Vian

Reputation: 8353

To my knowledge there are no Power Tools for Team Foundation Server 2017 (see https://www.visualstudio.com/en-us/news/releasenotes/tfs2017-relnotes).

That said you can leverage @igor-abade Powershell CmdLets (https://github.com/igoravl/tfscmdlets) which offer a good deal of features.

Upvotes: 2

Related Questions