Update-GlobalAddressList -Identity "Global Address List" -DomainController "YourDomainControllerName"
2. Go to the
EMC >
Organization Configuration >
Mailbox Node >
Offline Address book tab and click
update on the Default OAB,
Update-GLobalAddressList "Default Global Address List"
Reference:
http://social.technet.microsoft.com/Forums/en-US/exchangesoftwareupdate/thread/3acd502b-56a0-4b52-b304-a977def0549e/
(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'))
10. On the
Attribute Editor tab,
click purportedSearch, and then click
Edit.
(&(mailNickname=*)(|(objectClass=user)(objectClass=contact)(objectClass=msexchsystemmailbox)(objectClass=msexchdynamicdistributionlist)(objectClass=group)(objectClass=publicfolder)))
12. Now locate
msExchRecipientFilterFlags get-globaladdresslist -Identity "Default Global Address List" | format-list
New-GlobalAddressList -Name "Company1" -ConditionalCompany "Company1" -IncludedRecipients "AllRecipients"
3.
Although I have not tested this sites instructions you can try updating user's in bulk. But you would have to use a Script and create one per Company, to see steps please
click here.
((Alias -ne $null) -and (ObjectCategory -like 'group'))
7. Hit
Preview to see if your Security Group is now in the list
Update-GlobalAddressList - Identity "address list" -DomainController "domain controller name"
Remove-GlobalAddressList -Identity "GAL NAME" -DomainController ad-server.yourdomain.com
New-GlobalAddressList -Name "GAL NAME" -IncludedRecipients MailboxUsers
Have a question about something in this article? You can receive help directly from the article author. Sign up for a free trial to get started.
Comments (0)