About Terminal Server, Citrix, Delphi and other stuff
I needed to obtain the Fully Qualified Domain Name (FQDN) for a given NetBios domain name. Eg from MYDOMAIN to dc=mydomain,dc=local.
I did some tests with the TranslateName API and if you append a \ to the domain name it returns the FQDN.
Here is a short example:
Related posts:
Active Directory Altiris bug Citrix Dell Delphi Exchange Exchange2003 Exchange2010 Hewlett-Packard HP iOS Jailbreak Java LinkedIn Linux MSI MySQL Navigation Objects Office Outlook Passat PowerPoint PowerShell referall was returned RNS315 RNS510 SasLibEx script slow Terminal Server ThinApp TSAdmin TSAdminEx VBS VCDS Vista VMWare Volkswagen Windows PE WLAN Wordpress WTSWaitSystemEvent wts_event_flush
WP Cumulus Flash tag cloud by Roy Tanck requires Flash Player 9 or better.
2 Responses for "Obtain Fully Qualified Domain Name from Netbios Domain Name"
Can we rely on this function if the computer on which the above code is executed is not joined to the MYDOMAIN?
@Petar: MSDN docs state that it needs to bind to an Active Directory Domain Controller. So I think the computer must be joined to MYDOMAIN or another domain that can resolve the netbios domain (eg a trusted domain).
Leave a reply