I'm trying to create a Policy to update mac like SUPER can since our organization won't allow it's use.
Issue i'm having is when running command I keep getting error messages saying
"
No such update
No updates are available.
"
Here is Syntax I have hopefully someone can point out my error.
sudo -S softwareupdate --install 'macOS Sequoia 15.2-24C101' --restart --force --no-scan --agree-to-license --stdinpass "$4" --user "$5"
I've tired "macOS Sequoia 15.2-24C101", "macOS Sequoia 15.2", "15.2"
Really appreciate everyone time for reviewing this posting.