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
    link
    fedilink
    English
    911 days ago

    I wouldn’t personally

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

    • @[email protected]
      link
      fedilink
      411 days 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