Powershell scripts for Sharepoint 2010
$filePath = "c:\myFile.txt"
Set-Alias tfs "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\tf.exe"
tfs checkout $filePath
powershell | checkout file | check-out | tfs | tfs checkout
© 2012 All rights reserved.