invictus-ir / Microsoft-Extractor-Suite

A PowerShell module for acquisition of data from Microsoft 365 and Azure for Incident Response and Cyber Security purposes.
https://microsoft-365-extractor-suite.readthedocs.io/en/latest/
GNU General Public License v2.0
481 stars 68 forks source link

Get-AzureActivityLogs fix #55

Closed angry-bender closed 8 months ago

angry-bender commented 8 months ago

As per the comments in #51 i have continued to fix up the extracted data. This PR will enable all the data to be pulled without conflict. Im still unsure as to why we need to be so verbose in a select-object statement, as i cant get the verbose error in PowerShell, nor review the duplicate column

I've also updated the submission timestamp to a datetime type.

Tested and uploaded to my own analytics platform, this is a nice fix with minimal tweaks required to a log's schema.

JoeyInvictus commented 8 months ago

Thank you for the pull request! We greatly appreciate your contribution. It works great in our test enviornment as well.