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
When there is a DefaultParameterSetName, we need a rule to detect if there is not a case-sensitive exact match between that value and a ParameterSetName.
People aren't used to PowerShell being case-sensitive, but it is, in this case.
If there is a match with the wrong case, this is an Error, if there's no match at all, then this is probably just informational (it's relatively common to have the default be an un-named parameter set, right?).