Hacker News new | ask | show | jobs
by WorldMaker 3522 days ago
I rely a lot on the built-in ConvertTo-Json command as a good way to get a sense of a full PS object. I've seen very neat GUI "object browser" tools you can pipe to from PS in screencasts, but don't do enough PS work to ever recall their names.
1 comments

I just pipe to 'select *' now but converto-json sounds excellent.