├── LICENSE ├── README.md ├── check-10.10-yosemite-compatibility.py ├── check-10.11-elcapitan-compatibility.py ├── check-10.12-sierra-compatibility.py ├── check-10.13-highsierra-compatibility.py ├── check-10.14-mojave-compatibility.py ├── check-10.15-catalina-compatibility.py ├── check-10.8-mountainlion-compatibility.py ├── check-10.9-mavericks-compatibility.py ├── check-if-virtual-machine.py ├── chrome-disable-autoupdates.py ├── chrome-enable-autoupdates.py ├── download-logicprox-content.py ├── export-macos-man-pages.sh ├── office2011-installed-language.py ├── old ├── check-for-osx-flashback.K.sh ├── check-for-osx-malware.sh └── imac-hd-check.sh ├── reposado-add-new-products.sh ├── reposado-remove-deprecated-products.sh └── wrap-dmg.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hjuutilainen/adminscripts/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hjuutilainen/adminscripts/HEAD/README.md -------------------------------------------------------------------------------- /check-10.10-yosemite-compatibility.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hjuutilainen/adminscripts/HEAD/check-10.10-yosemite-compatibility.py -------------------------------------------------------------------------------- /check-10.11-elcapitan-compatibility.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hjuutilainen/adminscripts/HEAD/check-10.11-elcapitan-compatibility.py -------------------------------------------------------------------------------- /check-10.12-sierra-compatibility.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hjuutilainen/adminscripts/HEAD/check-10.12-sierra-compatibility.py -------------------------------------------------------------------------------- /check-10.13-highsierra-compatibility.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hjuutilainen/adminscripts/HEAD/check-10.13-highsierra-compatibility.py -------------------------------------------------------------------------------- /check-10.14-mojave-compatibility.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hjuutilainen/adminscripts/HEAD/check-10.14-mojave-compatibility.py -------------------------------------------------------------------------------- /check-10.15-catalina-compatibility.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hjuutilainen/adminscripts/HEAD/check-10.15-catalina-compatibility.py -------------------------------------------------------------------------------- /check-10.8-mountainlion-compatibility.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hjuutilainen/adminscripts/HEAD/check-10.8-mountainlion-compatibility.py -------------------------------------------------------------------------------- /check-10.9-mavericks-compatibility.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hjuutilainen/adminscripts/HEAD/check-10.9-mavericks-compatibility.py -------------------------------------------------------------------------------- /check-if-virtual-machine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hjuutilainen/adminscripts/HEAD/check-if-virtual-machine.py -------------------------------------------------------------------------------- /chrome-disable-autoupdates.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hjuutilainen/adminscripts/HEAD/chrome-disable-autoupdates.py -------------------------------------------------------------------------------- /chrome-enable-autoupdates.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hjuutilainen/adminscripts/HEAD/chrome-enable-autoupdates.py -------------------------------------------------------------------------------- /download-logicprox-content.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hjuutilainen/adminscripts/HEAD/download-logicprox-content.py -------------------------------------------------------------------------------- /export-macos-man-pages.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hjuutilainen/adminscripts/HEAD/export-macos-man-pages.sh -------------------------------------------------------------------------------- /office2011-installed-language.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hjuutilainen/adminscripts/HEAD/office2011-installed-language.py -------------------------------------------------------------------------------- /old/check-for-osx-flashback.K.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hjuutilainen/adminscripts/HEAD/old/check-for-osx-flashback.K.sh -------------------------------------------------------------------------------- /old/check-for-osx-malware.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hjuutilainen/adminscripts/HEAD/old/check-for-osx-malware.sh -------------------------------------------------------------------------------- /old/imac-hd-check.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hjuutilainen/adminscripts/HEAD/old/imac-hd-check.sh -------------------------------------------------------------------------------- /reposado-add-new-products.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hjuutilainen/adminscripts/HEAD/reposado-add-new-products.sh -------------------------------------------------------------------------------- /reposado-remove-deprecated-products.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hjuutilainen/adminscripts/HEAD/reposado-remove-deprecated-products.sh -------------------------------------------------------------------------------- /wrap-dmg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hjuutilainen/adminscripts/HEAD/wrap-dmg.py --------------------------------------------------------------------------------