Lee Holmes
Lee Holmes is a developer on the Microsoft Windows PowerShell team, and has been an authoritative source of information about PowerShell since its earliest betas. His vast experience with Windows PowerShell lets him to integrate both the 'how' and the 'why' into discussions. Lee's integration with the PowerShell and administration community (via newsgroups, mailing lists, and blogs) gives him a great deal of insight into the problems faced by all levels of administrators, and PowerShell users alike.

Windows PowerShell Cookbook Windows PowerShell Cookbook
by Lee Holmes
Second Edition August 2010
Print: $54.99
Ebook: $43.99

Windows Powershell Pocket Reference Windows Powershell Pocket Reference
by Lee Holmes
May 2008
Print: $12.99
Ebook: $10.99

Windows PowerShell Cookbook Windows PowerShell Cookbook
by Lee Holmes
October 2007
Ebook: $39.99

Windows PowerShell Quick Reference Windows PowerShell Quick Reference
by Lee Holmes
September 2006
Ebook: $12.99

Lee blogs at:
http://www.leeholmes.com/blog

The PowerShell Pay-it-Forward Award

November 10 2011

As I was going through some things, I realized that I have a handful of author copies of my PowerShell Cookbook remaining. There are several of the first edition, several of the second edition, and several of the pocket references. After thinking about what to do with them, I hereby… read more

Breaking Hash Codes – Part I

November 07 2011

When we last left off, we discussed hash codes – a small unique identifier for an item based on its properties or features. There are many different ways to calculate unique identifiers for items. These different ways are called Hash Algorithms. Each serves a different purpose, but some popular ones… read more