ESET 線上說明

選取主題

資料庫掃描帳戶詳細資訊

如果您仍然需要為資料庫掃描指定使用者名稱和密碼,則會顯示此對話視窗。請在快顯視窗中指定具有EWS (Exchange Web 服務) 存取權限的使用者憑證,並按一下 [確定]。或者,移至 [進階設定] > [伺服器] > 指定信箱資料庫掃描

1.輸入 [使用者名稱],按一下 [設定],輸入此使用者帳戶的密碼,然後按一下 [確定]

2.按一下 [儲存帳戶資訊] 旁邊的核取方塊來儲存帳戶設定。或者,系統會提示您每次執行指定信箱資料庫掃描時都輸入帳戶資訊。

on_demand_account_details

如果使用者帳戶沒有適當的 Exchange Web 服務 (EWS) 存取權限,您可以選取 [建立「ApplicationImpersonation」角色指派] 以將此角色指派給使用者帳戶。或者,您可以手動指派 ApplicationImpersonation 角色


important

掃描帳戶必須具備指派的 ApplicationImpersonation 角色,以便允許掃描引擎掃描在 Exchange 信箱資料庫中掃描使用者信箱。如果您執行 Exchange Server 2010 或更新版本,新的無限制 EWS 節流規則已為使用者帳戶建立。

請確保為掃描帳戶配置 EWS 節流規則,以避免 ESET Mail Security 發出太多作業要求,否則可能導致部分要求逾時。請參閱 EWS 最佳實務瞭解用戶端節流規則文章以瞭解節流規則。此外,請參閱變更針對特定使用者的使用者節流設定文章以取得進一步的詳細資料與範例。

如果您想要手動指派 [ApplicationImpersonation 角色] 至使用者帳戶,並為此帳戶建立新的 EWS 節流規則,您可以使用下列命令 (使用系統中實際的帳戶名稱取代 ESET-user,您也可以使用數字取代 $null,以針對 EWS 節流規則設定限制):

Exchange Server 2007

Get-ClientAccessServer | Add-AdPermission -User ESET-user -ExtendedRights ms-Exch-EPI-Impersonation

Get-MailboxDatabase | Add-AdPermission -User ESET-user -ExtendedRights ms-Exch-EPI-May-Impersonate

Exchange Server 2010

New-ManagementRoleAssignment -Name:ESET-ApplicationImpersonation -Role:ApplicationImpersonation -User ESET-user

這會需要一段時間

New-ThrottlingPolicy -Name ESET-ThrottlingPolicy -EWSFindCountLimit $null -EWSFastSearchTimeoutInSeconds $null -EWSMaxConcurrency $null -EWSPercentTimeInAD $null -EWSPercentTimeInCAS $null -EWSPercentTimeInMailboxRPC $null

Set-ThrottlingPolicyAssociation -Identity user-ESET -ThrottlingPolicy ESET-ThrottlingPolicy

Exchange Server 2013、2016 及 2019

New-ManagementRoleAssignment -Name:ESET-ApplicationImpersonation -Role:ApplicationImpersonation -User ESET-user

這會需要一段時間

New-ThrottlingPolicy -Name ESET-ThrottlingPolicy -EWSMaxConcurrency Unlimited -EwsCutoffBalance Unlimited -EwsMaxBurst Unlimited -EwsRechargeRate Unlimited

Set-ThrottlingPolicyAssociation -Identity ESET-user -ThrottlingPolicy ESET-ThrottlingPolicy