Wednesday, August 18, 2010

Remember…

Lao Tzu - "Give a Man a Fish, Feed Him For a Day. Teach a Man to Fish, Feed Him For a Lifetime"

Wednesday, July 7, 2010

Disable Loopback

I can’t remember if I have this or not:

Follow these steps to Disable the loopback check which is causing the error:

  1. Click Start, click Run, type regedit, and then click OK.
  2. In Registry Editor, locate and then click the following registry key:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa

  3. Right-click Lsa, point to New, and then click DWORD Value.
  4. Type DisableLoopbackCheck, and then press ENTER.
  5. Right-click DisableLoopbackCheck, and then click Modify.
  6. In the Value data box, type 1, and then click OK.
  7. Quit Registry Editor, and then restart your computer.

Wednesday, June 30, 2010

TFS – Deleting a Team Project Collection

 

Use "TFSConfig.exe Collection" to delete a team project collection

  1. On your TFS Server open a command window (as TFS Administrator) to [TFS Install Drive]:\Program Files\Microsoft Team Foundation Server 2010\Tools
  2. Enter "TFSConfig.exe Collection /delete /collectionName:$COLLECTION NAME$"
  3. Respond to the "Are you sure" prompt