Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work on Large domain #12

Open
DalienC opened this issue Mar 16, 2020 · 3 comments
Open

Does not work on Large domain #12

DalienC opened this issue Mar 16, 2020 · 3 comments

Comments

@DalienC
Copy link

DalienC commented Mar 16, 2020

Hi,

The script is great and work beautifully with relatively small domain. however when I try to read max data on my enterprise domains, which holds over 2m user objects due to ADWS restrictions powershell is not able to extract all user or computer data. Because there is EA 0 parameter in all queries it still provides partial data, but not all of it. For example when reading user data it says there is 103424 user objects to process and I am certain this is not the case.
So what I am doing to address this is reading all OUs and then iterating through each OU to read user data and add up to all iterations to a single array to process later. Maybe worth doing in your script as well?

@CarlWebster
Copy link
Owner

Version 3.00 was reworked to work faster and more efficiently in large AD environments.

@DalienC
Copy link
Author

DalienC commented Sep 2, 2020

Thanks I will make sure I test it out. Can you summarize what key amendments where made in approach?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants