Determine Host or IP from domain user
Posted
by Duracell
on Stack Overflow
See other posts from Stack Overflow
or by Duracell
Published on 2010-04-06T00:20:48Z
Indexed on
2010/04/06
0:23 UTC
Read the original article
Hit count: 637
Is there any way, on a windows domain, to get hostname or IP address given the domain username? C# APIs would be great.
example: string GetUserIP(string username);
© Stack Overflow or respective owner