共用方式為


在 Exchange 2013 中檢視或設定Outlook Web App信箱原則屬性

適用於:Exchange Server 2013

建立Outlook Web App信箱原則之後,您可以設定各種選項來控制Outlook Web App中使用者可用的功能。 例如,您可以啟用或停用收件匣規則,或為附件建立允許的檔案類型清單。

開始之前有哪些須知?

提示

有問題嗎? 在 Exchange 論壇中尋求協助。 瀏覽 Exchange Server 的論壇。

使用 EAC 檢視或設定 Outlook Web App 信箱原則

  1. 在 EAC 中,按一下 [權>Outlook Web App原則]

  2. 在結果窗格中,按一下以選取您要檢視或設定的信箱原則。

  3. Click the Edit button.

  4. On the General tab, you can view and edit the name of the policy.

  5. 在 [ 功能] 索引 標籤上,使用核取方塊來啟用或停用功能。 最常用的功能預設為顯示。 To see all features that can be enabled or disabled, click More options.

    注意事項

    Outlook Web App信箱原則的功能設定會覆寫Outlook Web App虛擬目錄設定。 您可以使用 Shell 中的 Set-CASMailbox Cmdlet 來變更個別使用者的分割設定。

  6. 在 [ 檔案存取] 索引 標籤上,使用 [直接檔案存取] 核取方塊來設定使用者的檔案存取和檢視選項。 File access lets a user open or view the contents of files attached to an email message.

    檔案存取可根據使用者是否登入公用或私人電腦進行控制。 只有在您使用表單型驗證時,才可以使用使用者用來選取私人電腦存取或公用電腦存取的選項。 所有其他形式的驗證預設為私人電腦存取。

  7. On the Offline access tab, use the option buttons to configure offline access availability.

  8. 按一下 [儲存] 以更新原則。

使用命令介面來設定 Outlook Web App 信箱原則

此範例會在預設信箱原則中啟用行事曆存取功能。

Set-OwaMailboxPolicy -Identity Default -CalendarEnabled $true

如需語法及參數的相關資訊,請參閱 Set-OwaMailboxPolicy

使用命令介面來檢視 Outlook Web App 信箱原則

此範例會擷取Outlook Web App信箱原則Executives 的 in the organizationFabrikam 屬性。

Get-OwaMailboxPolicy -Identity Fabrikam\Executives

如需語法及參數的相關資訊,請參閱 Get-OwaMailboxPolicy

如何知道這是否正常運作?

若要確認是否已成功編輯 Outlook Web App 信箱原則:

  1. 在 EAC 中,按一下 [權>Outlook Web App原則],然後選擇特定Outlook Web App信箱原則。

  2. Click the Edit button to view the properties of the mailbox policy.

  3. Click Save or Cancel to close the properties page.