询问者
EXCHANG SERVER 2010创建了会议室,在outlook客户端创建会议无可见会议室

问题
全部回复
-
您好,
建议您再次确认在Exchange添加room list的基本步骤:
1. 在Exchange Server上新建room list的DL(distribution list),使用命令:
New-DistributionGroup -Name <String> –RoomList
详细的参数说明可以参考“New-DistributionGroup“:
https://technet.microsoft.com/en-us/library/aa998856(v=exchg.141).aspx
2. 把room添加到DL,使用命令:
Add-DistributionGroupMember –Identity "Name of Room List" –Member "Name of Room Mailbox"
详细的参数说明可以参考“Add-DistributionGroupMember”:
https://technet.microsoft.com/en-us/library/bb124340(v=exchg.141).aspx
此外,可以通过以下命令列出Room List Distribution Groups:
Get-DistributionGroup | Where {$_.RecipientTypeDetails -eq "RoomList"} | Format-Table DisplayName,Identity,PrimarySmtpAddress
通过以下命令列出已有的Room Mailboxes:
Get-Mailbox | Where-Object {$_.RecipientTypeDetails -eq "RoomMailbox"} | Format-Table DisplayName,Identity,PrimarySmtpAddress
确认以上步骤已经完成后,建议再次打开Outlook客户端,再确认情况如何。如果问题依旧,建议您访问Exchange Server论坛提问:
https://social.microsoft.com/Forums/zh-CN/home?forum=exchangeserverzhchs&filter=alltypes&sort=lastpostdesc
Best Regards,
Eve WangPlease remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.- 已建议为答案 Eve WangMicrosoft contingent staff, Moderator 2017年11月13日 2:51
-
您好!
请问现在情况如何?
如果您需要我们的继续协助,您可以随时在该帖下回复。
Best Regards,
Eve WangPlease remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com. -
您好,
问题是否解决了呢?
如果以上回复有所帮助,请单击“标记为答复”。这将有助于其他遇到类似问题的用户,以用作参考。
Best Regards,
Eve WangPlease remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.