Commit Graph

44 Commits

Author SHA1 Message Date
Zack T
cdeae43631 v1.3.0 = Added logic to check the last cloud connection
+ Added logic to compare the current date to the last cloud connection.
2019-02-13 23:36:55 -07:00
Zack T
8c1c888845 v1.2.0 = Updated to support changes in new versions & better KEXT logic
+ Cloud connection state changed in v4.18, added logic to support
+ Improved the KEXT checking logic as well
2019-02-13 16:49:41 -07:00
Zack T
e2dbf81e25 Added New ReadMe
Added New ReadMe
2019-02-05 23:14:47 -07:00
Zack T
ac9fc63996 Moved file locations
Moving locations for some files to categorize them more appropriately.
2019-02-05 23:14:28 -07:00
Zack T
3fa8f3f895 v1.1.1 = Fixed Syntax Issue
Whoops, forgot a `; then`
2019-01-31 16:48:42 -07:00
Zack T
a9ffe49bfa v1.5.2 = Updated to better support 2013 MacPro 6,1's
Fixed the incorrectly displayed OS Limitation.
This is caused by the logic I added for the Mac Pro Mid 2010/Mid 2012 models.  For MacPro 6,1 (2013/Trash Cans), these should be supported no matter the existing state, since they wouldn't be compatible with any OS that is old, nor have incompatible hardware.  So they  shouldn't run through this logic for those older systems.
2019-01-31 13:11:42 -07:00
Zack T
8af39b382b v1.5.1 = Updated to better support 2013 MacPro 6,1's and systems with dual GFX
+ These models report different results on Sierra and High Sierra/Mojave, as well as reporting for each GFX Card installed
2019-01-31 12:53:42 -07:00
Zack T
b4703bd1d1 v1.1.0 = Updated with more exact logic and verbiage
+ Checks if CS:F is installed
+ Also checking if the device is 10.13.2 or newer, before checking if KEXTs are enabled
2019-01-30 16:42:26 -07:00
Zack T
b2b76220e8 v1.1.0 = Updated with more exact logic and verbiage
+ CS:F is either not installed, or installed, but not running, or reports a version.
2019-01-30 16:39:33 -07:00
Zack T
6efc967e56 v1.0.0 = Initial Production Version
+ Initial Production Version
2019-01-16 00:52:49 -07:00
Zack T
0951f97436 v1.0.0 = Initial Production Version
+ Initial Production Version
2019-01-08 21:58:17 -07:00
Zack T
4a0b1721fc v1.3.0 = Updated to support new configuration format for Licensing details
+ Updated to support new configuration format for Licensing details
+ Config file no longer show the Customer Name or use the same License Type that we used; as well, we have two different configurations in our configuration file, so had to account for this
+ Probably didn't take the best approach here, just getting it working for now, may come back to it later
2018-12-13 14:21:00 -07:00
Zack T
15176a740c v1.1.0 = Support for Fusion Drives and systems with multiple drives
+ Better support for systems with multiple drives; It will return the drive type for the boot drive
+ Support for Fusion Drives
2018-12-11 16:26:55 -07:00
Zack T
240a40fee2 v1.1 = Code Improvements
+ Code Improvements
2018-10-30 12:48:40 -07:00
Zack T
d86b8fd3d5 v1.0 = Initial Version
+ Initial Version
2018-10-30 12:46:06 -07:00
Zack T
13c7f7b01c v1.0 = Initial Version
+ Initial Version
2018-10-30 12:45:11 -07:00
Zack T
423c28b317 v1.0 = Initial Version
+ Initial Version
2018-10-30 12:43:37 -07:00
Zack T
d7c2f05ca3 v1.0 = Initial Version
+ Initial Version
2018-10-30 12:42:26 -07:00
Zack T
83c4e7df20 v1.0 = Initial Version
+ Initial Version
2018-10-30 12:41:02 -07:00
Zack T
26c3a11a63 v1.0 = Initial Version
+ Initial Version
2018-10-30 12:40:55 -07:00
Zack T
e370d43cd5 v1.0 = Initial Version
+ Initial Version
2018-10-30 12:40:34 -07:00
Zack T
929e15322d v1.5 = Updated for Full Mojave Support
+ Updated for Full Mojave Support
 + Adjusted the minimum RAM to the actual minimum
 + Modified the result returned for Sierra to include "OS Limitation"
2018-09-27 11:15:52 -07:00
Zack T
63d4998b5f Dropped Unneeded EA
Dropped Unneeded EA
2018-09-26 20:27:20 -07:00
Zack T
71c9c21c0e v1.0 = Production Version
+ Production Version
2018-08-29 16:44:39 -07:00
Zack T
e5cfed66c9 v1.4.1 = Minor Code Improvements
+ Minor Code Improvements
2018-08-06 22:54:36 -07:00
Zack T
3e493471c5 v1.4 = Added support for iMac Pro's and Unknown Models
+ Added support for iMac Pro's and Unknown Models
2018-07-19 17:17:33 -07:00
Zack T
e1c9fe04f8 v1.2 = Resolved reporting of shield status
+ Resolved reporting of shield status
2018-06-20 11:00:56 -07:00
Zack T
6f07a61c27 v1.3 = Updated for Mojave
+ Updated for Mojave (Preliminary support)
2018-06-04 15:28:44 -07:00
Zack T
c9e4a75b92 v1.0 = Production Ready
+ Production Ready
2018-03-19 10:30:19 -07:00
Zack T
c1c65489fc v1.2.2 = Resolved MacMini parsing issue
+ Resolved MacMini parsing issue that caused them to fail to report compatibility
2018-03-15 11:30:37 -07:00
Zack T
ca8806d92f v1.1 = Made the Virus Definitions check a customizable variable
+ Made the Virus Definitions check a customizable variable
 + Adjust the virus definition variance to 7 days (forgot to change this from test values)
2018-02-09 21:14:11 -07:00
Zack T
f61abeabee v1.0 = Production Ready
+ Script is Production Ready
 + Will likely continue to play with the script to see how to best return information to Jamf
 + Changed name
2018-02-09 11:36:44 -07:00
Zack T
9a706f1eb3 v0.4 = Working on how and what to return via the EA
+ Working through what and how I want to return in the EA to Jamf
2018-02-08 22:58:09 -07:00
Zack T
38f1d5f1c8 v0.3 = Added case statement back in and fixed a few bits
+ Added case statement back in
 + Fixed a few bits that I rushed through
2018-02-08 22:53:20 -07:00
Zack T
100e6df538 v0.2 = Restructed code
+ Using functions and arrays to improve check processes
2018-02-08 22:49:22 -07:00
Zack T
e7e0392c19 v0.1 = Intial Version
+ Laid out the framework to pull desired info.
2018-02-08 22:47:45 -07:00
Zack T
a3a2c5c2bf v1.2.1 = Fixed issue improperly processing 10.10.x OS version strings.
+ Fixed issue improperly processing 10.10.x OS version strings.
2018-01-10 14:56:14 -07:00
Zack T
2346ccba79 v1.2 = Changed minimum free space to 20GB
Changed the minimum free space to 20GB -- I didn't account for when the Install.app needs to be downloaded.
2017-11-13 20:44:25 -07:00
Zack T
ab183b7656 Fixed several errors in the script
+ Fixed several errors in the script
+ Guess I failed to test the final version...
2017-11-02 16:03:13 -07:00
Zack T
802b3a1ab9 v1.0 = Production Version
+ Updated my jamf_ea_HighSierraCompatibility.sh script to handle multiple OS versions.
2017-09-30 12:30:27 -07:00
Zack T
b99ae3a93f v1.0 = Production Version
+ Production Version
2017-09-30 12:18:53 -07:00
Zack T
be7e19f17b v1.0 = Production Version
+ Production Version
2017-09-30 12:18:25 -07:00
Zack T
56c9b050e2 v2.0 = Accounted for different OS Versions
+ Updated to match associated Jamf configuration script
+ Accounted for different OS Versions and how SMB is configured in each.
2017-08-29 11:18:09 -07:00
Zack T
577e893c60 v1.0 = First Production Version
+ Associated with a Jamf script
2017-08-29 11:17:26 -07:00