Skip to content

Update V2.0.3 - Again some improvements & Bug fixes

Compare
Choose a tag to compare
@JoeyInvictus JoeyInvictus released this 23 Sep 13:35
· 40 commits to main since this release

General changes:

  • Fixed incorrect scope for Get-Emails in both the script and documentation.
  • Added mergeoutput flag for the Audit Logs Graph acquisition method.
  • Fixed mergeoutput to generate correct JSON format for Microsoft-Analyzer-Suite.
  • Added try/catch in the Activity Logs and Directory Activity Logs authentication flows to catch errors when the user is not connected.
  • Removed filter from Get-AzureDirectoryActivityLogs to ensure all events are collected.
  • Fixed a small logic error in Get-AdminUsers, preventing errors when removed user IDs are identified in a group.
  • Added -ObjectId parameter to Get-UALGraph
  • Added -ObjectId parameter to all Unified Audit Log acquisition scripts

Small fixes for Get-MailItemsAccessed:

  • Made -Download a switch parameter.
  • Fixed an issue where the InternetMessageId was not being retrieved correctly from the output.
  • Added a try/catch block to handle potential errors as they occur.