dirkjanm / ROADtools

A collection of Azure AD/Entra tools for offensive and defensive security purposes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[bug] Some users missing

quentinhardy opened this issue · comments

Hello,

Thank you for this very useful tool.

I collected a big database (1,2GB) containing more than 80k users, many groups, etc.
Some users are skipped during the dump step. I don't know why because I don't remember errors in Roadrecon outpout.
I have not checked groups or devices. Perhaps the same problem.

I have tested through the web interface and the python API:

[...]
session = database.get_session(database.init())
for user in session.query(User):
[...]

If I use MicroBurst or Get-MsolUser (MSOnline), these missing users are collected.

Best regards,

There have been some minor changes that could have caused this issue which are now resolved. In any case its very hard for me to debug this unless there is some reproducible case that we could drill into. So I'm closing this as it's not something I think I can debug or reproduce.