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
{{ message }}
This repository has been archived by the owner on Feb 4, 2019. It is now read-only.
Thanks for the report. What you actually discovered is a bug in the class CmdletProvider where properties are added to a PSObject.Properties, but not to PSObject.Members which is more a misconception of PSObject. Long story short: Thanks for reporting, I will fix the issue you detected.
Note that the actual automatic variables work in Pash. Check this for example by just printing them: $true.
I am unable to test property for boolean values:
The text was updated successfully, but these errors were encountered: