| Author | Messages | |
dharding
Posts:24
 | | 07/16/2008 10:13 PM |
| Is there a script out there that I can use to find ALL Global Catalogs in the forest?
Devon Harding
Windows Systems Engineer
Southern Wine & Spirits - BSG
954-602-2469
This message is the property of Southern Wine & Spirits or its affiliates.
It is intended only for the use of the individual or entity to which it is addressed and
may contain information that is non-public, proprietary,
privileged, confidential, and exempt from disclosure under
applicable law or may constitute as attorney work product.
If you are not the intended recipient, you are hereby notified
that any use, dissemination, distribution, or copying of this
communication is strictly prohibited. If you have received this
communication in error, notify us immediately by telephone and
(i) destroy this message if a facsimile or (ii) delete this message
immediately if this is an electronic communication.
Thank you.
| | | |
| bsonposh
Posts:171
 | | 07/16/2008 10:13 PM |
| In Powershell
[System.DirectoryServices.ActiveDirectory.Forest]::GetCurrentForest().FindAllGlobalCatalogs() | select Name
On Mon, Jun 30, 2008 at 10:46 AM, Harding, Devon <dharding@southernwine.com> wrote:
> Is there a script out there that I can use to find ALL Global Catalogs in > the forest? > > > > *Devon Harding* > > *Windows Systems Engineer* > > *Southern Wine & Spirits - BSG* > > *954-602-2469* > > > > ------------------------------ > *This message is the property of Southern Wine & Spirits or its > affiliates. It is intended only for the use of the individual or entity to > which it is addressed and may contain information that is non-public, > proprietary, privileged, confidential, and exempt from disclosure under > applicable law or may constitute as attorney work product. If you are not > the intended recipient, you are hereby notified that any use, dissemination, > distribution, or copying of this communication is strictly prohibited. If > you have received this communication in error, notify us immediately by > telephone and (i) destroy this message if a facsimile or (ii) delete this > message immediately if this is an electronic communication. > Thank you.* >
| | | |
| KenM
Posts:6
 | | 07/16/2008 10:13 PM |
| adfind -config -rb cn=sites -f "(&(objectcategory=ntdsdsa)(options:AND:=1))" -bit distinguishedname
On Mon, Jun 30, 2008 at 10:46 AM, Harding, Devon <dharding@southernwine.com> wrote:
> Is there a script out there that I can use to find ALL Global Catalogs in > the forest? > > > > *Devon Harding* > > *Windows Systems Engineer* > > *Southern Wine & Spirits - BSG* > > *954-602-2469* > > > > ------------------------------ > * This message is the property of Southern Wine & Spirits or its > affiliates. It is intended only for the use of the individual or entity to > which it is addressed and may contain information that is non-public, > proprietary, privileged, confidential, and exempt from disclosure under > applicable law or may constitute as attorney work product. If you are not > the intended recipient, you are hereby notified that any use, dissemination, > distribution, or copying of this communication is strictly prohibited. If > you have received this communication in error, notify us immediately by > telephone and (i) destroy this message if a facsimile or (ii) delete this > message immediately if this is an electronic communication. > Thank you.* >
| | | |
| mkline
Posts:18
 | | 07/16/2008 10:13 PM |
| In addition to the other good suggestions:
dsquery server -forest -isgc
On Mon, Jun 30, 2008 at 10:46 AM, Harding, Devon <dharding@southernwine.com> wrote:
> Is there a script out there that I can use to find ALL Global Catalogs in > the forest? > > > > *Devon Harding* > > *Windows Systems Engineer* > > *Southern Wine & Spirits - BSG* > > *954-602-2469* > > > > ------------------------------ > *This message is the property of Southern Wine & Spirits or its > affiliates. It is intended only for the use of the individual or entity to > which it is addressed and may contain information that is non-public, > proprietary, privileged, confidential, and exempt from disclosure under > applicable law or may constitute as attorney work product. If you are not > the intended recipient, you are hereby notified that any use, dissemination, > distribution, or copying of this communication is strictly prohibited. If > you have received this communication in error, notify us immediately by > telephone and (i) destroy this message if a facsimile or (ii) delete this > message immediately if this is an electronic communication. > Thank you.* >
| | | |
|
|