you can try this with 5 deferrals and notification every1 hour
#!/bin/bash # Path to Jamf HelperJAMF_HELPER="/Library/Application
Support/JAMF/bin/jamfHelper.app/Contents/MacOS/jamfHelper" # File to
keep track of
deferralsDEFERRAL_FILE="/var/tmp/rest...
Then you can use the Jamf Helper. It will prompt a message on screen.
Use this script on a policy then scope the SCG. Ensure you test to get
the desired outcome. #!/bin/bash # Path to Jamf
HelperJAMF_HELPER="/Library/Application
Support/JAMF/bin/jamf...
You can use extension attribute. Which will allow to identify the date
when the device has been last restarted. Then use the extension
attribute in a smart group. #!/bin/bash # get last reboot date and
timelastReboot=$( who -b ) # extract month, day ...