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

Sysadmin

10124 readers
1 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:
!lemmy@lemmy.ml
!lemmyworld@lemmy.world
!lemmy_support@lemmy.ml
!support@lemmy.world

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
[–] possiblylinux127@lemmy.zip 10 points 1 week ago (2 children)

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 4 points 1 week 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.world 3 points 1 week ago

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