This Worklet is not recommended for use by Automox, and was created purely as satire.
As my last entry for the Just Script It challenge…
Ever wanted to Rick Roll all your macOS endpoints? This is the Worklet for you. Written with the help of Otto AI.
Evaluation
#Exit with non-compliance to run remediation script which will set the volume to 75%, and play Rick Astley's 1987 Hit "Never Gonna Give You Up"
exit 1
Remediation
# ======================
# Otto AI Generated Code
# ======================
#!/bin/bash
# Set the volume to 75%
osascript -e "set volume output volume 75"
# Rick Roll all your macOS endpoints
open "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
#Show Status
echo "Rick Rolling Complete."