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.
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 viaFormat-Table
. This way, we should be able to handle almost anything without coding for anything in particular.