Commit Graph

409 Commits

Author SHA1 Message Date
Zack T
aa66cf0fff v1.8.0 = Fixed one last logic issue
+ Resolved issue with the CS Version check when CS wasn't actually running.
2019-09-18 14:35:45 -07:00
Zack T
7adf9868a9 v1.3.0 = Added the KEXT database to the default items collected
+ The default items will now collect the KextPolicy database, including user and mdm approved kernel extensions
2019-09-17 00:04:48 -07:00
Zack T
46a55213f2 v1.7.0 = Rewrote and Improved the Date Check Logic
+ Rewrote the "Connected Date" check logic for more accurate results
2019-09-17 00:00:04 -07:00
Zack T
c3168488b7 v1.6.0 = Improved and resolved KEXT checking logic
+ Improved and resolved logic for checking if KEXTs are loaded
+ Minor performance and readability improvements
2019-09-16 23:53:04 -07:00
Zack T
05e1020654 v1.2.0 = Resolved some issues passing Jamf Pro Script parameters
A few tweaks to resolve some issues passing Jamf Pro Script parameters
2019-09-13 16:04:31 -07:00
Zack T
98a3176f39 v1.0.0 = Initial Version
+ Initial Version
2019-08-28 14:26:00 -07:00
Zack T
fcf4438f4c v1.0.0 = Initial Version
+ Initial Version
+ (Just fixed a few minor things.)
2019-08-28 14:25:37 -07:00
Zack T
7e74b80178 v1.0.0 = Initial Version
+ Initial Version
2019-08-28 14:23:59 -07:00
Zack T
e755b81075 v1.0.0 = Initial Version
+ Initial Version
2019-08-25 15:59:20 -07:00
Zack T
c32021c311 v1.0.0 = Initial Version
+ Initial Version
2019-08-25 15:44:47 -07:00
Zack T
8a8b14eaab v1.0.0 = Initial Version
+ Initial Version
2019-08-25 15:44:13 -07:00
Zack T
1f6806454c v1.0.0 = Initial Version
+ Initial Version
2019-08-25 15:43:05 -07:00
Zack T
e890fc6845 v1.0.0 = Initial Version
+ Initial Version
2019-08-24 18:59:47 -07:00
Zack T
d1f12d7d71 v1.0.0 = Initial Version
+ Initial Version
2019-08-24 18:58:37 -07:00
Zack T
c2c31227d5 v1.1.0 = Added error checking on the API calls
Added error checking on the API calls to verify that they are successful and exit the script appropriately
2019-08-24 18:57:33 -07:00
Zack T
42e4f79223 v1.0.0 = Initial Version
+ Initial Version
+ Have plans to expand the functionality of this in the future...
2019-08-24 00:00:33 -07:00
Zack T
38f9338249 v1.0.0 = Initial Version
Converted the Bash version into Python...because...why not?  (Mainly a reason to learn more Python.)

This is a quick "Patch Management Framework" that I threw together quickly one day for a need (cough zoom cough).

Not a big fan of the built in patch "features" in Jamf Pro -- they leave a bit to be desired.  This, more or less, combines the functionality of the two approaches (Standard Policies and Patch Policies) and makes them appear more "user friendly."
2019-08-23 23:58:29 -07:00
Zack T
5671b90fe4 v1.0.0 = Initial Version
Initial version of a quick "Patch Management Framework" that I threw together quickly one day for a need (cough zoom cough).

Not a big fan of the built in patch "features" in Jamf Pro -- they leave a bit to be desired.  This, more or less, combines the functionality of the two approaches (Standard Policies and Patch Policies) and makes them appear more "user friendly."
2019-08-23 23:56:10 -07:00
Zack T
f5f22e083a v1.0.0 = Initial Version
+ Initial Version
2019-08-16 22:10:29 -07:00
Zack T
6da7213c32 v1.2.0 = Added support for Acrobat 2019/v19
+ Added support for Acrobat 2019/v19
2019-08-08 22:23:03 -07:00
Zack T
0349b68b31 v1.0.0 = Initial Version
+ Initial Version
2019-07-29 15:40:32 -07:00
Zack T
27dc597b7e v1.50 = Changed method to check if KEXT is Whitelisted by MDM
+ Changed how I'm checking for MDM Whitelisted KEXTs
+ Added additional logic to test if CS is running
2019-07-05 18:07:34 -07:00
Zack T
776c673b8c v1.4.0 = Resolved issue where script falsely reported Desired State
So....my logic didn't even consider if the files we're looking for didn't exist... #Fail
+ Checking if the required files exist, if they don't, then...report that
2019-06-28 11:32:36 -07:00
Zack T
93ea7a4e20 v1.1.0 = Fixed issue with user preferences logic
+ Fixed an issue with the logic regarding the user preferences (they were always being preserved)
+ Restructured the removal functions to be a little more clear
+ A few other minor tweaks, including redirecting `ls` stderr to null
2019-06-26 16:51:11 -07:00
Zack T
88b91f7168 v1.1.0 = Fixed issue with user preferences logic
+ Fixed an issue with the logic regarding the user preferences (they were always being preserved)
+ Restructured the removal functions to be a little more clear
+ A few other minor tweaks, including redirecting `ls` stderr to null
2019-06-26 16:48:12 -07:00
Zack T
7c774da476 v1.6.0 = Added preliminary support for macOS 10.15 Catalina
+ Added preliminary support for macOS 10.15 Catalina
+ Reordered model strings to make it "easier" to add support for future OS Versions
+ Reordered some logic in the macProModelCheck function
2019-06-21 23:12:34 -07:00
Zack T
52522a0881 v1.3.0 = A couple overall improvements to existing logic
+ Improved the code checking if the Security Group already exists before creating it
+ Added additional functionality to the parameters
2019-06-03 18:48:44 -07:00
Zack T
07c65851bf v1.0.0 = Initial Version
+ Customized the uninstall script for use in a management solution
+ Pass an argument to leave or remove user preferences
+ Replaced all occurrences of `$HOME` with the actual folder directory
+ Replaced all usage of `sudo` with the expectation of this running from a management solution with root-level permissions
+ Minor other changes and tweaks
2019-06-03 18:34:53 -07:00
Zack T
6446f58bb8 Vendor Script
Vendor Script that will be customized.
2019-06-03 09:58:53 -07:00
Zack T
10dd1441fa v1.0.0 = Initial Version
+ Initial Version
2019-05-10 22:21:55 -07:00
Zack T
21b69cad0f v1.0.0 = Initial Version
+ Initial Version
2019-05-07 15:39:24 -07:00
Zack T
7d2836a297 v1.2.0 = Added support for an "enterprise" environment
+ Added support for multiple environments (prod and dev)
+ Added support for multiple domains/LDAP Servers
+ Added confirmation step
+ Added checks before performing AD cmdlet actions
+ Added supporting logic for all changes
2019-05-07 15:34:09 -07:00
Zack T
fdc5b4e76e v1.1.0 = Updated to use PwshJamf Class
+ Updated to use my PwshJamf PowerShell Class/Module
2019-05-06 11:06:44 -07:00
Zack T
e4eff440f9 v1.0.0 = Initial Version
+ Initial Version
2019-05-03 16:17:45 -07:00
Zack T
3c7a5192a9 v1.5.3 = Fixed MacBookPro6,x not reporting properly
+ Fixed MacBookPro6,x not reporting properly
2019-04-30 16:40:52 -07:00
Zack T
ac4b7c06f3 v1.4.0 = Updated to support changes in Falcon Sensor v4.23.8501
+ Updated to support changes in Falcon Sensor v4.23.8501
2019-03-13 23:52:58 -07:00
Zack T
c64fbe0606 v1.0.0 = Initial Version
+ Initial Version
2019-03-13 01:54:11 -07:00
Zack T
f380bff8cc v1.0.1 = Minor clean up
Just some minor clean up and additional comments after reviewing this script.
2019-03-12 23:28:44 -07:00
Zack T
07a3ee9722 Updated ReadMe
Updated ReadMe
2019-03-07 23:34:36 -07:00
Zack T
e916af40e2 Organizing Files
Organizing Files
2019-03-07 22:23:49 -07:00
Zack T
1527dc7bd8 Miscellaneous SQL Queries
Miscellaneous SQL Queries
2019-03-07 22:22:40 -07:00
Zack T
e1cd3eaa88 SQL Queries on Group Configurations
SQL Queries on Group Configurations
2019-03-07 22:14:43 -07:00
Zack T
f3ba233e00 SQL Queries on Policy Configurations
SQL Queries on Policy Configurations
2019-03-07 22:09:44 -07:00
Zack T
31ca8816b5 Database Notes
Database Notes
2019-03-07 21:38:41 -07:00
Zack T
dc6d479294 Adding example pictures 2019-02-15 23:59:29 -07:00
Zack T
3836154611 v1.0.0 = Initial Version
+ Initial Version
(Missed committing this previously.)
2019-02-15 23:49:32 -07:00
Zack T
c7573fadf2 v1.0.0 = Initial Version
+ Initial Version
(Missed committing this previously.)
2019-02-15 23:47:37 -07:00
Zack T
9a5f49c1d1 v1.0.0 = Initial Version
+ Initial Version
(Missed committing this previously.)
2019-02-15 23:47:10 -07:00
Zack T
de74df74c4 Moved to a different repo 2019-02-15 23:36:54 -07:00
Zack T
9c345fb310 Notes on cleaning up Location History from device records
Notes on cleaning up Location History from device records, caused by a bug [PI-004146] that was fixed in Jamf Pro 10.6.0.
2019-02-15 23:29:33 -07:00