Welcome to MSDN Blogs Sign in | Join | Help

October 2006 - Posts

check-tfspolicies.ps1 - sanity check your checkin policy types

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)
Posted by jmanning | 0 Comments

Attachment(s): check-tfspolicies.ps1

The TFS "extranet" ISAPI filter mechanics

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-Layer-_2800_SSL_2900_-and-an-ISAPI-Filter.aspx
Posted by jmanning | 6 Comments

Maximum Capacity numbers for SQL 2005

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
Posted by jmanning | 0 Comments

ping-db.ps1 - quick ping to see if you can talk to a database instance

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( [ string
Posted by jmanning | 0 Comments

Attachment(s): ping-db.ps1

getting the xml for running tfsreg.exe

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
Posted by jmanning | 1 Comments
 
Page view tracker