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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Enumerate member of Active Directory OU

Hi,

I tried to create a script to read through our active directory and enumerate the member of all organisational units.

The requested output:

OU-Name # member
-------------- --------------
Server CAD 15
PrintServer 3

I spent a lot of time but without useful result.

Anly help is welcome.

Thanks Horst

2 Replies
Not applicable
Author

Hi,

You coudl install the SQL provider for Actiev Directory and try from QlikView.

Or, you could run comand line tools, and write output to a text file. Load that text file into QlikView . It might be simpler. In Windows server versions those command line tools are available.

http://technet.microsoft.com/en-us/library/cc755655%28WS.10%29.aspx

-Alex

Not applicable
Author

Thanks,

I'think you're right.