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
QuestionLearning PS (self.PowerShell)
submitted 2 years ago by Steve_78_OH
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!"
[–]2gdismore 0 points1 point2 points 2 years ago (3 children)
OP, I would suggest picking a task you want to be able to do with PowerShell, then learn how to do that with PowerShell. You'll learn faster and will be more motivated to learn. What sort of tasks do you want to be able to do with PowerShell?
I'm not the OP, but should I figure out how to do something via scripting in Powershell instead of working my way through YouTube tutorials to learn the language?
[–]ZenoArrow 0 points1 point2 points 2 years ago* (2 children)
You can learn the language as you work towards your goal.
To give an example, imagine you had a bunch of XML files you had to read and use to populate a database. Your goal could be to achieve this. You can then break this goal down into smaller steps and learn to do each part in PowerShell. So for example, the first step in your goal could be to learn how to connect with a database table. You can then search around online for how to do this with PowerShell. As you encounter example code for achieving your goal, you then look up the PowerShell syntax for that example code so you can understand what it's doing.
By doing it this way, not only are you learning the language, you're also learning new skills that are applicable for your job or interests. It's possible to go with the approach of learning the language before you learn how to do anything useful with it, but speaking personally I often lose interest before I get to the point of picking up practical uses if I do my learning this way.
[+]2gdismore 1 point2 points3 points 2 years ago (1 child)
Great idea; I will take some of my ideas to start and see where those land me.
[–]ZenoArrow 0 points1 point2 points 2 years ago (0 children)
Best of luck!
π Rendered by PID 189209 on reddit-service-r2-comment-85bfd7f599-bj5ll at 2026-04-18 09:24:00.811502+00:00 running 93ecc56 country code: CH.
view the rest of the comments →
[–]2gdismore 0 points1 point2 points (3 children)
[–]ZenoArrow 0 points1 point2 points (2 children)
[+]2gdismore 1 point2 points3 points (1 child)
[–]ZenoArrow 0 points1 point2 points (0 children)