chudkins / DSF

A script to automate working with EFI's Digital StoreFront
GNU General Public License v3.0
0 stars 0 forks source link

Need function to iterate and output object properties #36

Open chudkins opened 5 years ago

chudkins commented 5 years ago

This will be useful for debugging and save me from doing ad-hoc output lines here and there.

Use .PsObject,Properties to get all properties of whatever, then output them via Format-Table. This way, we should be able to handle almost anything without coding for anything in particular.