积极答复者
Exchange 2013 地址列表修改

问题
答案
-
您好,
感谢您分享当前的进展。
根据我的研究和测试,每个收件人都必须拥有一个全球通讯簿,如果“所有用户”地址列表指的就是全球通讯簿,则可能没有内置的方法通过OU来进行排除和筛选,但是能够通过其他属性(如部门)进行排除。同时由于无法修改Default Global Address List的筛选条件,建议新建一个全球通讯簿并通过Address Book Policy指定收件人的全球通讯簿。下面的演示命令和链接供您参考:
New-GlobalAddressList -Name 'New GAL' -RecipientFilter {(RecipientType -eq "UserMailbox") -and (Department -eq 'xxx')}
New-GlobalAddressList
https://technet.microsoft.com/en-us/library/bb123785(v=exchg.150).aspx
Filterable properties for the -RecipientFilter parameter
https://technet.microsoft.com/en-us/library/bb738157(v=exchg.150).aspx
Address book policies
https://technet.microsoft.com/en-us/library/hh529948(v=exchg.150).aspx
如果需要进一步的帮助,请随时告诉我们。
谢谢
Albert Ling
Please remember to mark the replies as an answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com- 已编辑 Albert LingMicrosoft contingent staff 2017年11月15日 14:01
- 已标记为答案 僵尸战神 2017年11月20日 2:04
全部回复
-
您好,
根据我的研究,建议您可以在Exchange Management Shell中通过如下命令将特定OU中的邮箱用户设为在地址列表中隐藏,请将OU的值改成实际的值。供您参考,希望对您有所帮助:
Get-Mailbox -ResultSize Unlimited | Where-Object {$_.OrganizationalUnit -eq 'contoso.com/CONTOSO'} | Set-Mailbox -HiddenFromAddressListsEnabled $true
如果需要进一步的帮助,请随时告诉我们。
谢谢
Albert LingPlease remember to mark the replies as an answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com -
您好,
感谢您分享当前的进展。
根据我的研究和测试,每个收件人都必须拥有一个全球通讯簿,如果“所有用户”地址列表指的就是全球通讯簿,则可能没有内置的方法通过OU来进行排除和筛选,但是能够通过其他属性(如部门)进行排除。同时由于无法修改Default Global Address List的筛选条件,建议新建一个全球通讯簿并通过Address Book Policy指定收件人的全球通讯簿。下面的演示命令和链接供您参考:
New-GlobalAddressList -Name 'New GAL' -RecipientFilter {(RecipientType -eq "UserMailbox") -and (Department -eq 'xxx')}
New-GlobalAddressList
https://technet.microsoft.com/en-us/library/bb123785(v=exchg.150).aspx
Filterable properties for the -RecipientFilter parameter
https://technet.microsoft.com/en-us/library/bb738157(v=exchg.150).aspx
Address book policies
https://technet.microsoft.com/en-us/library/hh529948(v=exchg.150).aspx
如果需要进一步的帮助,请随时告诉我们。
谢谢
Albert Ling
Please remember to mark the replies as an answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com- 已编辑 Albert LingMicrosoft contingent staff 2017年11月15日 14:01
- 已标记为答案 僵尸战神 2017年11月20日 2:04
-
您好,
请问之前提供的信息有帮助吗?
如果您需要进一步的帮助,请告诉我们。
谢谢
Albert LingPlease remember to mark the replies as an answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com