Commit Graph

690 Commits

Author SHA1 Message Date
Zack T
e970cf4102 v1.0.0 = Initial Version
Can be used to report on MDM Watchdog status items
2024-06-11 10:52:13 -07:00
Zack T
8e1c85118e v1.0.0 = Initial Version
Some MDM client health check scripts
2024-06-11 10:40:05 -07:00
Zack T
ffce742a76 v2.6.0 = Initial Sequoia Support & More
+ Initial Sequoia Support
+ Cleanup unneeded logic (specifically around the MacPro checks)
+ Standardized code formatting
2024-06-10 16:18:49 -07:00
Zack T
9c7571f3b5 v2.5.6 = Bug fix when testing OS versions 2024-06-10 15:14:44 -07:00
Zack T
2077a1e970 v1.2.1 = Combine support for licensing all AutoCAD versions
v1.2.0:
+ Adding support for licensing AutoCAD 2020 and newer
+ Added the ability to parse the JSON response from the Autodesk Licensing Helper utility

v1.2.1:
+ Minor fix
2024-06-07 10:17:19 -07:00
Zack T
f3aec67792 v2.13.0 = Support multiple Tenant CIDs
+ (Finally) Adding support to validate against multiple tenant CIDs
2024-06-07 10:04:06 -07:00
Zack T
77c2eb1887 v1.2.0 = Combine support for licensing all AutoCAD versions
+ Adding support for licensing AutoCAD 2020 and newer
+ Added the ability to parse the JSON response from the Autodesk Licensing Helper utility
2024-06-07 09:21:50 -07:00
Zack T
8e9bdea0c0 v1.5.0 = Add support for AutoCAD 2025's failure to install ODIS 2024-06-06 17:35:44 -07:00
Zack T
dffc688547 v1.5.0 = Add support for AutoCAD 2025's failure to install ODIS 2024-06-06 17:35:20 -07:00
Zack T
69a8534ef2 v1.4.0 = Added loop to support finding multiple versions 2024-06-06 15:05:27 -07:00
Zack T
db4eb91923 Removing obsolete script 2024-06-06 14:29:25 -07:00
Zack T
99bca374e6 v1.2.0 = Combine support for licensing all AutoCAD versions
+ Adding support for licensing AutoCAD 2020 and newer
+ Added the ability to parse the JSON response from the Autodesk Licensing Helper utility
2024-06-06 14:27:34 -07:00
Zack T
28ee21a998 v1.2.0 = Combine support for licensing all AutoCAD versions
+ Adding support for licensing AutoCAD 2020 and newer
+ Added the ability to parse the JSON response from the Autodesk Licensing Helper utility
2024-06-06 14:26:50 -07:00
Zack T
7a8a283900 v1.3.0 = Use official installation method
This version of the script uses the official installation method.

The previous installation method (that worked for v2021 and v2022) stopped working with v2023.  It was really a hack work around in the first palce.

The only problem with this method is, it does not work when it is executed from a .pkg's postinstall script for some odd reason.  So the script will need to be ran separately from the Install App's distribution method.
2024-05-22 19:52:27 -07:00
Zack T
177749553f v1.2.0 = Version Independent; Dynamically find .pkgs to be installed
Improved script to dynamically find all the .pkgs that can be installed so script is no longer version dependent.
2024-05-22 19:49:06 -07:00
Zack T
e4cee0894b v1.0.0 = Initial Version 2024-04-02 13:58:24 -07:00
Zack T
25a36455d4 Another model fix
The compatibility table I was referencing incorrectly listed iPad3,[4, 5, 6] as only support up to iOS 9; they actually support up to iOS 10.
2024-02-09 10:11:57 -07:00
Zack T
d9ad8e7cd3 Adding filtering into main query 2024-02-08 13:13:53 -07:00
Zack T
9f1caedde9 Additional Bug Fix 2024-02-08 13:13:04 -07:00
Zack T
fcbc76e5e4 Update and future proof DDM support logic 2024-02-07 18:24:40 -07:00
Zack T
535209a5b9 Bug fix and tweak to query
+ Wrong table reference (bad copy/paste I'm sure)
+ Also only return devices that are still managed in the results
2024-02-07 18:23:23 -07:00
Zack T
6d3646b94c Fixed Incorrect Regex Patterns 2024-02-07 18:21:28 -07:00
Zack T
a14fa57307 Query improvements
+ No reason for a LIKE comparison here
+ Removed table joins that were not utilized
2024-02-07 18:20:19 -07:00
Zack T
2d125910ca Spell checks 2024-02-07 18:19:22 -07:00
Zack T
5b8a40c6e0 Miscellaneous new queries 2024-02-06 09:02:55 -07:00
Zack T
43c0f5dacc New query for Management Health
Adding:
  + Mobile Devices that have failed to renew their MDM Profile
    + _And_ the MDM Profile has already expired
2024-02-05 16:50:39 -07:00
Zack T
c9a3ec0dea Adding attributes to the Management Health query
Adding:
  + Device Certificate Expires
  + Failed to Renew MDM Profile
2024-02-05 16:33:23 -07:00
Zack T
0cddff3e21 v1.0.0 = Initial Version 2024-01-25 17:01:33 -07:00
Zack T
163acd17f9 New queries for Management Health
Adding:
  + Computers Checking-In after MDM Profile has expired
  + Computers that have failed to renew their MDM Profile
    + _And_ the MDM Profile has already expired
2024-01-11 22:58:38 -07:00
Zack T
cfddac2ee8 Adding attributes to the Management Health query
Adding:
  + Device Certificate Expires
  + MDM Certificate Expires
  + Failed to Renew MDM Profile
2024-01-05 15:40:31 -07:00
Zack T
3643cfc2d6 Formatting and syntax standardization 2024-01-05 15:36:34 -07:00
Zack T
cf967108af Adding: Fix mismatch number of records 2024-01-05 15:31:16 -07:00
Zack T
38c347be31 New queries for finding duplicate icons 2024-01-05 15:26:30 -07:00
Zack T
7d9e854869 Query Improvements 2024-01-05 14:55:55 -07:00
Zack T
c0a8815f6b Updates for table changes 2024-01-05 13:17:47 -07:00
Zack T
59f7e7a855 v1.0.0 = Initial Version 2023-12-22 21:04:56 -07:00
Zack T
68971cb371 Fix comment (missed copy/paste correction) 2023-12-22 21:04:44 -07:00
Zack T
fa754440d2 v4.0.0 = Allow to successfully license or skip "unsupported" versions & More
+ Allow script to successfully license and/or skip found "unsupported" versions of JMP
+ Standardization & Simplification
+ Updating for support for JMP v17
2023-12-11 21:56:53 -07:00
Zack T
7f2782a55a v1.10.0 = Adding new options to override default archive name & max size 2023-12-04 11:40:08 -07:00
Zack T
7d6f2f53c9 v1.9.0 = Collecting new default info
Now collecting by default:
  + Installed Configuration Profiles
  + APNS Status (via `apsctl`)
2023-12-04 10:55:01 -07:00
Zack T
fcc9ca2485 v1.8.0 = Jamf Pro API Bear Auth Support & New Logging Functionality
Jamf Pro and Classic API Changes:
  + Add support for Jamf Pro Classic API Bearer Tokens
    + Now uses Bearer Tokens to interact with the Classic API
  + Moved to using the Pro API for all endpoints where available
  + Created new helper methods for interacting with the Jamf Pro APIs and managing user authentication details
  - Removed basic authentication support

Adding logging function for handling output to Policy Logs (level can be dynamically changed)
2023-11-17 17:37:48 -07:00
Zack T
e5e354dcea v1.7.3 = Additional standardization and formatting 2023-11-17 17:30:39 -07:00
Zack T
b06fc8cc66 v1.7.2 = Switching indentation to tabs 2023-11-17 13:10:24 -07:00
Zack T
1f31cbcc6d v1.7.1 = Code standardizations & cleanup
+ Code standardizations
  + Code cleanup
  + Minor logic improvements
2023-11-17 13:06:28 -07:00
Zack T
b83505131a v1.7.0 = Updated String Decryption Logic for Ventura and newer 2023-11-17 12:56:12 -07:00
Zack T
fb4be9b6fb v1.6.1 = Bug fix (extra parentheses)
Also updating help text to include multiple value support for specific arguments.
2023-11-17 12:37:11 -07:00
Zack T
9fe078e6eb Adding Patch Monitoring for Sonoma 2023-11-03 12:59:17 -07:00
Zack T
0c4e1cfb3e Minor improvements
* Improved description verbiage
  * Spell checking
  * Syntax Case
2023-11-03 12:58:34 -07:00
Zack T
6a8336dbbb v2.5.5 = (Proper) Fix for MacBooks and Sonoma
Reported by @sjbarkey
2023-10-03 09:49:19 -07:00
Zack T
47168a93b0 v2.5.4 = Bug Fix for MacBooks and Sonoma
Reported by @sjbarkey
2023-09-29 21:19:57 -07:00