Retrieving objects and attributes from Active Directori

Hi,

I want to connect to an Active Directory Directly from knime as midomain.miorg.com
Then i want to extract for example all the users and all their atributtes and export as CSV to be able to manage them

I have powershell that extract all users with samaccountname, name, memberof.
and then i can create several tables with the membership of the users.
Is it possible to connect directly to Active Directory and export fron Knime?

Thanks

Hi @repoff3651,

there is no node for this specific task, so the only way I can think of is a Java or Python snippet node.

Hi there @repoff3651,

welcome to KNIME Community!

Well besides @Marten_Pfannenschmidt suggestions you might wanna try External Tool (Labs) node to call script you already have and this way you can have your data in KNIME and option to export it from it.

Br,
Ivan

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.