Hello Everyone,
Posting this after much head banging/frustration with these M1 machines. We currently are utilizing grahampugh's, erase-install to have our user's upgrade their machines in our organization from Self Service. It's working great so far for manual upgrading.
The issue we have is, we have a deadline to meet for all machines to be upgraded to Monterey, and as you all may know, you are going to have some outlying users who do not update. One thing to note is almost all user accounts are standard user's and not administrators.
Specific to the M1 machines, it does not seem like we've been able to find a way to force the upgrade without manual user input (user/pass). We've tried a variety of methods from trying to force updates via JAMF Management Commands, to utilizing scripts to create admin accounts, authorize the startosinstall, and then delete the admin account after and also scripts such as
echo "<password>" | ‘/Applications/Install macOS Monterey.app/Contents/Resources/startosinstall’ --agreetolicense --nointeraction --forcequitapps --user <username> --stdinpass (used many variations of this)
Is there any possible way to force an upgrade on an M1 machine without user input?