Hidden mailbox still appears in GAL
Hi!I have a script hiding users in a certain OU from address lists (ex 2007 Version 8.1 Build 240.6)get-mailbox -resultsize 3000 -Organizationalunit "OU=InactiveUsers,DC=company,DC=com" | where {$_.hiddenfromaddresslistsenabled -eq $false}|set-mailbox -HiddenFromAddressListsEnabled $trueThe script is able to check the hide from address lists setting (also confirmed via adsiedit), but they still appears in GAL, even after I run get-globaladdresslist | update-globaladdresslist If I manually check the setting off|on from exchange management console and run get-globaladdresslist | update-globaladdresslist the recipient is hidden from GAL...Anyone had similar problems?
February 4th, 2010 5:42pm

Did you confirmed the AD replication?Arun Kumar | MCSE - 2K3 + Messaging | ITIL-F V3
Free Windows Admin Tool Kit Click here and download it now
February 4th, 2010 11:04pm

On Thu, 4-Feb-10 14:42:32 GMT, yvind Standal wrote:>Hi!I have a script hiding users in a certain OU from address lists (ex 2007 Version 8.1 Build 240.6)get-mailbox -resultsize 3000 -Organizationalunit "OU=InactiveUsers,DC=company,DC=com" | where {$_.hiddenfromaddresslistsenabled -eq $false}|set-mailbox -HiddenFromAddressListsEnabled $trueThe script is able to check the hide from address lists setting (also confirmed via adsiedit), but they still appears in GAL, even after I run get-globaladdresslist | update-globaladdresslist If I manually check the setting off|on from exchange management console and run get-globaladdresslist | update-globaladdresslist the recipient is hidden from GAL...Anyone had similar problems? There's nothing wrong with what you're doing -- but if you have morethan one domain controller it's quite possible that you're updatingthe information on one of them and looking at another when you use theEMC.---Rich MatheisenMCSE+I, Exchange MVP --- Rich Matheisen MCSE+I, Exchange MVP
February 5th, 2010 6:56am

Ok - I will verify AD replication and do some more testing.Thanks!
Free Windows Admin Tool Kit Click here and download it now
February 5th, 2010 10:15am

hi , check active directory replication ..
February 5th, 2010 6:08pm

Hi,Please force the Outlook client to look at the DC/GC in the same site as Exchange is located. Then check this issue.How to configure Outlook to a specific global catalog server or to the closest global catalog serverhttp://support.microsoft.com/kb/319206ThanksAllen
Free Windows Admin Tool Kit Click here and download it now
February 9th, 2010 8:19am

Well, I've checked the replication and found no issues...A MIIS solution sets this property (hide from address lists) most of the times. My script was intended to set the property on the remaining few.I suspect something is done insufficiently during the MIIS processing.I noticed that several MIIS processed accounts with hide from address list enabled still was visible in GAL so I ran:get-mailbox -resultsize 3000 -Organizationalunit "OU=InactiveUsers,DC=company,DC=com" |set-mailbox -HiddenFromAddressListsEnabled $falseand thenget-mailbox -resultsize 3000 -Organizationalunit "OU=InactiveUsers,DC=company,DC=com" |set-mailbox -HiddenFromAddressListsEnabled $trueAnd now every account was hidden in GAL. So my script works perfectly.Our MIIS solution is going to be replaced during next month (ILM 2007) so I hope this issue disappears then.Thanks for all help.Øyvind
February 26th, 2010 3:45pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics