Last active
December 23, 2024 03:03
-
-
Save unobatbayar/c9f0e8585c7fa1cf9bcc6c5c673ec1aa to your computer and use it in GitHub Desktop.
Mac check
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo profiles show -type enrollment | |
systemextensionsctl list | |
ls -la /Library/LaunchAgents /Library/LaunchDaemons ~/Library/LaunchAgents | |
plutil -p /Library/Receipts/InstallHistory.plist | |
ls -la /Library/LaunchAgents | |
ls -la /Library/LaunchDaemons | |
ls -la ~/Library/LaunchAgents | |
kextstat | grep macinventory |
python check
import os
print(os.uname())
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://www.reddit.com/r/mac/comments/x7axm8/how_to_tell_if_your_company_macbook_pro_is_being/