I am trying to uninstall Adobe products version 2023 from all iMacs in our school. I am using this script:
#!/bin/sh
"/Library/Application Support/Adobe/Adobe Desktop Common/HDBox/Setup" --uninstall=1 --sapCode="$4" --baseVersion="$5" --platform=osx10-64 --deleteUserPreferences=true
and assigning the sapcode and base version according to the product in policy, but it is not doing anything. any idea? our iMacs are Silicon
