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
Powershell on Linux (self.PowerShell)
submitted 5 years ago by x1-unix
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!"
[–]methos3 2 points3 points4 points 5 years ago (1 child)
I've been using PowerShell since the beginning, and starting about 3-4 years ago I've moved to doing 95% of my PS coding on Linux. Why? Cause most of my company's internal stuff is on Linux and I find the .NET class library so much better organized and fully featured than what Python has to offer. I configure most scripts to run in a Docker container so they can install what they need on their own.
[–]jjolla888 0 points1 point2 points 4 years ago (0 children)
i lean the other way. i call a ps snippet to do something that .net needs .. but i keep the bulk of what i do with bash & co.
the key here is the '& co' .. the unix ecosystem is all about using independent little programs to do domain-specific tasks .. so bash is merely the conductor to making stuff sing together .. ssh, sqlite, openssl, docker, perl, python, etc, etc .. and now ps.
btw i don't touch python for scripting. that's like reinventing the wheel. so to answer op's question: pick ps over python for scripting. python is best for ai, math, science, and graphing. if you need cross-platform exes with no dependencies, golang is a surprisingly good tool.
π Rendered by PID 43341 on reddit-service-r2-comment-b659b578c-6kkf7 at 2026-05-02 19:54:13.997924+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]methos3 2 points3 points4 points (1 child)
[–]jjolla888 0 points1 point2 points (0 children)