this post was submitted on 25 Jun 2025
1 points (100.0% liked)

Sysadmin

9950 readers
5 users here now

A community dedicated to the profession of IT Systems Administration

No generic Lemmy issue posts please! Posts about Lemmy belong in one of these communities:
[email protected]
[email protected]
[email protected]
[email protected]

founded 2 years ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 2 days ago

As others have said - automating something with a GUI can get nasty. That being said, PowerAutomate isn't terrible, nor is UiPath. I've also used Autohotkey, but it has a steep learning curve.