Hello Everyone,
Many of us already have a policy workflow for updating to High Sierra using the command, startosinstall. I have this version in a script, "$OSInstaller/Contents/Resources/startosinstall" --applicationpath "$OSInstaller" --agreetolicense --nointeraction --pidtosignal
This version does a silent install running from self service to install high Sierra, convert to APFS and continue on and it works really well. There is a new command, part of 10.13.4, that is a part of OS Installer and it is:
--eraseinstall, Erase all volumes and install to a new one. Optionally specify the name of the new volume with --newvolumename.
This eraseinstall switch allows for the wiping of a volume PRIOR to loading the OS. This could in theory be a replacement to netboot and allow us to run a policy that starts the OS installer and erases the local drive prior to installing the OS.
My question is, has anyone here tested this or tried this at all when it was a in beta?