i have a script that runs software update via JamfHelper, however I cannot get the actual software update command (via API) to run untiless the JamfHelper window is quit.
Anyone know how to run a process while still keeping the JamfHelper window open/active? my syntax is as follows:
/Library/Application\\ Support/JAMF/bin/jamfHelper.app/Contents/MacOS/jamfHelper \\
-windowType hud \\
-lockHUD \\
-title "macOS Security Updates" \\
-heading "macOS Updates Now Installing" \\
-description "Installation can take up to 45 minutes.. Close and save your work now."
/usr/bin/curl -s -X POST -H "Content-Type: text/xml" -u ${apiUsername}:${apiPassword} ${jamfProURL}/JSSResource/computercommands/command/ScheduleOSUpdate/action/install/id/${jamfProCompID}