Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
imholzj
Contributor III
Contributor III

tLdapInput, tLdapOutput - Active Directory Groups with more than 1500 members

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?

Labels (2)
1 Solution

Accepted Solutions
gjeremy1617088143

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

View solution in original post

1 Reply
gjeremy1617088143

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