Skip to content

Commit

Permalink
Deployed 50a8dff with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Nov 12, 2024
1 parent ced4dfa commit 8e0f44a
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 110 deletions.
7 changes: 6 additions & 1 deletion Diagnostics/HealthChecker/AMSIIntegration/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3463,11 +3463,16 @@ <h1 id="amsi-check">AMSI Check</h1>
Alternatively, a compatible AMSI capable third-party AV provider.</p>
<p>This check verifies if an override exists which disables the AMSI integration with Exchange Server. It does that, by running the following query:</p>
<p><code>Get-SettingOverride | Where-Object { ($_.ComponentName -eq "Cafe") -and ($_.SectionName -eq "HttpRequestFiltering") }</code></p>
<p>AMSI Body Scanning Feature, was introduced in Exchange Server November 2024 Security Update. This is disabled by default and can be enabled with a New-SettingOverride cmdlet. In order to properly function, it does require that AMSI is enabled as well. There will be a configuration issue/warning for the following scenarios:
- Body Scanning is enabled, but AMSI is disabled
- Block Request Greater than Max scan size is configured
- Body Scanning is enabled, but not on the correct version to have the setting applicable</p>
<p><strong>Included in HTML Report?</strong></p>
<p>Yes</p>
<p><strong>Additional resources:</strong></p>
<p><a href="https://techcommunity.microsoft.com/t5/exchange-team-blog/released-june-2021-quarterly-exchange-updates/ba-p/2459826">Released: June 2021 Quarterly Exchange Updates</a></p>
<p><a href="https://techcommunity.microsoft.com/t5/exchange-team-blog/more-about-amsi-integration-with-exchange-server/ba-p/2572371">More about AMSI integration with Exchange Server</a></p>
<p><a href="https://learn.microsoft.com/Exchange/antispam-and-antimalware/amsi-integration-with-exchange">Exchange Server AMSI Integration</a></p>



Expand All @@ -3488,7 +3493,7 @@ <h1 id="amsi-check">AMSI Check</h1>
<span class="md-icon" title="Last update">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">January 13, 2023</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">October 21, 2024</span>
</span>


Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit 8e0f44a

Please sign in to comment.