Active Directory Programming help needed
Posted
by ricky2002
on Stack Overflow
See other posts from Stack Overflow
or by ricky2002
Published on 2010-03-09T01:18:02Z
Indexed on
2010/03/09
1:21 UTC
Read the original article
Hit count: 261
Hello Friends,
I want to make Windows Service in .NET which has to run on Windows Server 2003, 2008. The main functionalities i need are:
As soon as a network user logs in, Display his:
- User name in Active Directory
- Domain
- Ip Address from where he connected
I do not want to install or run any program/script on the client machine.
Any help on how to go about developing this will be greatly appreciated. i saw some articles explaining this using the System.Environment namespace and some others but they only shed light for the local logged on user.
© Stack Overflow or respective owner