Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use TFS Powershell commands from 2013 Power Tools

Tags:

powershell

tfs

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

The doc suggests using

Add-PSSnapin Microsoft.TeamFoundation.PowerShell

which gives the error:

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

like image 677
Salguod Avatar asked May 07 '14 09:05

Salguod


People also ask

How do I use PowerShell commands in Windows 10?

Type powershell into the Taskbar search field. Select Run as Administrator from the list of options in the right panel of the results list. Open the Command Prompt, type powershell, and hit Enter. Type start-process PowerShell -verb runas and press Enter.

What cool things can you do with PowerShell?

The uses of PowerShell include adding and deleting accounts, editing groups, and creating listings to view specific types of users or groups. You can also choose to use the Windows PowerShell Integrated Scripting Environment (ISE), a graphic user interface that lets you run commands and create or test scripts.

How do I get help in Azure PowerShell?

To get help for a PowerShell provider, type Get-Help followed by the provider name. For example, to get help for the Certificate provider, type Get-Help Certificate . You can also type help or man , which displays one screen of text at a time.

What is PowerShell tool?

PowerShell is a cross-platform task automation solution made up of a command-line shell, a scripting language, and a configuration management framework. PowerShell runs on Windows, Linux, and macOS.


1 Answers

The "PowerTools Cmdlets" options is not installed by default. Please modifying your installation, checking the "PowerShell Cmdlets" option of the tools.

enter image description here

like image 54
Hamid Shahid Avatar answered Oct 15 '22 16:10

Hamid Shahid