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

  • Hey all,

    I’m an engineer on the Windows Terminal. We work pretty closely with the PowerShell team, but admittedly, I’m still more of a CMD guy myself. I know, I know, “here’s a nickel kid, get yourself a real shell, blah blah blah”.

    I’m always looking for a new place to keep my ear to the ground and get first-hand feedback from our users.

    • 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.)

    • 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.

  • Hello! My clients have me administer their servers and mostly scheduled tasks on those. Powershell is an invaluable tool for that. I’ve built analyzers that determine whether scheduled tasks ran a normal amount of time, or whether they took too long, compared to their own normal duration. I also regularly run benchmarks to determine the fastest way to do things, like archiving millions of files across file servers.

  • Hey, all. I’m a systems administrator in a mixed environment. Use PowerShell a lot for automating various tasks, maintenance, etc.

    Self-taught and been using PS for about 4 years now, daily.

    Glad to see a community starting here!

    • That is exactly how I got my start in PowerShell too. Working as a sysadmin, if there was a task I had to do more than twice, I automated it. I started with VBS, and dabbled in PowerShell 2.0, then made the full switch when 3.0 came out. Haven’t looked back since.

      • Yep, that’s pretty much our little team! It’s a small infra team for a decently sized organization so anything we can automate or avoid having to actually go RDP to, we do it in PowerShell. We actually spun up a PowerShell Universal instance recently to act as a central automation node and allow us to give some of the IT support staff access to fix certain things without really giving them any more access. Works great!

  • Decided to browse lemmy.ml, saw a post in their sysadmin sub about this poweshell sub from another instance. Clicked an instance link, changed it to lemmy.world (where my account is) then subbed. Lemmy’s federation is really neat lol.

    I use powershell alot at work to automate some tedious tasks and have created a handful of functions in a personal module over the years, mostly related to gather information from remote windows computers. Maybe I will grab them and post them when I next get to the office! I should really setup git haha

  • Thanks, Matt, for creating this community! I’ll start helping with broadcasting and promotion of the community on the sites where I’m active.

    For everyone else, here’s my introduction: I am a DevOps engineer for a finance company and use PowerShell and Python daily to build infrastructure in AWS cloud.

    I attempt to promote and evangelize PowerShell, helping new learners with the basics and participating in the online community as often as I can. I’ve been a blogger (albeit somewhat inconsistent) on PowerShell and technology in general since 2018.

    I’m excited to be here and connect with like-minded individuals.

    Check out my profile here for links to my blog and other socials.

  • Hello, I work as a sysadmin/DevOps and I work with all sorts of tools but I often go back to powershell if I need to write a pipeline, get some information, or writing a quick wrapper for some api calls.