JoeyInvictus

Results 37 comments of JoeyInvictus

Hi, still waiting for a response from Microsoft on my ticket...

Hi, sorry for the late response. I just got back from holiday. Thanks for providing the code snippets, they look useful, and I'll play around with them a bit and...

Added it to the new update! Thanks again :)

Hi, I am having the same issues. I tried using the following two methods, but both result in similar errors: ``` $apiUrl = "https://graph.microsoft.com/beta/security/auditLog/queries/$scanId/records" $response = Invoke-MgGraphRequest -Method Get -Uri...

Not sure what is going on with the Graph module, but it seems like they removed the `Get-MgBetaSecurityAuditLogQuery` command as well. The documentation gives a 404 error code: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.beta.security/get-mgbetasecurityauditlogquery?view=graph-powershell-beta When...

Hi, thank you for the valuable feedback. This is indeed a big one, going require some time and effort. We can try to work on this and chip away at...

In our recent update, we aligned some code across the modules: - Refined the code for ADSignInLogsGraph, ADAuditLogsGraph, ADAuditLogs and ADSignInLogs to enhance efficiency. - Updated parameter names from before/after...

Hi, We just released the update V2.0.0. I will close this issue for now, but please feel free to reopen it at any time or reach out with any suggestions...

Hmm, thanks for letting us know. I currently don't have access to a large environment to test something like this. As far as I know, there's no way to split...

It seems that the `$top` command isn't allowing us to increase the number of results returned per page. The current limit of 150 results feels quite low to me.