MacAdmin
MacAdmin copied to clipboard
A collection of scripts and tools for managing Apple Devices
Real minor thing but now that Ventura has been released, this extension should be updated to clarify it's no longer in preview. As far as I can tell, all that...
what would cause multiple machine return Current OS Not Supported. I have several newer machine with this issue. When looking at the model identifier I have some that return Ventura*...
Hello, This script leverages data from a local inventory on the Mac, possibly policy with ID=10. ``` local_inventory = "/opt/ManagedFrameworks/Inventory.plist" ``` ``` execute_process("/usr/local/bin/jamf policy -id 10") ``` Do you have...
Fixed syntax error at line 62, changed the logic of checking the OS version before checking for kernel extension
Get-LatestOSSupported.sh nice to see the script all in one and is there any way to add the new option minimum OS supported for the hardware or OS.
I am not sure which version this change occurred, but State: has been moved to CloudInfo from Communications. This is causing the connectionState variable to be empty. The get_falconctl_stats function...
edge code is missing from the script how to set to default app for the open. https://github.com/MLBZ521/MacAdmin/blob/master/Jamf%20Pro/Scripts/Set-DefaultApplications.sh
The regex statements need to be updated for the upcoming macOS Tahoe. This may contain some false positives for models that never existed, such as Mac14,1 - shouldn't be a...
Added OS $version_string value to output for easier readability and parsing.