Errata

PowerShell Pocket Reference

Errata for PowerShell Pocket Reference, Third Edition

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.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

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

Version Location Description Submitted by Date submitted
Printed Page Page 15
Note box

A typo in the box at page 15. I think that the page reference should be to page 2, not page 1.

Graham Wooding  Jan 23, 2023 
Printed, PDF, ePub Page 1
Table 1-7

-shl Binary shift left:

$value -slh $count


Should be:
$value -shl $count



-shr Binary shift right:

$value -slr $count

Should be:
$value -shr $count

Lawrence Hwang  Apr 24, 2021