PowerShell-Tests
PowerShell-Tests copied to clipboard
it "Verifies InformationPreference" test issues
This test have two issues:
- If you want to use
$InformationPreference
variable, then you should not use-InformationAction
parameter. - The value
Ignore
is not supported for anActionPreference
variables, including$InformationPreference
variable.