Skip to content

Commit

Permalink
update 1.3.5
Browse files Browse the repository at this point in the history
Get-AzureADLogs and Get-AzureADGraphLogs:
- Changed the output directory names for the Audit and Sign-in logs to make it clearer which folders contain what logs.
- Accepted pull request by angry-bender, which added the split by time feature to Get-AzureADAuditLogs with a 12-hour interval (larger dataset than SignInLogs).
- Both Graph and AD collections for the audit logs and sign-in logs now support date and time instead of only date.
- Added error handling to the Graph and AD functionalities to retry if they fail, ensuring all data is collected.

Get-Email
- The functionality Get-Email now supports an input text file containing multiple message IDs, and the functionality will download all messages.
  • Loading branch information
JoeyInvictus committed May 24, 2024
1 parent 29aa9fa commit 731ec82
Show file tree
Hide file tree
Showing 12 changed files with 646 additions and 467 deletions.
2 changes: 1 addition & 1 deletion Microsoft-Extractor-Suite.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Author = 'Joey Rentenaar & Korstiaan Stam'
CompanyName = 'Invictus-IR'

# Version number of this module.
ModuleVersion = '1.3.4'
ModuleVersion = '1.3.5'

# ID used to uniquely identify this module
GUID = '4376306b-0078-4b4d-b565-e22804e3be01'
Expand Down
192 changes: 134 additions & 58 deletions Scripts/Get-AzureADGraphLogs.ps1

Large diffs are not rendered by default.

Loading

0 comments on commit 731ec82

Please sign in to comment.