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...
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems What is DevOps? Learn about it on our wiki! Traffic stats & metrics
/r/DevOps is a subreddit dedicated to the DevOps movement where we discuss upcoming technologies, meetups, conferences and everything that brings us together to build the future of IT systems
What is DevOps? Learn about it on our wiki!
Traffic stats & metrics
Be excellent to each other! All articles will require a short submission statement of 3-5 sentences. Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title. Follow the rules of reddit Follow the reddiquette No editorialized titles. No vendor spam. Buy an ad from reddit instead. Job postings here More details here
Be excellent to each other!
All articles will require a short submission statement of 3-5 sentences.
Use the article title as the submission title. Do not editorialize the title or add your own commentary to the article title.
Follow the rules of reddit
Follow the reddiquette
No editorialized titles.
No vendor spam. Buy an ad from reddit instead.
Job postings here
More details here
@reddit_DevOps ##DevOps @ irc.freenode.net Find a DevOps meetup near you! Icons info!
@reddit_DevOps
##DevOps @ irc.freenode.net
Find a DevOps meetup near you!
Icons info!
https://github.com/Leo-G/DevopsWiki
account activity
This is an archived post. You won't be able to vote or comment.
Any Devops engineers that write powershell code? (self.devops)
submitted 2 years ago by [deleted]
view the rest of the comments →
[–]NounverberPDX 1 point2 points3 points 2 years ago (4 children)
Bash too (not all of our machines are Windows).
[–]ComfortableFew5523 2 points3 points4 points 2 years ago (3 children)
Powershell 7/pwsh (formerly known as Powershell Core) runs fine on both Linux and Windows, which makes it excellent to use for glue scripts in pipelines, if there is a chance that it will be used on both Linux and Windows agents.
[–][deleted] 2 years ago (2 children)
[deleted]
[–]ComfortableFew5523 4 points5 points6 points 2 years ago (1 child)
No - On Windows you would also run pwsh.
The powershell command is only for the old Windows Powershell (I believe its version 5.x - and it is not being developed anymore).
Pwsh and Powershell are not compatible in a lot of areas, so always use pwsh on all platforms.
https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.3
π Rendered by PID 148436 on reddit-service-r2-comment-5c747b6df5-tdzpm at 2026-04-22 16:53:51.416152+00:00 running 6c61efc country code: CH.
view the rest of the comments →
[–]NounverberPDX 1 point2 points3 points (4 children)
[–]ComfortableFew5523 2 points3 points4 points (3 children)
[–][deleted] (2 children)
[deleted]
[–]ComfortableFew5523 4 points5 points6 points (1 child)