• Tartas1995@discuss.tchncs.de
    link
    fedilink
    arrow-up
    1
    ·
    6 days ago

    Ofc they do. But most users don’t use it at all. Even most windows admins (based on my experience) don’t know PowerShell which doesn’t mean they know how to use CMD.

    • the_crotch@sh.itjust.works
      link
      fedilink
      arrow-up
      3
      ·
      6 days ago

      They must be some pretty shitty admins then. PowerShell is essential for managing more than a handful of windows boxes. If you’re running server core (which you should be in most cases) PowerShell and rsat are the only way to manage your boxes

      • OfficerBribe@lemm.ee
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        6 days ago

        Another example is Exchange where all Admin Center (GUI) operations are calling PS commands underneath. Not everything is in Admin Center so you must use PS eventually. Not to mention that you cannot perform batch tasks without scripting.

        • the_crotch@sh.itjust.works
          link
          fedilink
          arrow-up
          2
          ·
          edit-2
          6 days ago

          Another example is boot or login scripts that run on all the servers/desktops to make environment changes you can’t handle with group policy. This person is talking nonsense, they don’t know any windows admins.

        • the_crotch@sh.itjust.works
          link
          fedilink
          arrow-up
          2
          ·
          6 days ago

          Sounds to me like they chose to be helpdesk. It’s nearly impossible to be a windows admin without using PowerShell, unless you’re super old school and use vbs for everything.