Validation errors do not exist when -ErrorAction is set to ignore (#43 ). However, the way it is currently implemented returns $false, even if -AllValid is not set. This has the net effect of letting the first invalid [Validate] break, instead of continuing on to see if any are valid.
Validation errors do not exist when -ErrorAction is set to ignore (#43 ). However, the way it is currently implemented returns $false, even if -AllValid is not set. This has the net effect of letting the first invalid [Validate] break, instead of continuing on to see if any are valid.