Office-365-Extractor icon indicating copy to clipboard operation
Office-365-Extractor copied to clipboard

The Office 365 Extractor is a tool that allows for complete and reliable extraction of the Unified Audit Log (UAL)

Results 6 Office-365-Extractor issues
Sort by recently updated
recently updated
newest added

INFO: Retrieving audit logs between 10/28/2023 19:00:00 and 10/28/2023 20:00:00 ConvertFrom-Json : Invalid JSON primitive: . At C:\Users\ops\AppData\Local\Temp\9\tmpEXO_ngoa3v1m.sia\tmpEXO_ngoa3v1m.sia.psm1:623 char:35 + ... etailsToPSObject = ConvertFrom-Json $ErrorObject.ErrorDetails.Message + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo :...

Could you please add a LICENSE file to the project? Thx a lot

Processing data from remote server outlook.office365.com failed with the following error message: WinRM cannot complete the operation. Verify that the specified computer name is valid, that the computer is accessible...

Replace: $UserCredential = Get-Credential Connect-ExchangeOnline -Credential $UserCredential ... by this: Connect-ExchangeOnline And add this, at the end: Disconnect-ExchangeOnline -Confirm:$false Related issue: https://github.com/jrentenaar/Office-365-Extractor/issues/9

This is just a small piece of output cleanup. By checking the size of the time interval value provided by the user, we now scale the whitespace on the end...

` if ($AmountResults) { $number = $AmountResults.tostring().split(":")[1] $script:integer = [int]$number ` Third line is generating error like this: `InvalidArgument: C:\Temp\Office365_Extractor.ps1:XXX Line | XXX | $script:integer = [int]$number | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |...