Global Catalog Server

Global Catalog Server

A domain controller stores domain information related to its domain alone. To locate objects outside its domain is beyond its scope. Hence there is a need for a Global Catalog server. The global catalog contains a partial representation of all objects in the entire forest. Hence it has the potential to search objects from any domain.

The global catalog is built and updated automatically by the AD replication system. Only certain attributes of the objects which are likely to be searched in the queries are updated to these servers. This helps in speeding up the entire process. The global catalog is stored on domain controllers that have been designated as global catalog servers.

    • Related Articles

    • Transitioning your Active Directory to Windows Server 2008 R2

      Transitioning AD to Windows Server 2008 R2  Introduction  Active Directory (AD), a service provided by Microsoft, functions as a central database for securely storing and managing information about user accounts, user groups, applications, and other ...
    • Quickly Check Windows Server Uptime

      A system is only useful as long as it is up and running. Server administrators use a utility called "Windows Uptime" as a measurement to troubleshoot day-to-day issues that can arise in the Windows environment. A computer with a high downtime has ...
    • The Ultimate Guide to Microsoft Exchange SMTP Server

      Microsoft Exchange SMTP Server is a critical component of email communication for businesses of all sizes. This server plays a crucial role in managing the email flow of an organization by ensuring reliable delivery of messages. In this article, we ...
    • Configure Alerts when Shares are Created on a Server

      We all know that sharing a folder on a server opens up an entry point to that server. Even if the share for the folder is hidden (by adding a $ to the share name), nearly anyone on the network can discover the share. Being notified when a share is ...
    • How to document Exchange Server configuration with PowerShell

      Introduction: You may be in a scenario where you would need to document your Exchange Server before upgrading to a newer version or migrating to a new server machine. This process can be easily done using PowerShell. Let's see how you can document ...