Re: List all Global Catalog Server



On Fri, 21 Jul 2006 00:13:02 -0700, Marco <Marco@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:

Hi Newsgoup, i have a question.
How can i list all Clobal Catalog server in a Domain.
Can you help me.
Thanks Marco

If you have NOT already installed the Windows Server Support Tools, install them from the \SUPPORT\TOOLS\SUPTOOLS.MSI file of the Windows Server CD-ROM.

Remove the serialization from the following and save it as IS_GC.BAT. Run IS_GC.BAT

01 @echo off
02 setlocal
03 set get=netdom QUERY /DOMAIN:%USERDNSDOMAIN% DC
04 set no=The command completed successfully.
05 for /f "Skip=1 Tokens=*" %%a in ('%get%^|find /V "%no%"') do (
06 call :isgc %%a
07 )
08 endlocal
09 goto :EOF
10 :isgc
11 set GC=N
12 for /f "Tokens=*" %%g in ('repadmin /showreps %1 ^|findstr /l /i /C:"DC Options: IS_GC"') do (
13 set GC=Y
14 )
15 if "%GC%" EQU "Y" @echo %1

Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
http://www.jsifaq.com
.



Relevant Pages

  • RE: Client problem browsing certain shares
    ... folder with 400 zip files, ... Does the problem appear on all the Windows Server 2003 computers? ... Install NetBEUI on Windows Server 2003 ...
    (microsoft.public.windows.server.sbs)
  • RE: Windows server identifies the Intel EM64T Processor as an AMD6
    ... The AMD64 and EMT64T platforms are the same. ... Where are we locating the Microsoft iSCSI Initiator packages? ... <Subject: RE: Windows server identifies the Intel EM64T Processor as an AMD6 ... What software is failing to install? ...
    (microsoft.public.windows.server.general)
  • Re: WSUS SP1
    ... I was referring to when several people downloaded the SP1 release for Windows server 2003, which was specifically NOT to be used with SBS. ... My concern is telling WSUS to check for Windows Server 2003 updates, and then knowing which of those are OK to install on SBS 2003. ...
    (microsoft.public.windows.server.sbs)
  • Re: SBS 2003 SP1 + June updates: Server Performance Report: "No da
    ... I was working with the main administrator account. ... > Security Update for Windows Server 2003 ... >> Are you sure you installed ALL 5 PARTS of the SP1 install? ...
    (microsoft.public.windows.server.sbs)
  • RE: Windows Server 2003 Shuts down laptop during install
    ... If you need to perform a parallel installation of Windows Server 2003, ... Microsoft Online Partner Support ... Windows Server 2003 Shuts down laptop during install ...
    (microsoft.public.windows.server.migration)