├── .gitignore ├── FileVault_Status_Report.sh ├── LICENSE ├── Nudge-Remediation-InstallCheck.sh ├── README.md ├── Sophos Scripts ├── sophosInstall.sh └── sophosUninstall.sh └── installGenericPKG.sh /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | .DS_Store 3 | -------------------------------------------------------------------------------- /FileVault_Status_Report.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecondSonConsulting/macOS-Scripts/HEAD/FileVault_Status_Report.sh -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecondSonConsulting/macOS-Scripts/HEAD/LICENSE -------------------------------------------------------------------------------- /Nudge-Remediation-InstallCheck.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecondSonConsulting/macOS-Scripts/HEAD/Nudge-Remediation-InstallCheck.sh -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecondSonConsulting/macOS-Scripts/HEAD/README.md -------------------------------------------------------------------------------- /Sophos Scripts/sophosInstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecondSonConsulting/macOS-Scripts/HEAD/Sophos Scripts/sophosInstall.sh -------------------------------------------------------------------------------- /Sophos Scripts/sophosUninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecondSonConsulting/macOS-Scripts/HEAD/Sophos Scripts/sophosUninstall.sh -------------------------------------------------------------------------------- /installGenericPKG.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SecondSonConsulting/macOS-Scripts/HEAD/installGenericPKG.sh --------------------------------------------------------------------------------