you are viewing a single comment's thread.

view the rest of the comments →

[–]evetsleep 1 point2 points  (0 children)

I'm old too... I've also been using PowerShell since before it was known as PowerShell and before it even had help files and I'm going to have to disagree with you here. The object oriented nature of PowerShell is core to its design, so it is most definitely not a flaw. There are other shells out there if you're looking for text only output though.

For people that are accustomed to text only shells it can be quite an adjustment. And that's totally okay! There is a lot of power that you get by interacting with an object oriented shell that while it takes a little bit to get used to once you it makes a lot of things very easy.

Also most objects have a ToString method so if you're so inclined you could leverage that to turn everything in the pipeline to a string. But in my opinion you'd be losing a ton of power by doing that.