Is it possible to get the computer name for a person that is found through Active Directory?
I am currently getting the person via DirectorySearcher
object, and from there can get the user's SID, but i don't know where to look next in order to find the actual computer name that is assigned to that SID or person?
Or maybe there is an easier way to get this information from Active Directory?