Skip to content

Commit 178fbf8

Browse files
authored
Merge branch 'main' into patch-1
2 parents af77057 + dad6249 commit 178fbf8

File tree

3 files changed

+17
-9
lines changed

3 files changed

+17
-9
lines changed

exchange/exchange-ps/exchange/New-MalwareFilterPolicy.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,10 @@ Accept wildcard characters: False
372372
### -EnableExternalSenderAdminNotifications
373373
The EnableExternalSenderAdminNotifications parameter enables or disables sending malware detection notification messages to an administrator for messages from external senders. Valid values are:
374374

375-
- $true: When malware is detected in messages from external senders, send notification messages to the email address that's specified by the ExternalSenderAdminAddress parameter. You can customize the notification message using the CustomFromAddress, CustomFromName, CustomExternalBody, and CustomExternalSubject parameters.
376-
- $false: When malware is detected in messages from external senders, don't send administrator notifications. This is the default value.
375+
- $true: When malware attachments are detected in messages from external senders, send notification messages to the email address that's specified by the ExternalSenderAdminAddress parameter. You can customize the notification message using the CustomFromAddress, CustomFromName, CustomExternalBody, and CustomExternalSubject parameters.
376+
- $false: When malware attachments are detected in messages from external senders, don't send administrator notifications. This is the default value.
377+
378+
**Note**: Admin notifications are sent only for _attachments_ that are classified as malware.
377379

378380
```yaml
379381
Type: Boolean
@@ -431,8 +433,10 @@ Accept wildcard characters: False
431433
### -EnableInternalSenderAdminNotifications
432434
The EnableInternalSenderAdminNotifications parameter enables or disables sending malware detection notification messages to an administrator for messages from internal senders. Valid values are:
433435

434-
- $true: When malware is detected in messages from internal senders, send notification messages to the email address that's specified by the InternalSenderAdminAddress parameter. You can customize the notification message using the CustomFromAddress, CustomFromName, CustomInternalBody, and CustomInternalSubject parameters.
435-
- $false: When malware is detected in messages from internal senders, don't send administrator notifications. This is the default value.
436+
- $true: When malware attachments are detected in messages from internal senders, send notification messages to the email address that's specified by the InternalSenderAdminAddress parameter. You can customize the notification message using the CustomFromAddress, CustomFromName, CustomInternalBody, and CustomInternalSubject parameters.
437+
- $false: When malware attachments are detected in messages from internal senders, don't send administrator notifications. This is the default value.
438+
439+
**Note**: Admin notifications are sent only for _attachments_ that are classified as malware.
436440

437441
```yaml
438442
Type: Boolean

exchange/exchange-ps/exchange/Set-MailboxRegionalConfiguration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ This example sets Alice Jakobsen's mailbox language to Danish Denmark, sets the
6767
Get-Mailbox -RecipientTypeDetails UserMailbox -ResultSize Unlimited | Set-MailboxRegionalConfiguration -Language es-es -DateFormat "dd/MM/yyyy" -TimeFormat H:mm -LocalizeDefaultFolderName
6868
```
6969

70-
This example sets all User Mailboxes language to Spanish Spain, sets the date in the day/month/year format, sets the time in the H:mm format and localizes the default forder names in Spanish.
70+
This example sets all User Mailboxes language to Spanish Spain, sets the date in the day/month/year format, sets the time in the H:mm format and localizes the default folder names in Spanish.
7171

7272
### Example 5
7373
```powershell

exchange/exchange-ps/exchange/Set-MalwareFilterPolicy.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -398,8 +398,10 @@ Accept wildcard characters: False
398398
### -EnableExternalSenderAdminNotifications
399399
The EnableExternalSenderAdminNotifications parameter enables or disables sending malware detection notification messages to an administrator for messages from external senders. Valid values are:
400400

401-
- $true: When malware is detected in messages from external senders, send notification messages to the email address that's specified by the ExternalSenderAdminAddress parameter. You can customize the notification message using the CustomFromAddress, CustomFromName, CustomExternalBody, and CustomExternalSubject parameters.
402-
- $false: When malware is detected in messages from external senders, don't send administrator notifications. This is the default value.
401+
- $true: When malware attachments are detected in messages from external senders, send notification messages to the email address that's specified by the ExternalSenderAdminAddress parameter. You can customize the notification message using the CustomFromAddress, CustomFromName, CustomExternalBody, and CustomExternalSubject parameters.
402+
- $false: When malware attachments are detected in messages from external senders, don't send administrator notifications. This is the default value.
403+
404+
**Note**: Admin notifications are sent only for _attachments_ that are classified as malware.
403405

404406
```yaml
405407
Type: Boolean
@@ -457,8 +459,10 @@ Accept wildcard characters: False
457459
### -EnableInternalSenderAdminNotifications
458460
The EnableInternalSenderAdminNotifications parameter enables or disables sending malware detection notification messages to an administrator for messages from internal senders. Valid values are:
459461

460-
- $true: When malware is detected in messages from internal senders, send notification messages to the email address that's specified by the InternalSenderAdminAddress parameter. You can customize the notification message using the CustomFromAddress, CustomFromName, CustomInternalBody, and CustomInternalSubject parameters.
461-
- $false: When malware is detected in messages from internal senders, don't send administrator notifications. This is the default value.
462+
- $true: When malware attachments are detected in messages from internal senders, send notification messages to the email address that's specified by the InternalSenderAdminAddress parameter. You can customize the notification message using the CustomFromAddress, CustomFromName, CustomInternalBody, and CustomInternalSubject parameters.
463+
- $false: When malware attachments are detected in messages from internal senders, don't send administrator notifications. This is the default value.
464+
465+
**Note**: Admin notifications are sent only for _attachments_ that are classified as malware.
462466

463467
```yaml
464468
Type: Boolean

0 commit comments

Comments
 (0)