Question : Default Global Address List is messed up

I'm not sure what I did.  My Default Global Address list is gone.  When I look in EMC it's not there.  When I look in ADSIEDIT it's there, but it looks like a record(a little text file looking thing) instead of folder icon.  Also when I try to look at the properties for it nothing happens.

Answer : Default Global Address List is messed up

Got it.  It ws a pemissions issue.  Get-GlobalAddressList "Default Global Address List" | Add-ADPermission -User "Authenticated Users" -AccessRights GenericRead -ExtendedRights Open-Address-Book -Deny:$True denied NT Authority\Authenticated Users any access to the DGAL.  I used "DSACLS distinguishedname /A" to see the permissions, and   "DSACLS distinguishedname /R domain\GroupOrUserName" to remove the Deny ACL for NT Authority\Authenticated Users group.
Random Solutions  
 
programming4us programming4us