<p>On any computer, that has DNS configured to use AD’s DNS server do:</p>
<ul>
<li></li>
</ul>
<p>Start → Run → <code>nslookup</code></p>
<pre><code class="lang-auto">set type=all
ldap.tcp.dc._msdcs.DOMAIN_NAME
</code></pre>
<p>Replace <strong>DOMAIN_NAME</strong> with the actual domain name e.g. <em><a href="http://example.com">example.com</a></em>. Read more <a href="http://support.microsoft.com/kb/816587">here</a>.</p>