I am trying to use powershell to setup a process that off boards users and doing the AD side of things is great but I am not sure how to use powershell to interact with our other software that only has a gui.

For example user management in studio3T where they only have a web UI or an application that you can download and run locally.

  • Possibly linux@lemmy.zip
    cake
    link
    fedilink
    English
    arrow-up
    7
    ·
    20 hours ago

    I wouldn’t personally

    What if your automation clicks the wrong button after an update? GUI is for humans not scripts.

    • bright_side_@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      16 hours ago

      I mean yes, but updates can also break scripts. I’d say less likely, but if the automation solves an annoying issue, just go for it. It’s good to understand though that the automation needs adjustment from time to time

    • Auth@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      19 hours ago

      but im lazy and I dont want to have to manually do it every time 😅