Commit Graph

703 Commits

Author SHA1 Message Date
Zack T
9ffbd7dc4a Add Database and Table Size Queries 2024-06-18 12:41:02 -07:00
Zack T
74e8156ee8 Get icon image for reference 2024-06-17 17:36:22 -07:00
Zack T
fc484aa25a Get additional printer info 2024-06-17 17:36:02 -07:00
Zack T
1e8809b452 Improved VPP App queries 2024-06-17 17:34:14 -07:00
Zack T
ab7edfde9d Misc cleanup, comment improves, etc. 2024-06-17 17:12:52 -07:00
Zack T
1ec54d11a4 Improved "under-stability" of query results
+ Correct certain logic to better match Jamf provided best practices
- Removed double negative-type situations
2024-06-17 17:08:30 -07:00
Zack T
8686339132 Fixed Regex string comparison 2024-06-17 16:57:51 -07:00
Zack T
1c0310dd64 v2.13.2 = Code and logic standardization
+ Moved date logic into functions
+ Standardized code formatting
2024-06-13 15:13:37 -07:00
Zack T
512415bd41 Adding support for the latest OS versions released today 2024-06-11 21:25:07 -07:00
Zack T
db032bafb2 v2.6.1 = Fix Sequoia Regex
+ Split Mac Mini and MacBook Air strings up as the identifiers do not match any more
+ Removed MacBook
2024-06-11 21:22:01 -07:00
Zack T
075323b240 v2.13.1 = Bug fixes
+ Fixed `connectionState ` not being collected; issue reported by @sslawter in #25.
+ Fixed `[Last ]Established At` times being correctly collected
2024-06-11 14:24:41 -07:00
Zack T
c1f2232ac8 v1.0.0 = Initial Version
Some Jamf Management Framework & MDM client health check scripts
2024-06-11 11:04:44 -07:00
Zack T
a4cd1c97fe v1.0.0 = Initial Version
Report on the state of Escrow Buddy
2024-06-11 10:53:44 -07:00
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