Errata

Windows PowerShell for Developers

Errata for Windows PowerShell for Developers

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
PDF
Page 8
?4

Below sub-heading on running scripts, it's stated:

"Let?s run the test script again with the policy set to Restricted:
PS C:\> .\test.ps1"

I found no reference to running the test script the first time? I don't even see where the test script can be downloaded from gitHub.

Note from the Author or Editor:
Yes, the word "again" should be removed.

Thanks
Doug

Jon Guenther  Mar 08, 2013 
ePub
Page 18
First paragraph

You state the console needs to be run the console in administrator mode to set execution policy because its a registry setting. You should clarify its a system (HKLM) registry entry. If it was in HKCU, you could do it an an unpriviledged user without UAC escalation.

Note from the Author or Editor:
Thanks Justin, that is a great clarification.

Page 8 ought to have

Note: The console needs to be run the console in administrator mode to set execution policy because its a registry setting. It's a system (HKLM) registry entry and the PowerShell console needs to run as an administrator.

If it was in HKCU, you could do it an an unpriviledged user without UAC escalation.

Justin Dearing  Oct 17, 2012