Posted on 05-14-2024 08:41 AM
Hello ,
Im using this Make Me admin Script https://github.com/jamf/MakeMeAnAdmin , it works perfectly to give the user admin acces , but where i can find the logs ( to see what the user did with the admin acces ?
Thank you
Posted on 05-14-2024 08:54 AM
In the script:
log collect --last 30m --output /private/var/userToRemove/$userToRemove.logarchive
Personally I would not be using this in production..this would be better:
https://github.com/SAP/macOS-enterprise-privileges
Posted on 05-14-2024 09:28 AM
thank you @jamf-42
yes in the script it says that the log file will be on /private/var/userToRemove/ but i can't find any thing there .
i don't want to use an application to do that ,
thank you