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
PowerShell v2 doesn't recognize `-notin` as it was introduced in v3. This
changes to use `-notcontains` which was introduced in v2 and works similar
to `-notin`.
0 commit comments