[v.2.3] - 2020-11-20
Added
-Added a prompt to prompt the user to hit enter to exit only if the session is interactive.
-Added clean-up routine to collect only
-Added Excel output option (requires PS 5.1+)
-Added event ID 4756 per AD STIG V-43712
-Added event ID to message output for powershell commands (event ID 800)
-Added event status success/fail to output
-Added schTask parameter to add script to scheduled task automatically
-Added a report opener function to ask the user which report to open
Changed
-Change the way log files are backed up. Using wevtutil vs wmi object
-Changed how events are stored. Events are now stored in objects for easier importing into Excel (requires PS 3+)
Deprecated
Removed
Fixed
-Fixed issue with script not copying files (Start-BitsTransfer was the problem) by reverting back to the old way of copying files (copy-item).
-Fixed issue with restart events reporting the wrong user
Security
- No known issues as of this release on 2020-11-20.