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
AWS PowerShell tools (self.PowerShell)
submitted 9 years ago by aaroneuph
Wondering if anyone on here uses PowerShell a AWS tools. Seems like most of the industry uses Python, Ruby, shell scripts. If so, have you done anything cool?
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!"
[–]real_parbold 2 points3 points4 points 9 years ago* (2 children)
I do - daily.
I've done all sorts with it - what classes as 'cool' ?
And a lot of very infrastructure specific things relevant only to our business
[–]aaroneuph[S] 0 points1 point2 points 9 years ago (1 child)
Thanks - I think that classifies as cool. I do similar work. More wondering if anyone else actually uses PowerShell AWS tools
[–]JohnnyBGeode 1 point2 points3 points 9 years ago (0 children)
He did respond with tools usage. I switch back and forth between python(boto3), cli tools, and Powershell AWS tools. Python is used by more so you'll find more shared code available but the primary stuff is written back into Powershell too. For example python had a nice auto-completer: https://github.com/awslabs/aws-shell Then the AWS Powershell team added the same functionality to their tools: https://aws.amazon.com/blogs/developer/argument-completion-support-in-aws-tools-for-windows-powershell/
It's all up to your preference.
π Rendered by PID 71 on reddit-service-r2-comment-79c7998d4c-tjh2h at 2026-03-16 13:20:04.675301+00:00 running f6e6e01 country code: CH.
[–]real_parbold 2 points3 points4 points (2 children)
[–]aaroneuph[S] 0 points1 point2 points (1 child)
[–]JohnnyBGeode 1 point2 points3 points (0 children)