Hello,
I have a script that failed a policy because the result is:
Executing Policy Quit_ALL_Microsoft copy copy...
[STEP 1 of 1]
Running script Quit_ALL_Microsoft...
Script exit code: 0
Script result: 0:25: execution error: Microsoft Lync got an error: User canceled. (-128)
This result is fine but I want casper to ignore it and complete the policy
#!/bin/sh
osascript -e 'quit app "Microsoft lync"'
Thank you