Translating NETBIOS domain into a FQDN (Fully Qualified Domain Name)
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: In short - How do I translate a NETBIOS domain to a FQDN ? Details: Assuming I'm in domain A and I have user credentials for domain B which has a trust relationship with domain A (I can authenticate the credentials). How do I get domain B's FQDN when all I have are the credentials of some authenticated user from that domain, including the netbios domain name? I'm coding in C# but a COM/WMI/Win32 solution would be welcomed as well. 回答1: This probably isn't optimal, but it look like you could do a NetBIOS name query to get an IP address, and