How to Upgrade Default Address Lists from LDAP Filters to OPATH Filters: Exchange 2007 Help: "#
To upgrade the All Users default address list, run the following command:
Set-AddressList 'All Users' -IncludedRecipients MailboxUsers
#
To upgrade the All Groups default address list, run the following command:
Set-AddressList 'All Groups' -IncludedRecipients MailGroups
#
To upgrade the All Contacts default address list, run the following command:
Set-AddressList 'All Contacts' -IncludedRecipients MailContacts
#
To upgrade the Public Folders default address list, run the following command:
Set-AddressList 'PublicFolders' -RecipientFilter { RecipientType -eq 'PublicFolder' }
#
To upgrade the Default Global Address List, run the following command:
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'))}
#
A warning appears asking if you are sure you want to perform this action. Type Y to confirm.
- 已使用 Google 工具列寄出"