By adding Format-List at the end of your pipeline, you are effectively turning the valuable real objects into useless formatting objects that now can only be displayed in the console.
I'd love you to simply remove the Format-List statement at the end of above pipeline, thus enabling users to actually make use of the results of FindHueBridge() in an object-oriented manner.
First, thanks a ton for your great work! I am currently digging my way into it and came across a serious flaw that should be really easy to fix.
For example, this fails:
Here is the flaw (inside FindHueBridge()):
By adding Format-List at the end of your pipeline, you are effectively turning the valuable real objects into useless formatting objects that now can only be displayed in the console.
I'd love you to simply remove the Format-List statement at the end of above pipeline, thus enabling users to actually make use of the results of FindHueBridge() in an object-oriented manner.
Thanks so much!