Exchange 2007 - Distribution Group Separation From GAL - Please help!!
Please help! we had our distribution groups separated from our gal by someone who no longer works w/ me. once i upgraded our address lists to OPATH, everything sits in the GAL again. i THINK the person modified the Purportedsearch attribute in ADSI EDIT under CN, Services, MS Exchange, DOMAIN, All global address lists,default global address list. the issue is, i believe exchange 2007 GAL now is using the msExchQueryFilter attribute below: (Alias -ne $null -and (((((ObjectClass -eq 'user' -or ObjectClass -eq 'contact') -or ObjectClass -eq 'msExchSystemMailbox') -or ObjectClass -eq 'msExchDynamicDistributionList') -or ObjectClass -eq 'group') -or ObjectClass -eq 'publicFolder')) i tried to run this in powershell, but am getting an error. Set-GlobalAddressList "Default Global Address List" -RecipientFilter {(Alias -ne $null -and RecipientType -ne 'mailuniversaldistributiongroup' -and (ObjectClass -eq 'user' -or ObjectClass -eq 'Contact' -or ObjectClass -eq 'msExchSystemMailbox' -or ObjectClass -eq 'msExchDynamicDistributionList' -or ObjectClass -eq 'group' -or ObjectClass -eq 'publicFolder'))} does anyone know the proper OPATH filter to apply in ADSIEDIT? i need to exclude distribution lists from the GAL. THANK YOU!
December 3rd, 2010 3:09pm

Always post the complete error to which you refer. We don't care to guess what error you might have gotten. Try this: Set-GlobalAddressList "Default Global Address List" -RecipientFilter {(Alias -ne $null -and (ObjectClass -eq 'user' -or ObjectClass -eq 'contact' -or ObjectClass -eq 'msExchSystemMailbox' -or ObjectClass -eq 'publicFolder'))} -Force Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."
Free Windows Admin Tool Kit Click here and download it now
December 3rd, 2010 8:51pm

Hi, Any update on your issue? Best regards, SerenaPlease remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
December 7th, 2010 3:36am

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

Other recent topics Other recent topics