Hi there ,
I am using a script to erase install Big Sur on our machines.
I was testing out the script and it works fine for all devices with Big Sur or previous version above 10.9. But it doesn't work for Laptops which are already in Monterey
Actual script which do my erase / install process
"$installer_path" --eraseinstall --agreetolicense --forcequitapps --newvolumename "$computername" &
"$jamfHelper" -windowType hud -lockhud -heading "ERASING AND INSTALLING" -description "$erase_dialog" -icon "$mac_os_installer_path"
If pass this command on Monterey device , it doesn't give no output.
Any suggestions on how to make it work?