简体   繁体   中英

Active directory - Get computer IP by user SID

如何使用C#检索用户使用活动目录登录的计算机IP?

You would have to query the Security Event Log on any domain controllers that may have authenticated the user. The logon event will contain the name (and I think the IP) of the workstation used to logon.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM