Commit Graph

14 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