3 thoughts on “Create Local Admin Account on MacOS using Intune”

  1. Hello,
    Would it be ok to continue the article and show how that admins logs in and what is the admin user experience basically.
    Like, where does it get a password from?

    Reply
  2. If you open terminal and paste the cypher in the script into it you will see the unique password for each machine. In the linked example (which is is recommended you change), pasting the below reveals the password created by the script:

    system_profiler SPHardwareDataType | awk ‘/Serial/ {print $4}’ | tr ‘[A-Z]’ ‘[K-ZA-J]’ | tr 0-9 4-90-3 | base64

    Reply

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.