Attempting to reduce $MaximumErrorCount to less than 256 with a
command like,
$MaximumErrorCount = 50
produces the following error:
Cannot validate because of invalid value (255) for variable
MaximumErrorCount.
At line:1 char:19
+ $MaximumErrorCount <<<< = 255
Why is it not possible to decrease the value of $MaximumErrorCount?
Thanks
Andrew Watt MVP


