您好,
我查询到可能和“-MeetingForwardNotificationEnabled”属性值有关。
请使用以下命令查看“-MeetingForwardNotificationEnabled”该属性值是否为“False” ,如果是”False“请设置为“True”。
检查:get-remotedomain | fl meetingforward*
使用该命令设置为true:Set-RemoteDomain -identity * -MeetingForwardNotificationEnabled $true
此致
Shaofan
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.