Below mentioned scripts are utility scripts for managing TFS Note : All text inside angular brackets are comments like : <COMMENTS> Script #1: Get latest script #cd C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE <path of TF.exe> #TF.exe get $/___TfsRootPath____/__BranchPath___ /recursive /force / nonprompt > C:\GetLatestDailyFile.log <the path after greater then is log path> Script #2: Rebulid… Continue reading Some handy command script for TFS
Category: Technical
Encryption of connection string
You can find many post and help on how to encrypt the connection string. The idea is to place an encrypted text in congiguration file. So the security is not breached. In this post I will highlight few things that will help you to work with encrypted connection string. Create a tools menu to a web page… Continue reading Encryption of connection string