Commit Graph

171 Commits

Author SHA1 Message Date
Zack T
56e5d191ef v0.10.1 = Prepping for v1.0.0 release
+ Changed folderDate's Get-Date Format
+ Commented code
+ Changed the name of the script to "Audit" as this is really the intended function; not sure why I named it otherwise originally
+ Minor fixes
2018-11-16 22:42:52 -07:00
Zack T
d713d92fe0 v0.10.0 = Checking for Nested Computer Groups for Criteria & Used Groups
+ Added support for checking for Nested Computer Groups in the Unused Computer Groups Criteria
+ Added support for checking for 4+ Nested Smart Groups within a Smart Group
2018-11-16 15:32:54 -07:00
Zack T
e18e759f2e v0.9.0 = Added addition configurations to check for Computer Group usage
+ Added addition configurations to check for Computer Group usage
+ Added checks for exclusions as well
+ In several functions, added a check to confirm records are present before performing actions
2018-11-16 13:43:45 -07:00
Zack T
fc3a112951 v0.8.0 = Updated Policy Criteria Logic and processEndpoints Function
+ Updated the processEndpoints Function to support running searches separately
 + Resolved issue with using the $xmlOf_ComputerGroups variable for two different use cases in the processEndpoints Function
 + Restructured how the Policy Criteria Check Logic, combined functions into one (mimicking the computerGroupCriteria Function)
2018-11-15 15:48:01 -07:00
Zack T
b4813fab61 v0.7.0 = Added Computer Group Criteria
+ Updated logic in the processEndpoints Function
 + Added Computer Group Criteria
 + Updated necessary supporting functions for Computer Group Criteria reports
 * Will need to update the processEndpoints Function to properly supporting running Policy and Computer Group Searches, separately.
2018-11-14 23:18:08 -07:00
Zack T
0a15667d48 v0.6.0 = Simplified the 'get' Endpoint Functions
+ Simplified the 'get' Endpoint Functions
2018-11-14 13:49:47 -07:00
Zack T
0a2060573f v0.5.1 = Fixed a few minor issues
+ Fixed a few minor issues
 + The multiple ways that I'm using the Computer Group object is causing issues with the different criteria, will have to adjust this logic for this; which was slightly expecting since I plan to add ore criteria to it
2018-11-13 23:39:20 -07:00
Zack T
c97502ac88 v0.5.0 = Added usage criteria for Printers and Computer Groups
+ Added usage criteria for Printers
 + Added usage criteria for Computer Groups (only pulling usage in Policies at this time, will add more)
 + More descriptive variables, functions, etc
2018-11-13 23:01:07 -07:00
Zack T
433b26bfbc v0.4.0 = Changed how the "report" is generated
+ For each policy, each criteria result is appended to an object, and then the object is written to the csv
2018-11-08 21:54:48 -07:00
Zack T
4b3051842c v0.3.1 = Fixed logic in criteria functions and removed duplicates
- Removed duplicate criteria functions
 + Fixed several criteria functions
 + Tidied up a bit
2018-11-08 13:57:04 -07:00
Zack T
2cd01189b2 v0.3.0 = Modularized logic and added new criteria
+ Modularized all the API GET calls as well as the "processing" logic
 + Added new criteria and improved logic of others
 + There are multiple versions of some criteria; just testing the best configurations, these will be cleaned up as I go
2018-11-08 00:50:25 -07:00
Zack T
b502ee5499 v0.2.0 = Added additional Criteria Functions
+ Added additional Criteria Functions
2018-11-07 15:58:28 -07:00
Zack T
1d511ef39d v0.1 = Initial Version
+ This is the initial version of this script; it is complied from multiple other scripts that individually pulled details for each criteria.
 + More to come!
2018-11-07 00:02:42 -07:00
Zack T
8997dfbac6 Initial commit 2018-11-06 23:54:55 -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
6efc967e56 v1.0.0 = Initial Production Version
+ Initial Production Version
2019-01-16 00:52:49 -07:00
Zack T
0951f97436 v1.0.0 = Initial Production Version
+ Initial Production Version
2019-01-08 21:58:17 -07:00
Zack T
4a0b1721fc v1.3.0 = Updated to support new configuration format for Licensing details
+ Updated to support new configuration format for Licensing details
+ Config file no longer show the Customer Name or use the same License Type that we used; as well, we have two different configurations in our configuration file, so had to account for this
+ Probably didn't take the best approach here, just getting it working for now, may come back to it later
2018-12-13 14:21:00 -07:00
Zack T
15176a740c v1.1.0 = Support for Fusion Drives and systems with multiple drives
+ Better support for systems with multiple drives; It will return the drive type for the boot drive
+ Support for Fusion Drives
2018-12-11 16:26:55 -07:00
Zack T
240a40fee2 v1.1 = Code Improvements
+ Code Improvements
2018-10-30 12:48:40 -07:00
Zack T
d86b8fd3d5 v1.0 = Initial Version
+ Initial Version
2018-10-30 12:46:06 -07:00
Zack T
13c7f7b01c v1.0 = Initial Version
+ Initial Version
2018-10-30 12:45:11 -07:00
Zack T
423c28b317 v1.0 = Initial Version
+ Initial Version
2018-10-30 12:43:37 -07:00
Zack T
d7c2f05ca3 v1.0 = Initial Version
+ Initial Version
2018-10-30 12:42:26 -07:00
Zack T
83c4e7df20 v1.0 = Initial Version
+ Initial Version
2018-10-30 12:41:02 -07:00
Zack T
26c3a11a63 v1.0 = Initial Version
+ Initial Version
2018-10-30 12:40:55 -07:00
Zack T
e370d43cd5 v1.0 = Initial Version
+ Initial Version
2018-10-30 12:40:34 -07:00
Zack T
965a471b2a v1.1.1 = Added a Success echo for the Jamf Policy Log
+ Added a Success `echo` for the Jamf Policy Log
 + Changed how the JPS URL is gathered
2018-10-24 10:33:25 -07:00
Zack T
35c0e3dde2 v1.6.1 = Updated to support changes in Jamf API
+ Updated to support changes in Jamf API
2018-10-10 13:13:15 -07:00
Zack T
fa9a6a3eee v1.0 = Production Release
+ Merged branch into master
 + Production Release
2018-10-08 16:02:12 -07:00
Zack T
4695ebeff0 v0.6 = Resolved an issue stemming from ulimit
+ Resolved an issue stemming from ulimit
 + See:  https://superuser.com/questions/433746/is-there-a-fix-for-the-too-many-open-files-in-system-error-on-os-x-10-7-1
2018-10-08 15:59:33 -07:00
Zack T
c87377cc2f v1.1.0 = Combined the separate device type functions into one
+ Combined the separate device type functions into a single function that will handle both device types.  This will simplify future changes to the script.
2018-10-05 14:21:19 -07:00
Zack T
27de095b27 v1.0.4 = Added Extra verbosity and Error Exit
+ Added extra verbosity that will print to the Policy log
 + Added an error exit if a Site Admin tries to move a device they do not have permissions to (So Jamf Log will show a failure)
2018-10-05 13:25:06 -07:00
Zack T
15a9b3f28d v1.0.3 = Fixed issue when Site name was similar to another Site Name
+ Fixed issue when Site name was similar to another Site Name
 + Fixed issue submitting XML back to the JPS
2018-10-05 13:03:54 -07:00
Zack T
cc7d9c4b9e v1.0.2 = Updated to fix API returning JSON results
+ Updated to fix API returning JSON results
2018-10-04 12:59:29 -07:00
Zack T
929e15322d v1.5 = Updated for Full Mojave Support
+ Updated for Full Mojave Support
 + Adjusted the minimum RAM to the actual minimum
 + Modified the result returned for Sierra to include "OS Limitation"
2018-09-27 11:15:52 -07:00
Zack T
63d4998b5f Dropped Unneeded EA
Dropped Unneeded EA
2018-09-26 20:27:20 -07:00
Zack T
e1971deac2 v0.5 = Fixed a couple issues preventing the script from properly executing
+ Results from Jamf API were returning in JSON; fixed the curl header parameters to properly request XML
 + Added an additional curlStatusCode check on the curlJamfAPI return
 + Fixed a incorrect "result" assignment for outOfDate variable
 + Fixed a couple arguments' syntax
2018-09-26 20:25:32 -07:00