|
14 | 14 | All other EZ Tools used by KAPE in the !EZParser Module |
15 | 15 | |
16 | 16 | .USAGE |
17 | | - As of 3.7, this script will only download .NET 6 tools, so you can just run the script in your .\KAPE folder! |
| 17 | + As of 4.0, this script will only download .NET 6 tools, so you can just run the script in your .\KAPE folder! |
18 | 18 | |
19 | 19 | .CHANGELOG |
20 | 20 | 1.0 - (Sep 09, 2021) Initial release |
|
26 | 26 | 3.4 - (Jun 24, 2022) Added version checker for the script - https://github.com/AndrewRathbun/KAPE-EZToolsAncillaryUpdater/issues/11. Added new messages re: GitHub repositories to follow at the end of each successful run |
27 | 27 | 3.5 - (Jul 27, 2022) Bug fix for version checker added in 3.4 - https://github.com/AndrewRathbun/KAPE-EZToolsAncillaryUpdater/pull/15 |
28 | 28 | 3.6 - (Aug 17, 2022) Added iisGeolocate now that a KAPE Module exists for it, updated comments and log messages |
29 | | - 3.7 - (June 13, 2023) Made adjustments to script based on Get-ZimmermanTools.ps1 update - https://github.com/EricZimmerman/Get-ZimmermanTools/commit/c40e8ddc8df5a210c5d9155194e602a81532f23d, script now defaults to .NET 6, modifed lots of comments, variables, etc, and overall made the script more readable and maintainable |
| 29 | + 4.0 - (June 13, 2023) Made adjustments to script based on Get-ZimmermanTools.ps1 update - https://github.com/EricZimmerman/Get-ZimmermanTools/commit/c40e8ddc8df5a210c5d9155194e602a81532f23d, script now defaults to .NET 6, modifed lots of comments, variables, etc, and overall made the script more readable and maintainable |
30 | 30 | |
31 | 31 | .PARAMETER silent |
32 | 32 | Disable the progress bar and exit the script without pausing in the end |
|
36 | 36 | |
37 | 37 | .NOTES |
38 | 38 | =========================================================================== |
39 | | - Created with: SAPIEN Technologies, Inc., PowerShell Studio 2022 v5.8.201 |
40 | | - Created on: 2022-02-22 23:29 |
41 | | - Created by: Andrew Rathbun |
42 | | - Organization: Kroll |
| 39 | + Created with: SAPIEN Technologies, Inc., PowerShell Studio 2022 v5.8.201 |
| 40 | + Created on: 2022-02-22 23:29 |
| 41 | + Created by: Andrew Rathbun |
| 42 | + Organization: Kroll |
43 | 43 | Filename: KAPE-EZToolsAncillaryUpdater.ps1 |
44 | 44 | GitHub: https://github.com/AndrewRathbun/KAPE-EZToolsAncillaryUpdater |
45 | | - Version: 3.7 |
| 45 | + Version: 4.0 |
46 | 46 | =========================================================================== |
47 | 47 | #> |
48 | 48 | param |
|
0 commit comments