joshua-d-miller / macOSLAPS

Swift binary that will change a local administrator password to a random generated password. Similar behavior to LAPS for Windows
MIT License
384 stars 58 forks source link

Uninstall #13

Closed kadeemcallum closed 6 years ago

kadeemcallum commented 6 years ago

What is the process for uninstallation of the macOSLAPS?

joshua-d-miller commented 6 years ago

@kadeemcallum Are you using a software deployment utility? I use munki and it naturally knows how to remove anything a package installs. If you wanted to remove it manually however you would need to remove the following files which I believe could also be scripted:

/etc/paths.d/laps /Library/LaunchDaemons/edu.psu.macoslaps-check.plist /usr/local/laps/macOSLAPS

I'd also add you should probably change the password back to something else and remove it from the AD Computer Record.

kadeemcallum commented 6 years ago

Thanks!