milapointe

Results 15 comments of milapointe

> Hi @reasonerjt, > > Do you think this can be included in a future release? I could join a community meeting if needed... > > Also, would you mind...

> PS: Keep in mind the config history is more or less an administrator page and you are very likely logged in as one. I know but since it's exported...

In my case, the error received is : {"error":{"code":"InvalidFilter","message":"The filter is invalid."}}

> I'm using: `Export-Entra -Path $ExportLocation -All` > > My problem was resolved the moment I added a P2 license to my tenant. I did not need to adjust permissions...

I was able to reproduce it manually. ![image](https://github.com/microsoft/EntraExporter/assets/77821029/dffaaae7-0ddb-41d3-ba7b-a8f28549462f) The first invoke-mggraphrequest is working great ![image](https://github.com/microsoft/EntraExporter/assets/77821029/3e7616ba-1e8e-4c26-aa3f-950a5a705ba0) but as soon as it get inside the loop, it fails with 400 error bad...

I think I got it. $skiptoken is not handled by the endpoint. When you see my first example that was working, > The first invoke-mggraphrequest is working great > >...

> Thanks for raising this @milapointe > > According to the docs at https://learn.microsoft.com/en-us/graph/api/governanceresource-list?view=graph-rest-beta&tabs=http > > This API will soon be deprecated. Given this information, I don't think the API...

> Thanks for following up @milapointe > > > But I don't see a direct replacement for this api : > > As this team/repo is mainly intended for SDK...