New-SystemMessage
Ndr 和配額郵件的支援語言
Customizing the quota e-mailszh-CHT\WarningMailboxU... 請刪除信箱中不需要的郵件並清空 [刪除的郵件] 資料夾來縮減信箱大小。zh-CHT\WarningPublicFo... 請降低您的公用資料夾大小,刪除任何不需要的項目。zh-CHT\WarningMailbox 請降低您的信箱大小。刪除信箱中任何不需要的項目,並清空 [刪除的郵件] 資料夾。zh-CHT\WarningPublicFo... 請降低您的公用資料夾大小,刪除任何不需要的項目。zh-CHT\ProhibitSendMai... 您的信箱已無法傳送郵件。請降低您的信箱大小。刪除信箱中任何不需要的項目,並清空 [刪除的郵件...zh-CHT\ProhibitPostPub... 使用者已無法張貼項目至此資料夾。請降低您的公用資料夾大小,刪除任何不需要的項目。zh-CHT\ProhibitSendRec... 您的信箱已無法傳送或接收郵件。請降低您的信箱大小,刪除信箱中任何不需要的項目,並清空 [刪除...zh-CHT\WarningMailboxM... 請刪除項目,或將此資料夾中的項目移到其他資料夾,以減少此資料夾中的郵件數目。zh-CHT\ProhibitReceive... 除非此資料夾中的郵件總數少於允許的數目,否則無法新增郵件至此資料夾。如果使用規則傳遞郵件至...zh-CHT\WarningFolderHi... 請移除您不需要的資料夾,或將資料夾移到資料夾階層中的其他位置,以減少子資料夾的數目。zh-CHT\ProhibitReceive... 除非子資料夾數少於允許的數目,否則無法將資料夾新增至資料夾階層中的此位置。請移除您不需要的...zh-CHT\WarningMailboxM... 請刪除項目,或將此資料夾中的項目移到其他資料夾,以減少此資料夾中的郵件數目。zh-CHT\WarningFolderHi... 請移除您不需要的資料夾,或將資料夾移到資料夾階層中的其他位置,以減少子資料夾的數目。zh-CHT\WarningFolderHi... 請移除不要的資料夾,或是將資料夾移至資料夾階層中的其他位置,以減少資料夾階層數。zh-CHT\ProhibitReceive... 除非資料夾階層數少於允許的數目,否則無法在資料夾階層中的這個位置新增資料夾。請移除不要的資...zh-CHT\WarningFolderHi... 請移除不要的資料夾,或是將資料夾移至資料夾階層中的其他位置,以減少資料夾階層數。zh-CHT\WarningFoldersC... 請降低資料夾階層大小,移除您不需要的資料夾。zh-CHT\ProhibitReceive... 在資料夾階層大小小於所允許的數量前,無法新增資料夾。請移除您不需要的資料夾,降低資料夾階層...
不論是工作所解決的問題或是吃喝玩樂統統記起來。 久而久之這些經驗的累積放在這Birdman知識管理blog供所有人搜尋,自然而然成為自己或大家的知識,這就是知識管理最有價值之處~~~Reuse~~~
搜尋此網誌
2019年2月20日 星期三
升級至Exchange 2016和outlook 2010連線很慢,另外Web介面的Exchange 系統管理中心反應也很慢.Outlook slow after migrating to Exchange 2016..
Outlook slow after migrating to Exchange 2016
由exchange 2010升級至 exchange 2016後
Client:
在執行outlook的電腦改一下regedit
Exchange server上要將IPv6 disable
Outlook Slow and Unresponsive with MAPI over HTTP to Exchange 2016
https://interactivewebs.com/index.php/general-tips/outlook-slow-and-unresponsive-wiht-mapi-over-http-to-exchange-2016/
由exchange 2010升級至 exchange 2016後
- 發現用outlook 2010 online mode連上exchange 2016超級慢,cache mode有好一點,但也是慢。
- 另外使用Web介面的Exchange 系統管理中心也是後慢,硬體是新的,Ram很大,如此的表現真的很怪...
- 我用google大神匯總了熱心人士PO文的幫忙下,終於...慢的問題似乎解決了,3大方向如下:
- 因為exchange server放在VMware上,所以網路設定需要tuning,可調vmware或PC端,我是調整PC端regedit 「TcpAckFrequency」,如果沒調它outlook attach file or reply large email會很慢。
- exchange 2016是使用最新的MAPI over HTTP protocol,但它似乎和outlook 2010不太合,所以我disable MAPI over HTTP,讓outlook 2010使用原有的RPC/HTTP方式連線,如果沒調它outlook反應很慢或是沒有回應。
參考資料:Outlook Slow and Unresponsive with MAPI over HTTP to Exchange 2016 - Disable Exchange server IPv6,如果沒調它exchange web管理介面反應很慢
Client:
在執行outlook的電腦改一下regedit
參考資料:http://support.microsoft.com/kb/2020559/en-us
- Start Registry Editor (Regedit.exe).
- Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces
the interfaces will be listed underneath by automatically generated GUIDs like {064A622F-850B-4C97-96B3-0F0E99162E56} - Click each of the interface GUIDs and perform the following steps:
a. On the Edit menu, point to New, and then click DWORD value.
b. Name the new value TcpAckFrequency, and assign it a value of 1. - Expand HKEY_CURRENT_USER > Software > Microsoft > Exchange.
- Right-click Exchange, and then click New > DWORD.
- A new DWORD entry appears in the right pane.
- Right-click the new DWORD entry, and then click Rename.
- Type MapiHttpDisabled.
- Right-click the MapiHttpDisabled entry, and then click Modify.
- The Edit DWORD Value dialog box appears.
- In the Value box, type 00000001, and then click OK.
- Exit the Registry Editor.
- Restart Windows for this change to take effect.
To configure IPv6, modify the following registry value based on the following table.
Location: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters\
Name: DisabledComponents
Type: REG_DWORD
Value: 0xFF (IPv6 disabled)
注意:IPv6的值一定要是0xff 如果是0xfffffff表示是錯的,將它設定成0xff
應不用重開server,如果不放心,重開也OK,但再進到Regedit Check一下值對不對。
參考資料:
Outlook Slow and Unresponsive with MAPI over HTTP to Exchange 2016
https://interactivewebs.com/index.php/general-tips/outlook-slow-and-unresponsive-wiht-mapi-over-http-to-exchange-2016/
Outlook slow connectivity after Exchange 2010-2013 migration
Guidance for configuring IPv6 in Windows for advanced users
slow online mode "browsing"
訂閱:
文章 (Atom)