├── .DS_Store ├── LICENSE ├── Neil_Martin_MacADUK_2019_Slides_FINAL.pdf ├── README.md ├── example_configuration.mobileconfig ├── example_pkg_postinstall.sh ├── example_provisioning_script.sh └── images ├── .DS_Store ├── Notify.png └── UserInput.png /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilmartin83/MacADUK-2019/HEAD/.DS_Store -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilmartin83/MacADUK-2019/HEAD/LICENSE -------------------------------------------------------------------------------- /Neil_Martin_MacADUK_2019_Slides_FINAL.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilmartin83/MacADUK-2019/HEAD/Neil_Martin_MacADUK_2019_Slides_FINAL.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilmartin83/MacADUK-2019/HEAD/README.md -------------------------------------------------------------------------------- /example_configuration.mobileconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilmartin83/MacADUK-2019/HEAD/example_configuration.mobileconfig -------------------------------------------------------------------------------- /example_pkg_postinstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilmartin83/MacADUK-2019/HEAD/example_pkg_postinstall.sh -------------------------------------------------------------------------------- /example_provisioning_script.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilmartin83/MacADUK-2019/HEAD/example_provisioning_script.sh -------------------------------------------------------------------------------- /images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilmartin83/MacADUK-2019/HEAD/images/.DS_Store -------------------------------------------------------------------------------- /images/Notify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilmartin83/MacADUK-2019/HEAD/images/Notify.png -------------------------------------------------------------------------------- /images/UserInput.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neilmartin83/MacADUK-2019/HEAD/images/UserInput.png --------------------------------------------------------------------------------