Hi
* Given a domain name, how to find if a domain is Win2K domain or NT domain?
* Also, is there any method to do the same without contacting the domain?

Thanks
MD

Re: How to find if a domain is Win2K or Win XP by S

S
Mon Oct 20 04:43:54 CDT 2003

* W2K domain provides Kerberos KDC and usually special SRV entries in DNS.
By contacting the services you may tell with very high probability that the
domain is W2K.
* No. You will have to connect to at least some services - a name is just a
name. For example:

MSFT


--
Svyatoslav Pidgorny, MVP, MCSE
-= F1 is the key =-

"MD" <anonymous@discussions.microsoft.com> wrote in message
news:8EA83055-1830-4B16-B6AE-049A04ACA0E2@microsoft.com...
> Hi
> * Given a domain name, how to find if a domain is Win2K domain or NT
domain?
> * Also, is there any method to do the same without contacting the domain?
>
> Thanks
> MD