Errata

Windows PowerShell Cookbook

Errata for Windows PowerShell Cookbook

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.

Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted By Date submitted Date corrected
Printed
Page xxvii
First Paragraph

I am the technical editors that Lee thanked as "Christina Lemaire." While my formal name is "Christina
LeMaire," I generally go by "Chrissy LeMaire." (Please note the capital M.)

Anonymous   
Printed
Page 179,184-5
Under Solution heading, 3rd paragraph

Celsius is misspelled in the program examples throughout the *online* program examples in http://examples.oreilly.com/9780596528492/PowerShellCookbook_Samples.zip.

NOTE: This error has been corrected in the printed book.

"Celcius" should read "Celsius"
"ConvertFahrenheitToCelcius" should read "ConvertFahrenheitToCelsius"
"$celcius" should read "$celsius"

There are 3 programs containing these errors:

* ConvertFrom-FahrenheitWithoutFunction.ps1
* ConvertFrom-FahrenheitWithFunction.ps1
* ConvertFrom-FahrenheitWithLibrary.ps1

Anonymous