Effective Windows PowerShell: The Free eBook

I’ve gotten some requests to turn my Effective PowerShell blog posts into booklet form which I have done.  I expect that this document will grow over time as I add new items.  If you have feedback (typos, suggestions, etc) please drop me a line.

Download free Effective Windows PowerShell eBook.

Errata:
[Updated 3/12/09:]
Corrections from Aleksandar – thanks!
*Page 9, PS> $proc =>
PS> $procs
[Updated 3/16/09:] Correction from Thorsten – thanks!
*Page 9, PS> $result | foreach {$_.GetType().Fullname}  =>
PS> $result = bar
PS> $result | foreach {$_.GetType().Fullname}

*Page 12, Get-Item * | Where {$_.PSIsContainer} | Push-Location -passthru | Foreach {du; Pop-Location} =>
Get-Item * | Where {$_.PSIsContainer} | Push-Location -passthru | Foreach {du .; Pop-Location}
[Updated 3/22/09:] Correction from Sergey – thanks!
*Page 36 , “… it isn’t obvious based on the ByPropertyValue …” =>
“… it isn’t obvious based on the ByPropertyName …”

[Updated 9/07/09:] Added chapters for Error Handling and using $OFS

psmdtag:book – Effective Windows PowerShell eBook

Advertisement
This entry was posted in Effective PowerShell. Bookmark the permalink.

7 Responses to Effective Windows PowerShell: The Free eBook

  1. Mashti says:

    Hi Sir,

    First, Thanks for your great Articles.
    Second, your Free eBook Link does not work.
    Please give new Link.

    Thanks again
    regards

  2. rkeithhill says:

    Updated the download. Apparently the SkyDrive links didn’t migrate correctly from Windows Live Spaces.

  3. Mashti says:

    great EBook
    Thank you very much

    best regards

  4. script addict says:

    Thanks so much for taking the time to make this excellent resource available.

    GB

  5. Ali Amer says:

    can you provide here the link to download

  6. Pingback: Nine PowerShell eBooks - All completely free!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s