Errata for Microsoft® Windows PowerShell™ Step By Step
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 48
|
Description of certificate provider is incorrect
On page 48, the second paragraph from the top of the page contains incorrect information about the certificate provider.
Change:
"The certificate provider gives you the ability to sign scripts and allows Windows PowerShell to work with signed and unsigned scripts as well. It also gives you the ability search for, copy, move, and delete certificates. Using the certificate provider, you can even open the Certificates Microsoft Management Console (MMC). The commands used in the procedure are in the ObtainingAListingOfCertificates.txt file."
To:
"The Windows PowerShell Certificate provider lets you navigate through the certificate namespace and view the certificate stores and certificates and open the Certificates snap-in to the Microsoft Management Console (MMC). However, because the Certificate drive is read-only, you cannot edit, copy, move, or delete certificates and certificate stores. The commands used in the procedure are in the ObtainingAListingOfCertificates.txt file."
|
Microsoft Press |
May 06, 2010 |
|
| Printed |
Page 78
|
$args should be $i
On page 78, the 5th line of the code sample is incorrect.
Change:
Get-WmiObject -computer $args -class win32_service |To:
Get-WmiObject -computer $i -class win32_service |
Microsoft Press is committed to providing informative and accurate
books. All comments and corrections listed above are ready for
inclusion in future printings of this book. If you have a later printing
of this book, it may already contain most or all of the above corrections.
|
Microsoft Press |
Jul 13, 2010 |
|