Skip to content

VRPC.COM

Virtual Reality Powered Computer

  • Home
  • Apple
  • Apps
  • Mobile Devices
    • Jailbreak
  • Network
  • Servers
  • Windows
  • Hackintosh

Tag: GAL

exchange 2010 failed to create new GAL

Posted on October 6, 2017 by vrpc

error when trying to create new GAL using:

New-GlobalAddresslist “new GAL” –ConditionalCustomAttribute1 “STAFF” –IncludedRecipients “AllRecipients”

WARNING: One or more global address lists were missing from the Active Directory attribute. This is likely caused by
using legacy Exchange management tools to create global address lists.
Active Directory operation failed on server1.domain.local. This error is not retriable. Additional information: The name ref
erence is invalid.
This may be caused by replication latency between Active Directory domain controllers.
Active directory response: 000020B5: AtrErr: DSID-03152C47, #1:
0: 000020B5: DSID-03152C47, problem 1005 (CONSTRAINT_ATT_TYPE), data 0, Att 907ff (globalAddressList2)
+ CategoryInfo : NotSpecified: (0:Int32) [New-GlobalAddressList], ADConstraintViolationException
+ FullyQualifiedErrorId : 8E376CCD,Microsoft.Exchange.Management.SystemConfigurationTasks.NewGlobalAddressList

 

the most likely problem is corupted entry.

This can be tested using power shell script on AD server:


$ad = [ADSI]"LDAP://rootDSE";
$domain = $ad.rootDomainNamingContext;
$obj = New-Object System.DirectoryServices.DirectoryEntry("LDAP://CN=Microsoft Exchange,CN=Services,CN=Configuration,$domain"); 

$count = 0;
$Gals1= $obj.GlobalAddressList;
foreach($g in $Gals1)
{
   $g= $g.ToString().ToLower(); 
   if($g.Contains("cn=deleted objects"))
   {
      Write-Host $g;
      $count= $count +1;  
   }
}

Write-Host "$Count corrupted GAL entries found in property GlobalAddressList";

$count = 0;
$Gals2= $obj.GlobalAddressList2;
foreach($g in $Gals2)
{  
   $g= $g.ToString().ToLower();
   if($g.Contains("cn=deleted objects"))  
   {
      Write-Host $g;          
      $count= $count +1;  
   }
}
Write-Host "$Count corrupted GAL entries found in property GlobalAddressList2";

you will get output something like this:

cn=default global address list\0adel:cc665233-b490-477a-a972-60fdd6d991ef,cn=deleted objects,cn=configuration,dc=domain,dc=
local
1 corrupted GAL entries found in property GlobalAddressList
0 corrupted GAL entries found in property GlobalAddressList2

If you find corrupted entries (make sure to have full system backup) you will have to remove them using ADSI edit on domain controller.

Using ADSI edit connect to configuration:

configuration\ Services\ Microsoft Exchange (right click / properties)

depending on the listed corruption look for GlobalAddressList or GlobalAddressList2 and click edit.

Remove corrupted entries.

This helped me to fix creating new GAL.

 

reference:

https://social.technet.microsoft.com/Forums/exchange/en-US/52854856-f517-4827-b3d3-3e589a422672/exchange-2010-sp-2-cant-create-second-gal?forum=exchange2010hosters

https://social.msdn.microsoft.com/Forums/en-US/3210af54-d8b4-490f-9f5f-f4fc3209d324/newglobaladdresslist-fails-ad44a06f?forum=os_exchangeprotocols&forum=os_exchangeprotocols

 

https://www.experts-exchange.com/articles/12458/Failed-to-create-New-Global-Address-List-on-Exchange-2010.html

 

Posted in Servers, WindowsTagged exchange 2010, GAL

Categories

Recent Posts

  • Fix Core Isolation Turned off on Windows 11
  • ADSelfService GINA Mac Uninstall
  • TLS 1.0
  • Add mac computer to MDM server after initial setup
  • MX-100 1:many NAT not working as expected

Tags

64K AD apple apps backup BOOT chromebook DEP DeployStudio driver DVD EMS exchange 2010 Exchange 2016 Exhange 2010 export FileVault Firefox Firewall fixit G-Suite Google+ Group Policy iphone jailbreak JAMF Linux MAC management error MDM Meraki Mojave Outlook 2016 parental control printer PXE Server Splashtop terminal updates VEEAM vmware WiFi windows 10 windows update 1803

RSS iClarified – Apple News and Tutorials

  • iOS 27 to Let EU Users Replace AirPlay With Google Cast and Other Alternatives [Report]
  • Apple Improving Genmoji and Image Playground Quality in iOS 27 [Report]
  • Apple to Redesign AirPods Settings Experience in iOS 27 [Report]
  • Apple Faces Growing Pressure in Health Wearables as Rivals Push Screenless Devices
  • Perplexity Updates Comet AI Browser for iPhone and iPad With New Features
  • Spotify and Universal Music Strike Deal for AI-Generated Covers and Remixes
  • Unreleased Apple Over-Ear Headphones Appear in FCC Filing

RSS BBC News

  • Social media as bad for young people as smoking, top doctors say May 26, 2026
    The Academy of Medical Royal Colleges says doctors should routinely check on screen time and social media use when seeing younger patients.
  • The rise of the fruit that tastes like custard May 25, 2026
    Custard apple plants are prized for their hardiness but exporting their delicate fruit is difficult.
  • Tech Now May 23, 2026
    Shiona McCallum meets a medical expert testing out the future of prosthetics.
  • AI may speed up search for drugs to treat brain conditions May 22, 2026
    Researchers hope the work will help identify affordable, effective drugs to treat conditions like MND.
  • Waymo pauses robotaxis in five US cities after cars drive into flooded roads May 22, 2026
    A Waymo spokesperson said it had expanded the temporary pause "out of an abundance of caution".
  • 'At a loss for words' - Destiny 2 fans react to news support is ending May 22, 2026
    Bungie said the online shooter will get its final update on 9 June but will still be playable.
  • Musk's SpaceX postpones Starship launch as mega share sale looms May 22, 2026
    It comes just a day after the firm revealed plans for a record-breaking stock market debut.
  • Love factually: Dating start-ups promise to cut the cheats May 21, 2026
    Frustration with fake dating profiles has spurred new dating services with different approaches.
  • UK police bosses say unsafe social media platforms should be blocked for under-16s May 21, 2026
    The NCA and NPCC say children should be blocked from accessing sites which do not stop them seeing nudes or being contacted by strangers.
  • Meta settles social media addiction case with US school district May 21, 2026
    The trial had been set as a test case for 1200 other school districts making similar claims.
Proudly powered by WordPress | Theme: micro, developed by DevriX.