By Jeff Hillman on
5/21/2008 12:18 PM
The last of a three-part series on the Cmdlets I have written for my own use.
Read More »
|
By Jeff Hillman on
5/15/2008 5:03 PM
Part two of a three-part series on the Cmdlets I have written for my own use.
Read More »
|
By Jeff Hillman on
5/14/2008 3:14 PM
Part one of a three-part series on the Cmdlets I have written for my own use.
Read More »
|
By Jeff Hillman on
11/11/2007 2:40 PM
When I decided to start this blog, I thought it would be nice to be able to display PowerShell code examples with nice formatting and syntax highlighting. I tried a few freely available tools out there that advertised PowerShell syntax support, but they all seemed to fall short in a category or two. None of them correctly handled multiple line strings or here-strings, and none of them correctly highlighted PowerShell variables enclosed in curly braces e.g. "${this is a variable}".
Read More »
|
By Jeff Hillman on
11/8/2007 12:30 PM
I personally think the help that comes with Windows PowerShell is very good. I love having access to everything right from the command line. Accessing the help from the command line just falls short in convenience if you would like to switch quickly between more than one topic, or if the help topic you are reading is particularly long.
Read More »
|
By Jeff Hillman on
11/5/2007 12:01 PM
I have written a collection of functions for making life at the Subversion command line a little easier.
Read More »
|
By Jeff Hillman on
10/18/2007 4:42 PM
My very own PowerShell blog.
Read More »
|