c# - Searching a domain for workstation specific user is logged in -


i trying write little application search domain workstation user logged in on , return host name/ip of workstation.

so far have username stored in string.

i using vs express desktop not have access lot of references web.

i pretty new c# should able understand things.

thanks!

prototype:

public string get_comp(string user) 


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -