Skip to content

bitcraft-labs/MacOSX-Automated-Password-Change

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mac OS X Automated Password Change

Note: This repository has been merged into Macadmin Tools

Ever have that issue when you want to change the global local admin password that is used on basically every computer running OS X on your campus. Look no further, this will automate that password change for you with the help of a .pkg file and remote deployment software such as Dell KACE or Apple Remote Desktop (ARD).

To change the password, modify the file postinstall located under /scripts. Open it with a plain text editor or nano via command line.

Format the postinstall parameters as such dscl . -passwd /Users/< username > < old-pass > < new-pass > replacing each filler with the actual username, old and new passwords

When you have made your changes, save the file and close it. In this current directory there is an executable file called build. Run it, as it will make the new .pkg file that can be ran locally or via KACE or ARD.

About

macOS Automated Password Change

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages