Or any other alternate shells that aren’t bash?

    • Euphoma@lemmy.mlOP
      link
      fedilink
      English
      arrow-up
      14
      arrow-down
      1
      ·
      24 days ago

      Why not? It seems like a well supported shell on windows that isn’t terrible.

        • JackbyDev@programming.dev
          link
          fedilink
          English
          arrow-up
          3
          arrow-down
          2
          ·
          23 days ago

          The practical purpose of asking is to get a feel for how many people use it.

          Less tongue in cheek though, it sounds like you have the same questions as OP. If you’re curious what might be the practical purpose, why not ask people who use it why they do instead of berating OP for asking if anyone uses it?

          • just_another_person@lemmy.world
            link
            fedilink
            arrow-up
            3
            arrow-down
            1
            ·
            23 days ago

            Well by that logic, it’s a way for Windows users to not learn the native tooling available, but not skip any steps. It doesn’t make any sense.

            Learning Powershell in a Linux environment is going to just absolutely be a crutch and fuck up your ability to interact with other Linux systems that don’t share your particular environment.

            • JackbyDev@programming.dev
              link
              fedilink
              English
              arrow-up
              2
              arrow-down
              1
              ·
              23 days ago

              As someone who used bash on Windows through MSYS, I don’t see the issue. It was different, not inferior, to cmd and PowerShell. If someone wants to use PowerShell on Linux why be such a condescending jerk about it? Sometimes people just wanna try things for the fun of trying new things.

    • jollyrogue@lemmy.ml
      link
      fedilink
      arrow-up
      2
      ·
      23 days ago

      Because I have to admin Windows boxes and M365. There are PS modules for lots of different MS things.

    • DasFaultier@sh.itjust.works
      link
      fedilink
      arrow-up
      2
      arrow-down
      1
      ·
      23 days ago

      If you run VMware, you can use PowerCLI to interact with your vSphere servers, and PowerCLI requires PowerShell and uses similar syntax. I haven’t tried it on Linux yet, but I would assume that that might be a valid use case.

        • DasFaultier@sh.itjust.works
          link
          fedilink
          arrow-up
          1
          ·
          22 days ago

          It’s been a while for me and i can’t try things out atm, but i think vSphere SSH access is only for managing the appliance itself, not objects like VMs in a vSphere cluster. For that, you would have to use the Python SDK or PowerCLI.