What is the easiest way to get a list of an Object[] methods and properties?
I'm using this now, and I'm not sure why it actually works.
% -inputobject [[]]$_ {$_|gm;$_|gm -static}What is the easiest way to get a list of an Object[] methods and properties?
I'm using this now, and I'm not sure why it actually works.
% -inputobject [[]]$_ {$_|gm;$_|gm -static}