Commit Graph

496 Commits

Author SHA1 Message Date
Zack T
423f8a9c6b v1.3.1 = Code Improvement
No logic or functionality changes.
2021-03-22 13:57:56 -07:00
Zack T
ee29713b1f v2.4.0 = Updated to check if the network filter is enabled
+ Updated to check if the network filter is enabled
2021-03-17 14:03:49 -07:00
Zack T
0a4c6f60d0 v1.4.0 = Fixed logic issue regarding the mojave_hold tag
+ Fixed logic issue regarding the `mojave_hold` tag
+ Code Improvements
2021-03-16 13:43:30 -07:00
Zack T
5865064713 v1.0.0 = Initial Version
Initial Version
2021-03-16 12:10:36 -07:00
Zack T
27e9ad7016 v1.4.0 = Better support for Big Sur & Converted to Python3
+ Updated to better support Big Sur
+ Converted to Python3
+ Recording to a local .plist instead of being ran straight through a Jamf Pro EA
2021-03-16 12:09:53 -07:00
Zack T
13a49f797b v1.0.0 = Initial Version
Initial Version
2021-03-15 23:55:53 -07:00
Zack T
47bca78138 v2.3.0 = Fixed issue where the Locale isn't set as expected
+ `falconctl stats` was being affected by the configured Locale, adjusting it to the expected Locale supported by this script
2021-03-15 20:32:14 -07:00
Zack T
9d93554181 v1.3.0 = Switched osascript to System Events & tag to track Mojave Macs
+ Adding a tag to track if device is running Mojave, this will be used, with additional logic, to prevent devices that upgrade from Mojave -> Big Sur from auto-upgrading its Falcon Sensor
+ Switched osascript calls to use System Events and passing via heredoc
+ Added "instance" variable for use to designate "prod" vs "dev" instances
- Removed the `Reset` action option -- provides duplicate functionality as just passing `production` as a group
2021-03-15 20:31:49 -07:00
Zack T
2e008c12f0 v1.2.0 = Bug fixes and maintenance token catch
+ Fixed some bugs due to the order of logic
+ Fixed some stderr issues to properly collect now
+ Added a catch to not error out incase a maintenance token is applied
2021-03-09 22:57:47 -07:00
Zack T
1aa84ddb9b v1.1.0 = Added new functionality
+ Added support to re-run the script without erasing current sensor version test group tag, this for in instances where the script is not run via Self Service and a forced group is not used
+ Added new action option to force reset the sensor version test group tag
+ Added error dialog boxes to user with ran via Self Service
+ Updated exit code values
2021-03-08 22:23:30 -07:00
Zack T
4d1e8aa01d v1.0.0 = Initial Version
Initial Version
2021-03-08 14:08:50 -07:00
Zack T
2ce6b3bbea v2.3.0 = Adjusted path in versions for the Lock Code issue
+ Forgot prior to committing that the file path is different on v27 compared to v26 and earlier
+ Moved reused code into functions
2021-03-05 15:54:37 -07:00
Zack T
90b461d3b1 v2.2.0 - Added preemptive fix for rare, known issue
+ Added preemptive fix for rare, known issue
2021-03-05 14:07:37 -07:00
Zack T
e9523f608c v2.2.0 = "Fixed" unsupported versions reporting "Running"
Apparently when I dropped support for unsupported Sensor versions.....I didn't account for them in the script at all....  That has now been fixed.
2021-02-26 23:22:20 -07:00
Zack T
0a5278a78d v1.0.0 = Initial Version
+ Initial Version
+ Used in an autopkg recipe
2021-02-24 21:49:20 -07:00
Zack T
cb12938d82 v1.0.0 = Initial Version
+ Initial Version
2021-02-19 00:07:22 -07:00
Zack T
c0f26d0052 Replacing with an improved version
Replacing with an improved version.
2021-02-19 00:06:44 -07:00
Zack T
59f85105c9 v1.2.0 = Minor tweaks
Just a few minor tweaks, no change in logic.
2021-02-19 00:04:53 -07:00
Zack T
957fec979b v1.1.0 = Removing previous versions
Updated to remove previous versions.
2021-02-18 23:52:22 -07:00
Zack T
3ea5985a77 v1.1.0 = Added new repair programs
+ Add new repair programs
- Removed discontinued programs
2021-02-18 23:51:00 -07:00
Zack T
59c85bd77e v1.3.0 = Fixed issue causing the LaunchDaemon to not be removed
+ Fixed issue causing the LaunchDaemon to not be removed
2020-12-09 22:22:28 -07:00
Zack T
8275f566c2 Added new and improved existing queries, updated formatting, etc.
+ Added new and improved existing queries; combined some existing queries that were similar
+ Updated formatting
+ Updated notes
2020-11-25 17:17:27 -07:00
Zack T
324bfbea15 Added new queries
Added new queries tracking computer inventory submissions.
2020-11-25 17:09:17 -07:00
Zack T
0af21c6c42 Updated Notes and Examples
Updated Notes and Examples
2020-11-25 17:07:26 -07:00
Zack T
44db1d6fc4 v1.1.0 = Fixed installation failures
Replaced the "new" silent install method does not work when run in cli installed .pkg (but does seem to work when installing that .pkg via GUI...).
2020-11-24 14:13:39 -07:00
Zack T
4e69abdf03 v3.2.0 = Added v15 Support
+ Added v15 Support
2020-11-23 16:39:54 -07:00
Zack T
638e14ff9c v1.1.0 = Updated to support v6 Sensors
+ Updated to support v6 Sensors
2020-11-18 16:21:45 -07:00
Zack T
d5bb778e1a v1.3.1 = Collecting additional log files
Collecting additional logs files from other scripts/processes that I have created.
2020-11-18 16:20:17 -07:00
Zack T
0ac71a034a v1.3.1 = Fixed likely regression
+ Fixed a regression that would likely be present in older OS Versions
- Remove the Python3 imports as this script isn't compatible with Python3 at this time
2020-11-13 01:05:53 -07:00
Zack T
92a0ec2f67 v1.3.0 = Fixed issue for CS:F Version older than 5.36
Fixed issue for CS:F Version older than 5.36...all this mainly for 5.34 and macOS 10.13 High Sierra.
2020-11-13 00:50:45 -07:00
Zack T
7ba32f0fcb v2.1.0 = Minor tweak to KEXT check for MDM Approved
Changed the KEXT check for MDM approved to only check for the Team ID, not the Bundle ID as well.
2020-11-12 15:19:08 -07:00
Zack T
e4b947db2f v1.3.0 = Possible support of macOS 11 Big Sur
Adds support for Big Sur as of 11.0.1 RC2
2020-11-12 13:40:18 -07:00
Zack T
4028d5624e v1.10.0 = Updated with official Big Sur specs
Updated to include official Big Sur specs.
2020-11-12 13:06:13 -07:00
Zack T
dc1070529a v1.2.0 = Updated to support v6.x Sensor
+ Updated to support v6.x Sensor
2020-11-11 17:11:48 -07:00
Zack T
abaae32522 v2.0.0 = Support for Big Sur and v6 Sensor
+ Checks against additional data points (ex. SysExts)
+ Improves checks for KEXT/PPPC/etc
+ Support for Big Sur
+ Support for v6.x sensors
- Drops support for:  macOS 10.12 and earlier; v4.x Sensors
2020-11-11 17:07:50 -07:00
Zack T
dde2eca644 v1.9.0 = Adding Storage Check for Big Sur
+ Added an available space check specifically for Big Sur; currently based on Beta's will update after official release if required
2020-11-10 13:40:51 -07:00
Zack T
11b84c1d3f v1.8.1 = Fixed logic error in iMac Model Checks
+ Fixed an error in the iMac Model Check logic causing devices to not report compatible with Big Sur.
2020-11-09 11:22:48 -07:00
Zack T
e928f25ec0 v1.0.0 = Initial Version
+ Initial Version
2020-11-05 21:49:28 -07:00
Zack T
2004df0e1c Updated Notes and Examples
Updated notes and examples
2020-11-05 21:48:13 -07:00
Zack T
fdcf281448 v2.1.0 = Updated logic for local license
+ Updated logic for local license to utilize new licensing method....guess I failed to test this previously?
+ Tweaked method for "removing" local license if network license is used
2020-10-29 22:34:53 -07:00
Zack T
5d503a3145 v1.1.0 = Updated to support Big Sur
+ Updated to support Big Sur
2020-10-27 13:29:07 -07:00
Zack T
5c623ce76c v1.1.0 = Resolved issue when directory didn't exist
+ Resolved rare issue when the ~/Library/Fonts directory didn't exist
2020-10-22 12:34:18 -07:00
Zack T
e88dd11686 v1.2.0 = Added support for macOS Betas
+ Added support for macOS Betas
2020-10-22 11:17:11 -07:00
Zack T
527e4c1165 v1.8.0 = Proper support for Big Sur (Beta) and additional fixes
+ Proper preliminary support for Big Sur as far as the currently known system requirements
+ Fixed a few logic that would have caused the wrong OS version to be reported
+ Fixed a few formatting issues/inconsistencies
2020-10-21 16:35:57 -07:00
Zack T
ddb71b86b5 v1.4.0 = Updated logic for determining the Jump Name Attribute
+ Updated logic for determining the Jump Name Attribute
2020-10-20 19:20:23 -07:00
Zack T
85b11c2cb1 v1.0.0 = Initial Version
+ Initial Version

Moving location.
2020-10-20 19:18:49 -07:00
Zack T
ae82ba9328 v3.1.0 = Updated currentUser logic
+ Updated logic that determines the current console user to no longer use the old Python method
2020-10-19 19:58:24 -07:00
Zack T
dd8b9f7d25 v1.0.0 = Initial Version
+ Initial Version
2020-10-19 19:57:25 -07:00
Zack T
76064c9a7a v1.0.0 = Initial Version
+ Initial Version
2020-10-13 18:17:23 -07:00
Zack T
b6883bb8f4 v1.0.0 = Initial Version
+ Initial Version
2020-10-13 15:09:07 -07:00