Am new to TFS and powershell. with my restless effort i have deployed TFS 2013 and using in GUI.But my management wants me to manage the TFS through powershell.
But i dont know how to start with powershell. with basic search over the internet i found like below solutions.
1.installing powertools and using powershell console available in installed path.
2.need to add snapping microsoft.teamfoundation.powershell in the elevated powershell prompt.
I got the below error
Am getting error as below.
PS C:\Windows\system32> Add-PSSnapin microsoft.teamfoundation.powershell
Add-PSSnapin : The Windows PowerShell snap-in 'microsoft.teamfoundation.powershell' is not installed on this computer.
At line:1 char:1
+ Add-PSSnapin microsoft.teamfoundation.powershell
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (microsoft.teamfoundation.powershell:String) [Add-PSSnapin], PSArgumentExcep
tion
+ FullyQualifiedErrorId : AddPSSnapInRead,Microsoft.PowerShell.Commands.AddPSSnapinCommand
i dont from where to start using powershell.please help me
And i tried using the some other tools then i got the below
PS C:\Windows\system32> Get-PSSnapin -Registered
Name : ServerTFSPSSnapIn
PSVersion : 2.0
Description : Create TFS object
but i thing this is not a good module
Please provide the list of powershell modules available for TFS 2013