I want to control software update delay in a profile - separate from the OS update payload in Jamf. Company requirements specify that I have to define some values separate from other payloads.
I was hoping for someone to verify whether I have the key set correctly?
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>enforcedSoftwareUpdateDelay</key>
<true/>
</dict>
</plist>
If so, in this case it defaults to 30 days, correct?
If I want a different amount of time - do I change 'true' to the number of days?