Delay updates by n days via Jamf Pro #319
Unanswered
benjaminherrin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We've got the script up and running via our Jamf Pro instance, you can see the parameters I'm using below. But we're looking for a way to defer an update if it's newer than 7 or 15 days?
/Library/Management/erase-install/erase-install.sh --update --reinstall --confirm --depnotify --current-user --check-power
I see that you can get the post date via the --list command but I'm not a coder so I'm not sure how I could create a way to use that data OR if it's even worth using as the post date could change?
We have update deferment set via a Configuration policy but it doesn't seem to affect the scripts ability to install newer versions.
Any assistance would be greatly appreciated!
Cheers,
Benjamin
Beta Was this translation helpful? Give feedback.
All reactions