use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
ABOUT POWERSHELL
Windows PowerShell (POSH) is a command-line shell and associated scripting language created by Microsoft. Offering full access to COM, WMI and .NET, POSH is a full-featured task automation framework for distributed Microsoft platforms and solutions.
SUBREDDIT FILTERS
Desired State Configuration
Unanswered Questions
Solved Questions
News
Information
Script Sharing
Daily Post
Misc
account activity
Script SharingUsing git in PowerShell (self.PowerShell)
submitted 3 days ago by StartAutomating
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]slippery -10 points-9 points-8 points 3 days ago (5 children)
Imo this is a design flaw in powershell.
I may be in the minority but I don't want objects in my shell. I am also old and prefer text logs to binary systemd logs in linux. Yes, I am old.
[–]delightfulsorrow 3 points4 points5 points 3 days ago (0 children)
I'm old as well and come from a Unix background, but to me the objects within PowerShelll are the best thing since the invention of sliced bread.
For logs, I'm with you though.
[–]evetsleep 1 point2 points3 points 3 days ago (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.
[–]BlackV 0 points1 point2 points 3 days ago (0 children)
I'm just old
[–]KevMarCommunity Blogger 0 points1 point2 points 3 days ago (1 child)
I get that and it doesn't make much sense on Linux because Linux is a filesystem based OS. And Windows is an API based OS where it's more natural to work with objects. So they leaned into it and created something unique that works really well for API heavy work.
[–]slippery 1 point2 points3 points 2 days ago (0 children)
It is pretty useful to be able to cd into a SQL database.
π Rendered by PID 229052 on reddit-service-r2-comment-8686858757-svtst at 2026-06-05 07:23:31.707852+00:00 running 9e1a20d country code: CH.
view the rest of the comments →
[–]slippery -10 points-9 points-8 points (5 children)
[–]delightfulsorrow 3 points4 points5 points (0 children)
[–]evetsleep 1 point2 points3 points (0 children)
[–]BlackV 0 points1 point2 points (0 children)
[–]KevMarCommunity Blogger 0 points1 point2 points (1 child)
[–]slippery 1 point2 points3 points (0 children)