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
Today's C# quiz - does this compile?
Posted
over 6 years ago
by
MSDNArchive
12
Comments
using System; using System.Collections.Generic; class Program { static void Main( string [] args) { IEnumerable<Inter1> ienum1 = new Class1[] { new Class1() }; foreach (Class2 c in ienum1) { Console.WriteLine(c); } } } ...
James Manning's blog
Wishlist item: PowerGUI extension for TFS
Posted
over 6 years ago
by
MSDNArchive
3
Comments
I was playing around with a recent update to Quest's PowerGUI (1.0.11.207) and I'm really liking how it's coming along (make sure to watch Jeffrey and Dmitry's video if you haven't already) I was kind of hoping that by now there would be a PowerGUI extension...
James Manning's blog
Movie you need to watch - King of Kong
Posted
over 6 years ago
by
MSDNArchive
1
Comments
Had a fun time visiting with Chad this weekend. We played Halo 3 co-op and beat it a little faster than I expected and had a packed weekend including a party at Kate's house, Cowboys game, riding around in his convertible, etc. But the techie piece of...
James Manning's blog
Quick question-and-answer session about SQL instance support
Posted
over 6 years ago
by
MSDNArchive
2
Comments
I got an email from a co-worker asking a few questions about Orcas support for SQL named instances. Here's his questions and my answers: What is the syntax that you are supporting in TFSADMINUTIL renamedt? same as connection strings - hostname and hostname...
James Manning's blog
The Firefox-ism I miss the most using IE7
Posted
over 6 years ago
by
MSDNArchive
0
Comments
It came up during a conversation with a friend that I use IE7 at work as my browser even though it's mostly Firefox at home - this isn't because Firefox is forbidden internally (some use it and even mention so on their external blogs, especially for testing...
James Manning's blog
One of my favorite Eclipse-isms comes to VS!
Posted
over 6 years ago
by
MSDNArchive
0
Comments
Some of my former jobs involved doing java development in Eclipse. One thing I missed when joining Microsoft and using Visual Studio was the "Organize Imports" that Eclipse had. While reading ScottGu's blog today, I noticed that Orcas now has it ! Yay...
James Manning's blog
I need to get a life.. I think
Posted
over 6 years ago
by
MSDNArchive
1
Comments
I was reading a man page today... If netcat makes you rich somehow and you're feeling generous, mail me a check. If you are affiliated in any way with Microsoft Network, get a life . Always ski in control. I work at Microsoft, although not in MSN. Am...
James Manning's blog
ϐeta 2 - Electric Boogaloo
Posted
over 6 years ago
by
MSDNArchive
1
Comments
As Batman and Robin announced , Beta2 is out. This is especially super crazy exciting (or maybe just super super exciting ?) for my team since it's the first TFS release that includes our work on the new TFS setup . Since it was such a huge pain point...
James Manning's blog
Offline mode in Orcas
Posted
over 6 years ago
by
MSDNArchive
0
Comments
Today I happened to hit the offline mode dialog in Orcas, albeit unintentionally:
James Manning's blog
Quick test to see which URL's are still valid
Posted
over 6 years ago
by
MSDNArchive
0
Comments
On an internal mailing list about PowerShell, the question came up how to test a set of url's to see which ones are still "valid" (meaning you can still access them successfully). Since I thought my answer may be useful to others externally as well, I...
James Manning's blog
Debug your TFS domain authentication issues with dsquery
Posted
over 6 years ago
by
MSDNArchive
1
Comments
TFS supports many different authentication scenarios. One of them is the "workgroup mode" where there is no Active Directory domain involved at all, and the users are all using the Windows workgroup authentication mechanism where if the account names...
James Manning's blog
I'm having problems with TFS install/upgrade/repair/uninstall - where are the log files?
Posted
over 6 years ago
by
MSDNArchive
3
Comments
This post is just so I can paste a URL instead of the same block of text again and again in the forums :) There's 2 purposes to finding the log files during/after a failed install: Inspect them yourself to see if you can figure out how to fix the problem...
James Manning's blog
Your OS is horked - do you want to kill it?
Posted
over 6 years ago
by
MSDNArchive
1
Comments
This is not a great dialog experience :) Do I want to have this dialog close my OS? :) This was while I was running an internal tool, so hopefully this doesn't happen (much) for customers, but I found it funny :)
James Manning's blog
(Hash)Set<T> in the 3.5 BCL
Posted
over 6 years ago
by
MSDNArchive
0
Comments
Since it's coming up on 2 years since I complained that the BCL didn't have Set<T> I figured I might as well make sure people know about HashSet<T> in the upcoming Orcas BCL . Now, I hate the name both because it collides with the same name...
James Manning's blog
making a quick style (Outlook 2007 using Word 2007 as editor) for emails
Posted
over 6 years ago
by
MSDNArchive
0
Comments
I tend to send a lot of text output from shells in my emails, and rather than do so as screen shots, I send the text. Of course, many times there's formatting involved (like PowerShell output, of course), so I need to change that to a fixed-width font...
James Manning's blog
This may take awhile
Posted
over 6 years ago
by
MSDNArchive
1
Comments
I'll take care of the warnings - anyone else want to fix the errors?
James Manning's blog
PowerShell gotcha of the day: set-content adds newlines by default
Posted
over 6 years ago
by
MSDNArchive
0
Comments
In a script I was writing, I was using set-content to put a particular string (just one string) into a file. The file was consistently 2 bytes longer than I expected. Since it was adding a newline, I asked how I could get it to not add the newline since...
James Manning's blog
Some examples of cmdlets making life easier
Posted
over 6 years ago
by
MSDNArchive
0
Comments
Couple things I needed to do today - you can see how they were much simpler thanks to a couple of cmdlets I had written in the past: delete shelvesets I didn't need any more. Since I only wanted to keep a few that I had made today, I just...
James Manning's blog
randomness
Posted
over 6 years ago
by
MSDNArchive
0
Comments
Things I've stumbled across: connecting to a SQL Server database engine instance on a port can be done via hostname,1234 - in most cases you can't use hostname:port You can use SQL client aliases to create an alias so "foo" can transparently redirect...
James Manning's blog
moments of inspired inspiration and lucid clarity
Posted
over 6 years ago
by
MSDNArchive
1
Comments
While emailing back and forth with Keith tonight (ok, well, this morning in EDT, but he's in Colorado, so it kinda counts), I stumbled across a thought that clicked in my brain (I was talking about PowerShell, of course) It feels very much like TiVo to...
James Manning's blog
Is my "Get" using the version control proxy?
Posted
over 6 years ago
by
MSDNArchive
0
Comments
I've had a couple of co-workers that noticed their "get" calls to sync their workspaces running a bit slower - while it's running, the thing I find easiest is to scan for port 8081 traffic, since that's the port the VC proxy tends to run on. There's lots...
James Manning's blog
WMI queries comparison: C# vs. PowerShell
Posted
over 6 years ago
by
MSDNArchive
0
Comments
Don't get me wrong, I love C#, but PowerShell's built-in support for WMI is so nice. Even not using [wmi] (or wmiclass, or wmisearcher, etc.) and just get-wmiobject 's -query, it's so concise and nice. Today's example snippets should be relatively obvious...
James Manning's blog
PowerShell - coming (in the box!) to a Longhorn Server near you
Posted
over 6 years ago
by
MSDNArchive
0
Comments
On my birthday (Feb 15th), I got some great news that I haven't been able to share publicly until today. Longhorn Server (as of Beta3) will include PowerShell ! Also included: Quest Software announced further development of two new free products that...
James Manning's blog
mini forum hiatus to catch up on Real Work
Posted
over 6 years ago
by
MSDNArchive
1
Comments
When our last divisional email from Joe came out this past Friday, it turns out I was #1 in DevDiv and #3 in Microsoft overall in the MSDN forums with 219 answers in the last 30 days. A lot of that was thanks to my 4-month-old son and his (nocturnal)...
James Manning's blog
PowerShell gotcha - foreach keyword vs. foreach-object cmdlet
Posted
over 6 years ago
by
MSDNArchive
1
Comments
This came up on an internal mailing list and I thought others may find it interesting. Here was my response. You’re confusing the foreach keyword with the foreach-object cmdlet – Bruce’s book does an excellent job discussing the differences. “continue...
Page 3 of 9 (225 items)
1
2
3
4
5
»