Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

徵狀

會議召集人會收到來自出席者的多個會議回覆。 從使用者的裝置分析 IIS 記錄會顯示多個 MeetingResponse 命令。 這些命令與下列命令類似:

2015-11-18 13:48:57 10.0.1.161 POST /Microsoft-Server-ActiveSync/Proxy/default.eas User=jmartin@contoso.com&DeviceId=VBHDCRCR131BJBUID1MNRQNNIG&DeviceType=iPhone&Cmd=MeetingResponse&Log=PrxFrom:10.0.1.161_V160_Ver1:160_HH:eas.contoso.com_SmtpAdrs:jmartin%40contoso.com_Fet:6014_Pk:4016830080_DevOS:iOS+9.2+13C71_As:AllowedG_Mbx:CLT-E16-MBX1.contoso.com_Throttle:0 

原因

之所以發生此問題,是因為出席者使用 iOS 9 回應週期性會議的實例。x 裝置。 裝置無法正確分析執行 Exchange Server 之伺服器的回應。 因此,伺服器會繼續傳送會議回復。

其他相關資訊

注意

本文中與分析 IIS 記錄相關的資訊僅適用于使用 Exchange 內部部署的客戶。 它不適用於 Exchange Online 客戶,因為他們無法存取其 IIS 記錄。 若是 Exchange Online,我們強烈建議您確保所有擁有 iOS 裝置的使用者都使用最新的可用作業系統版本。

您可以使用下列記錄解析程式 Studio 查詢來識別受此問題影響的使用者:

/* Query to find MeetingResponse commands by user device */
SELECT COUNT(*) As Hits,
EXTRACT_VALUE(cs-uri-query,'DeviceType') AS DeviceType,
EXTRACT_VALUE(cs-uri-query,'DeviceId') AS DeviceId,
REPLACE_STR(TO_STRING(EXTRACT_PREFIX(EXTRACT_SUFFIX(cs-uri-query, 0, '_SmtpAdrs:'), 0, '_')), '%40', '@') As User,
EXTRACT_VALUE(cs-uri-query,'Cmd') AS Cmd
FROM '[LOGFILEPATH]' 
WHERE cs-uri-stem LIKE '%Active%' AND Cmd LIKE '%MeetingResponse%'
GROUP BY DeviceType,DeviceId,Cmd,User
ORDER BY Hits DESC 

Microsoft 提供協力廠商的連絡資訊,協助您尋找技術支援。 此連絡資訊若有變更,恕不另行通知。 Microsoft 不保證此協力廠商連絡資訊的正確性。

Need more help?

Want more options?

探索訂閱權益、瀏覽訓練課程、瞭解如何保護您的裝置等等。

社群可協助您詢問並回答問題、提供意見反應,以及聆聽來自具有豐富知識的專家意見。

Was this information helpful?

How satisfied are you with the translation quality?
What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×