POWERSHELL; Recursive Get-Member for Com Object
Posted
by Zion
on Stack Overflow
See other posts from Stack Overflow
or by Zion
Published on 2010-05-16T17:52:04Z
Indexed on
2010/05/16
18:00 UTC
Read the original article
Hit count: 211
powershell
I have a statement "New-Object -com Indesign.Application.Cs5 | Get-Member" It works as expected for the top level.
How would one recurse the entire object tree and output results in a readable/spreadsheet format (if possible).
© Stack Overflow or respective owner