Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Active Directory > Using client PC to find the functnl level of my log-in AD domain

Reply
Thread Tools Display Modes

Using client PC to find the functnl level of my log-in AD domain

 
 
Jay Tabatabai
Guest
Posts: n/a

 
      06-23-2010
Using Windows XP service pack3 to login to AD domain.
Running the GPresult from the command prompt returns the following:

RSOP results for TMS\TABATAJ on PD9403355 : Logging Mode
---------------------------------------------------------

OS Type: Microsoft Windows XP Professional
OS Configuration: Member Workstation
OS Version: 5.1.2600
Domain Name: ABC
Domain Type: Windows 2000
Site Name: DATA-HUB-SITE
Roaming Profile:
Local Profile: C:\Documents and Settings\tabataj
Connected over a slow link?: No

--------------------
Can I conclude that the Functional level of the AD domain that I am logging
into is windows 2000 (opposed to windows 2003 or .... )
Is there an equivalent WMI call for me to find the version of the AD?

Thanks

Jay
 
Reply With Quote
 
 
 
 
Joe Dunn
Guest
Posts: n/a

 
      06-24-2010

No, don't rely on what you see in GPRESULT to conclude the actual domain
level. I don't think GPRESULT has been updated since Windows 2000 so the
highest it will show is Windows 2000.

Not sure about WMI but you can use LDAP to view the domain level. Attribute
is msDS-Behavior-Version.

Best regards
Joe Dunn
MBCS, MCITP:EA, MCSE, CCNA

"Jay Tabatabai" wrote:

> Using Windows XP service pack3 to login to AD domain.
> Running the GPresult from the command prompt returns the following:
>
> RSOP results for TMS\TABATAJ on PD9403355 : Logging Mode
> ---------------------------------------------------------
>
> OS Type: Microsoft Windows XP Professional
> OS Configuration: Member Workstation
> OS Version: 5.1.2600
> Domain Name: ABC
> Domain Type: Windows 2000
> Site Name: DATA-HUB-SITE
> Roaming Profile:
> Local Profile: C:\Documents and Settings\tabataj
> Connected over a slow link?: No
>
> --------------------
> Can I conclude that the Functional level of the AD domain that I am logging
> into is windows 2000 (opposed to windows 2003 or .... )
> Is there an equivalent WMI call for me to find the version of the AD?
>
> Thanks
>
> Jay

 
Reply With Quote
 
Jay Tabatabai
Guest
Posts: n/a

 
      06-24-2010
Thanks for teh answer, is there any documented procedure out there, on how
to configure the LDAP browser?

Regards

Jay

"Joe Dunn" wrote:

>
> No, don't rely on what you see in GPRESULT to conclude the actual domain
> level. I don't think GPRESULT has been updated since Windows 2000 so the
> highest it will show is Windows 2000.
>
> Not sure about WMI but you can use LDAP to view the domain level. Attribute
> is msDS-Behavior-Version.
>
> Best regards
> Joe Dunn
> MBCS, MCITP:EA, MCSE, CCNA
>
> "Jay Tabatabai" wrote:
>
> > Using Windows XP service pack3 to login to AD domain.
> > Running the GPresult from the command prompt returns the following:
> >
> > RSOP results for TMS\TABATAJ on PD9403355 : Logging Mode
> > ---------------------------------------------------------
> >
> > OS Type: Microsoft Windows XP Professional
> > OS Configuration: Member Workstation
> > OS Version: 5.1.2600
> > Domain Name: ABC
> > Domain Type: Windows 2000
> > Site Name: DATA-HUB-SITE
> > Roaming Profile:
> > Local Profile: C:\Documents and Settings\tabataj
> > Connected over a slow link?: No
> >
> > --------------------
> > Can I conclude that the Functional level of the AD domain that I am logging
> > into is windows 2000 (opposed to windows 2003 or .... )
> > Is there an equivalent WMI call for me to find the version of the AD?
> >
> > Thanks
> >
> > Jay

 
Reply With Quote
 
kj [SBS MVP]
Guest
Posts: n/a

 
      06-24-2010
Joe Dunn wrote:
> No, don't rely on what you see in GPRESULT to conclude the actual
> domain level. I don't think GPRESULT has been updated since Windows
> 2000 so the highest it will show is Windows 2000.
>
> Not sure about WMI but you can use LDAP to view the domain level.
> Attribute is msDS-Behavior-Version.


You don't even have to bind. Just a simple unathenticated connection to the
domain will revel;
....
1> isSynchronized: TRUE;
1> isGlobalCatalogReady: TRUE;
1> domainFunctionality: 2;
1> forestFunctionality: 2;
1> domainControllerFunctionality: 4;

>
> Best regards
> Joe Dunn
> MBCS, MCITP:EA, MCSE, CCNA
>
> "Jay Tabatabai" wrote:
>
>> Using Windows XP service pack3 to login to AD domain.
>> Running the GPresult from the command prompt returns the following:
>>
>> RSOP results for TMS\TABATAJ on PD9403355 : Logging Mode
>> ---------------------------------------------------------
>>
>> OS Type: Microsoft Windows XP Professional
>> OS Configuration: Member Workstation
>> OS Version: 5.1.2600
>> Domain Name: ABC
>> Domain Type: Windows 2000
>> Site Name: DATA-HUB-SITE
>> Roaming Profile:
>> Local Profile: C:\Documents and Settings\tabataj
>> Connected over a slow link?: No
>>
>> --------------------
>> Can I conclude that the Functional level of the AD domain that I am
>> logging into is windows 2000 (opposed to windows 2003 or .... )
>> Is there an equivalent WMI call for me to find the version of the AD?
>>
>> Thanks
>>
>> Jay


--
/kj


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Overriding default SBS 2008 policies Andrew M. Saucci, Jr. Windows Small Business Server 4 02-08-2010 07:36 AM
Re: DC with "Windows cannot obtain the domain controller name for your computer network" Danny Sanders Active Directory 0 01-21-2010 02:26 PM
Unable to add computer to domain Nik Active Directory 5 12-18-2009 08:29 PM
The local domain controller could not connect with - 2008 boe Active Directory 9 11-22-2009 01:05 AM
Re: Migrate from one 2003 Domain to another 2003 Domain Meinolf Weber [MVP-DS] Server Migration 0 10-22-2009 07:35 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59