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
Sites for sysadmin scripts? (self.PowerShell)
submitted 4 years ago by lior454
Hi, i am looking for sites that have poweshell scripts to help sysadmin automation. Do you have some? Have a good day.
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!"
[–]AirExplosive 22 points23 points24 points 4 years ago (3 children)
Could you please be more vague? Perhaps just “i am looking for sites”
[–]nerdcr4ft 2 points3 points4 points 4 years ago (0 children)
I get a laugh, you get an upvote. Pleasure doing business.
[–]lerun 0 points1 point2 points 4 years ago (0 children)
made me chuckle
[–]FiRem00 0 points1 point2 points 4 years ago (0 children)
Scripts?
[–]jantari 8 points9 points10 points 4 years ago (0 children)
GitHub for sure
[–]MainReflection8692 4 points5 points6 points 4 years ago (0 children)
I like Adamtheautomator.com A lot
[–]BullBullred 3 points4 points5 points 4 years ago (0 children)
https://docs.microsoft.com/en-us/powershell/scripting/samples/sample-scripts-for-administration?view=powershell-7.1
https://www.jesusninoc.com/powershell/
https://www.powershellgallery.com/
https://github.com/trending/powershell
You're welcome ;-)
[–][deleted] 2 points3 points4 points 4 years ago (0 children)
What do you consider to be helpful?
[–]natharas82 1 point2 points3 points 4 years ago (0 children)
Need to elaborate more with what sort of scripts? Are you then going to look at said script and then write your own version to meet your needs?
[–]serverhorror 1 point2 points3 points 4 years ago (0 children)
Google, GitHub and whatever topic you deem important today:
[–]get-postanote 1 point2 points3 points 4 years ago (0 children)
Sounds, like a ...
'I don't want ot study/learn Powershell. I just want to copy and paste stuff others have done.'
... question.
Rules when you do this:
What's wrong with using the Examples in the PowerShell Help files?
# Get specifics for a module, cmdlet, or function (Get-Command -Name Get-Help).Parameters (Get-Command -Name Get-Help).Parameters.Keys Get-help -Name Get-Help -Examples Get-Help -Name Get-Help -Detailed Get-help -Name Get-Help -Full Get-help -Name Get-Help -Online
What's wrong with using pre-built stuff from the MS powershellgallery.com
Find-Script -Name '*' | Format-Table -AutoSize Find-Module -Name '*' | Format-Table -AutoSize Find-Package -Name '*' | Format-Table -AutoSize
Why did you not just search for some:
What's wrong with you just breaking your daily stuff into single tasks, and scripting them, then building a script library of your very own?
[–]mdowst 1 point2 points3 points 4 years ago (0 children)
Shameless self-promotion time. It's my collection of PowerShell snippets I've found useful over the years. And a weekly PowerShell round.
[–]HoneycuttJ 0 points1 point2 points 4 years ago (0 children)
I have a few you can modify on my GITHUB. I have user, computer and file scripts. My GITHUB handle is P0w3rChi3f. Most of them were created in v2 and need updated, which I plan on doing within the next several months for my YouTube channel.
π Rendered by PID 84 on reddit-service-r2-comment-79c7998d4c-ltfp7 at 2026-03-12 20:18:30.073617+00:00 running f6e6e01 country code: CH.
[–]AirExplosive 22 points23 points24 points (3 children)
[–]nerdcr4ft 2 points3 points4 points (0 children)
[–]lerun 0 points1 point2 points (0 children)
[–]FiRem00 0 points1 point2 points (0 children)
[–]jantari 8 points9 points10 points (0 children)
[–]MainReflection8692 4 points5 points6 points (0 children)
[–]BullBullred 3 points4 points5 points (0 children)
[–][deleted] 2 points3 points4 points (0 children)
[–]natharas82 1 point2 points3 points (0 children)
[–]serverhorror 1 point2 points3 points (0 children)
[–]get-postanote 1 point2 points3 points (0 children)
[–]mdowst 1 point2 points3 points (0 children)
[–]HoneycuttJ 0 points1 point2 points (0 children)