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 Add AI-Powered Grammar Checker, Wallpapers, and Shortcuts [Report]
  • Apple Sends WWDC26 Keynote Invites for June 8, Reveals Event Schedule
  • Apple Card Promo Offers 'Free' AirPods Pro 3 With Monthly Spending Requirement
  • Apple Is Turning 'Imperfect' Chips Into a Business Advantage
  • iOS 27 May Automatically Suggest Genmoji Based on Your Photos and Texts
  • Apple Could Launch Overhauled Siri With a 'Beta' Tag
  • Apple to Launch Standalone Siri App With Auto-Deleting Chats in iOS 27 [Gurman]

RSS BBC News

  • Robo-top: The machines that could make your next t-shirt May 18, 2026
    Most clothes are made in Asia, but new machines could bring some of that work back to the West.
  • Satellites and AI used to track UK hedgehogs in bid to slow decline May 18, 2026
    Researchers hope the project will also help to identify barriers preventing hedgehogs from finding food and mates in the wild.
  • Musk loses OpenAI court battle after jury finds he waited too long to sue May 18, 2026
    Jurors spent weeks hearing about Musk's claim that Altman had "stolen a charity."
  • Elon Musk just lost another lawsuit. Will he keep fighting? May 18, 2026
    Musk's loss against OpenAI is the latest in a string of courtroom defeats.
  • Instant AI answers can trivialise human intelligence, warns Royal Observatory May 18, 2026
    Paddy Rodgers said the Observatory's rich history showed the power of human knowledge and the need to avoid "dependence" on AI.
  • Tech Now May 16, 2026
    Adrienne Murray explores how new 3D imaging is supporting heart procedures.
  • X pledges quicker action on hate and terror content in the UK May 15, 2026
    Ofcom said the commitments were of particular importance after recent crimes targeting Jewish communities in the UK.
  • Claim, counter-claim and tech's seedy side exposed: Five things we learned in the Musk-Altman trial May 15, 2026
    As the jury deliberates, this is what we found out during the weeks-long trial with two tech titans at its heart.
  • Inside the secretive and lucrative world of orchid breeding May 14, 2026
    It can take a decade to bring a new orchid to market, so breeders keep their hi-tech processes secret.
  • AI could put people off tech jobs and hurt the economy, warns Raspberry Pi boss May 14, 2026
    Eben Upton warns against claims that Artificial Intelligence will destroy vast numbers of computing roles over the coming years.
Proudly powered by WordPress | Theme: micro, developed by DevriX.