PowerShell/PowerShell-Tests

it "Verifies InformationPreference" test issues

PetSerAl opened this issue · 0 comments

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 an ActionPreference variables, including $InformationPreference variable.