You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-ProgressAction Ignore should translate into a target scope-local $ProgressPreference = 'Ignore' variable, analogously to how it works with other common parameter, such as -ErrorAction.
Prerequisites
Steps to reproduce
-ProgressAction Ignoreshould translate into a target scope-local$ProgressPreference = 'Ignore'variable, analogously to how it works with other common parameter, such as-ErrorAction.Expected behavior
IgnoreActual behavior
The following error occurs:
Error details
No response
Environment data
Visuals
No response