Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm having trouble finding a solution to managing (adding/deleting members) to AD groups with more than the member rang limit (on my AD it's 1500)
Any suggestions?
Hi,
due to AD range LIMIT :
https://docs.microsoft.com/en-us/previous-versions/windows/desktop/ldap/searching-using-range-retrieval
You have to query your AD with packet of 500 member for eg, so if you want to add more than 1500 you have to
partition your output in paquet of 500 or 1000 for eg
Hi,
due to AD range LIMIT :
https://docs.microsoft.com/en-us/previous-versions/windows/desktop/ldap/searching-using-range-retrieval
You have to query your AD with packet of 500 member for eg, so if you want to add more than 1500 you have to
partition your output in paquet of 500 or 1000 for eg