Sign in
James Manning's blog
Team Foundation Server + PowerShell = Happiness
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Pages
Archive
Archives
April 2009
(1)
January 2009
(6)
December 2008
(2)
November 2008
(1)
September 2008
(1)
July 2008
(3)
June 2008
(9)
May 2008
(15)
April 2008
(4)
March 2008
(1)
February 2008
(4)
January 2008
(2)
November 2007
(2)
October 2007
(2)
September 2007
(1)
July 2007
(8)
June 2007
(3)
May 2007
(4)
March 2007
(12)
February 2007
(23)
January 2007
(7)
December 2006
(1)
November 2006
(14)
October 2006
(5)
September 2006
(10)
August 2006
(4)
July 2006
(2)
June 2006
(4)
May 2006
(1)
April 2006
(4)
March 2006
(5)
February 2006
(8)
January 2006
(8)
December 2005
(1)
November 2005
(4)
October 2005
(8)
September 2005
(7)
August 2005
(1)
June 2005
(6)
May 2005
(1)
April 2005
(1)
March 2005
(1)
February 2005
(4)
December 2004
(3)
October 2004
(1)
September 2004
(1)
August 2004
(3)
July 2004
(5)
June 2004
(4)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
James Manning's blog
check-tfspolicies.ps1 - sanity check your checkin policy types
Posted
over 7 years ago
by
MSDNArchive
1
Comments
I thought I would have done something more significant for my 100th blog post. Ah, well, maybe for the 200th. I was coding an example checkin policy from scratch last night (1am insomnia, and I had already caught up on my TiVo'd Colbert Report episodes...
James Manning's blog
The TFS "extranet" ISAPI filter mechanics
Posted
over 7 years ago
by
MSDNArchive
6
Comments
What's this ISAPI filter chupathingy you're talking about? Here's some background via links: http://support.microsoft.com/kb/916845 http://blogs.msdn.com/vstsue/pages/Walkthrough_3A00_-Setting-up-Team-Foundation-Server-with-Secure-Sockets...
James Manning's blog
Maximum Capacity numbers for SQL 2005
Posted
over 7 years ago
by
MSDNArchive
0
Comments
This came up during an internal thread and I found the data interesting, so I wanted to pass it along. http://msdn2.microsoft.com/en-us/library/ms143432.aspx SQL Server 2005 Books Online Maximum Capacity Specifications for SQL Server 2005 The following...
James Manning's blog
ping-db.ps1 - quick ping to see if you can talk to a database instance
Posted
over 7 years ago
by
MSDNArchive
0
Comments
Very simple, just contact a SQL Server instance to see if it can do the CPU-heavy calculation of 2+2 :) I put this together just to verify that I could use server=hostname,port when connecting to a SQL Server instance on a particular port. param...
James Manning's blog
getting the xml for running tfsreg.exe
Posted
over 7 years ago
by
MSDNArchive
1
Comments
The TfsReg.exe utility lets you change the URL's that are registered with TFS (tells TFS how to access version control, work item tracking, reporting services, sharepoint, any third-party tools that have registered, etc.). The biggest problem is usually...
Page 1 of 1 (5 items)