1.開始-> 程式集 -> Microsoft Exchange Server 2007 ->Exchange 管理命令介面
2.在Exchange Server 2007的Shell Command輸入下列指令:
Set-AddressList "Public Folders" -RecipientFilter {RecipientType -eq 'PublicFolder'}
Set-AddressList "All Contacts" -IncludedRecipients MailContacts
Set-AddressList "All Groups" -IncludedRecipients MailGroups
Set-AddressList "All Users" -IncludedRecipients MailboxUsers
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 'msExchDynamicDistributionList' -or ObjectClass -eq 'group' -or ObjectClass -eq 'publicfolder'))}
Set-EmailAddressPolicy "Default Policy" –IncludedRecipients AllRecipients