How to use TFS Powershell commands with 2013 Power Tools

I installed TFS Power Tools for 2013. But how do I access powershell commands.

The document suggests using

Add-PSSnapin Microsoft.TeamFoundation.PowerShell 

which gives an error:

Add-PSSnapin: Windows PowerShell snap-in "Microsoft.TeamFoundation.PowerShell" is not installed on this computer.

+6
source share
1 answer

PowerTools Cmdlets options are not set by default. Please change your installation by checking the PowerShell cmdlets option in the tools.

enter image description here

+11
source

All Articles