this post was submitted on 10 Jun 2023
13 points (93.3% liked)

Powershell

1006 readers
1 users here now

PowerShell (POSH) is a a task automation command-line shell and scripting language created by Microsoft. It became part of the FOSS community in 2016 and is now available across Windows, Linux, and macOS

Resources:


Rules:

Self-promotion rules:


founded 1 year ago
MODERATORS
 

Come in, introduce yourself, and say hello to others. Hoping to build a friendly and helpful community

you are viewing a single comment's thread
view the rest of the comments
[–] Raiden11X 4 points 1 year ago (2 children)

Hello! I'm a C# dev but I use a lot of PowerShell for automating some tasks in my workflow. Nothing too crazy though.

[–] pwshguy 3 points 1 year ago

Ha, I'm the opposite. I use PowerShell for the vast majority of my job, but will jump into (aka hack my way through) C# in the instances where I can't use PowerShell. Although 90% of my C# is just making PowerShell modules, so I can continue to use PowerShell for everything. (I may have a PowerShell problem.)

[–] [email protected] 2 points 1 year ago

Also a C# developer and I adore PowerShell because it's so intuitive after all my time in the .NET ecosystem. Things just work how I would expect them to, and if I need a particular utility I know I can always fallback on the built-in libraries.