J'ai installé TFS Power Tools et j'essaie d'utiliser le snapin powershell, mais je n'arrive pas à comprendre comment le configurer. Quand je regarde dans le dossier d'installation, je vois seulement les 5 DLL suivants.Comment configurer TFS PowerShell Snapin
Microsoft.TeamFoundation.PowerToys.Client.dll
Microsoft.TeamFoundation.PowerToys.Common.dll
Microsoft.TeamFoundation.PowerToys.Controls.dll
Microsoft.VisualStudio.TeamFoundation.PowerToys.Common.dll
Microsoft.VisualStudio.TeamFoundation.PowerToys.dll
J'utilisé instalutil installer chacun, et puis j'utiliser le code ps folowing pour voir ce cmdlets où est installé pour que je puisse ajouter le snapin mais il semble que seulement handfull existent dans ces dll et ces commandes sont pas utile pour moi en ce moment.
PS H:\> get-pssnapin -registered
Name : TfsBPAPowerShellSnapIn
PSVersion : 1.0
Description : This is a PowerShell snap-in that includes Team Foundation Server cmdlets.
PS H:\> get-command -pssnapin TfsBPAPowerShellSnapIn
CommandType Name Definition
----------- ---- ----------
Cmdlet Get-MsiProductId Get-MsiProductId [[-ProductIndex] <Int32>] [[-Mo...
Cmdlet Get-TfsDBServer Get-TfsDBServer [[-DBPath] <String>] [-Verbose] ...
Cmdlet Get-TfsHealthPing Get-TfsHealthPing [-Verbose] [-Debug] [-ErrorAct...
Cmdlet Get-TfsSqlData Get-TfsSqlData [[-ConnectionBuilder] <SqlConnect...
merci.
Comment utiliser les cmdlets TFS, maintenant (2015) dans Powershell? – Kiquenet
@Kiquenet Assurez-vous de sélectionner les applets de commande pendant l'installation des Power Tools. La version 2013 semble prendre en charge PowerShell x64, mais pas PowerShell x86. – Stijn