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
Zack T
f04eb5b8f2
Additional examples on icon clean up
...
Included additional examples on icon clean up that I've performed in my environment
2019-02-15 23:17:48 -07:00
Zack T
6878dbc16d
Notes on icon cleanup in the Jamf database
...
Notes on icon cleanup in the Jamf database
2019-02-15 23:04:11 -07:00
Zack T
c9e6957f2d
Code Improvements
...
General code improvements
2019-02-13 23:39:48 -07:00
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
f75ba089c0
v1.0.0 = Production Ready
...
+ Production Ready
2019-02-05 23:33:26 -07:00
Zack T
f4dc1c6d43
v0.5 = Resolved issues with API calls
...
+ Verbiage on the v9 API page implies certain objects accept POSTs when they actually don't...updated code to reflect this
+ Added required XML configuration data for objects as relates to the above item
+ Added missing privilege settings
2019-02-05 23:29:05 -07:00
Zack T
d7dd5071a8
Updated ReadMe
...
Updated ReadMe
2019-02-05 23:15:15 -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
076e9a5490
v1.0.0 = Initial Production Version
...
+ Initial Production Version
2019-01-22 22:24:15 -07:00
Zack T
de365e82ae
v1.0.1 = Fixed Typo
...
+ Fixed Typo
2019-01-22 22:23:52 -07:00
Zack T
80e0fd08c1
v1.0.0 = Initial Production Version
...
+ Initial Production Version
2019-01-17 20:37:15 -07:00
Zack T
6efc967e56
v1.0.0 = Initial Production Version
...
+ Initial Production Version
2019-01-16 00:52:49 -07:00
Zack T
1d6b9534bb
v1.7.0 = Updated to resolve several permission-related issues
...
+ Updated to resolve several permission-related issues described here: https://www-01.ibm.com/support/docview.wss?uid=swg21966637
+ Code formatting changes
2019-01-12 21:25:18 -07:00