LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Read the network active directory user information

Hi:

I´m would like to konw how to read the information about the users from the network active directory. I read something about C# but if I develop a dll with C# I supose that I have to install de .NET Framework on the computer that run the application so ... at the moment its´n a good idea.

Thank you for your help.
0 Kudos
Message 1 of 2
(2,875 Views)
Hi,

Most likely your C# code is going to be calling the Windows SDK functions to get the information about the users from the network active directory. If you don't want the .NET framework on the target computer, you can use the C# code as a model for writing a C dll.

Feroz
0 Kudos
Message 2 of 2
(2,875 Views)