TFS & Visual Studio ALM – by Neno Loje

(formerly Team System, VSTS)

Entries from December 24th, 2012

Restart Team Foundation Server AT using command line

December 24th, 2012 · No Comments · Tools and Utilities

In order to restart the TFS app tier, you can run these commands on the AT itself: %windir%\system32\inetsrv\appcmd recycle apppool /apppool.name:"Microsoft Team Foundation Server Application Pool" net stop tfsjobagent net start tfsjobagent You can download the ready-to-use script file here. Note: You need to run this script as administrator.

[Read more →]

Tags: