I am looking to run a Powershell to do a TF MOVE or RENAME (since they are both very similar.
I'm somewhat familiar with Powershell and I know there is the add-snapin for Powershell with TFS (Add-PSSnapinMicrosoft.TeamFoundation.PowerShell)
But what I am not sure of it's adding the snapin on TFS commands that get execute in Powershell how would I start with this?
Where the URL collection and everything defined?
Does anybody have a sample script of how using that snapin could trigger the use of other commands. Granted a MOVE or RENAME under TF would be great. But basically something that shows when the snapin is used and with that how the appropriate collection is used?