You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The EnableExternalSenderAdminNotifications parameter enables or disables sending notification messages to an administrator when malware is detected in messages from internal senders. Valid input for this parameter is $true or $false. The default value is $false.
366
+
### -EnableFileFilter
367
+
The EnableFileFilter parameter enables or disables common attachment blocking. Valid values are:
355
368
356
-
Specify the administrator to receive the notification messages by using the InternalSenderAdminAddress parameter.
369
+
- $true: Common attachment blocking is enabled.
370
+
371
+
- $false: Common attachment blocking is disabled.
372
+
373
+
To configure the blocked file types, use the FileTypes parameter.
357
374
358
375
```yaml
359
376
Type: Boolean
360
377
Parameter Sets: (All)
361
378
Aliases:
362
-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
379
+
Applicable: Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
363
380
364
381
Required: False
365
382
Position: Named
@@ -368,8 +385,10 @@ Accept pipeline input: False
368
385
Accept wildcard characters: False
369
386
```
370
387
371
-
### -EnableInternalSenderNotifications
372
-
The EnableExternalSenderAdminNotifications parameter enables or disables sending notification messages to senders when malware is detected in messages from internal senders. Valid input for this parameter is $true or $false. The default value is $false.
388
+
### -EnableInternalSenderAdminNotifications
389
+
The EnableExternalSenderAdminNotifications parameter enables or disables sending notification messages to an administrator when malware is detected in messages from internal senders. Valid input for this parameter is $true or $false. The default value is $false.
390
+
391
+
Specify the administrator to receive the notification messages by using the InternalSenderAdminAddress parameter.
The ExternalSenderAdminAddress parameter specifies the email address of the administrator who will receive notifications messages when messages from external senders contain malware. Notification messages are sent to the specified email address only if the EnableExternalSenderAdminNotifications parameter is set to $true.
406
+
### -EnableInternalSenderNotifications
407
+
The EnableExternalSenderAdminNotifications parameter enables or disables sending notification messages to senders when malware is detected in messages from internal senders. Valid input for this parameter is $true or $false. The default value is $false.
389
408
390
409
```yaml
391
-
Type: SmtpAddress
410
+
Type: Boolean
392
411
Parameter Sets: (All)
393
412
Aliases:
394
413
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
@@ -400,8 +419,8 @@ Accept pipeline input: False
400
419
Accept wildcard characters: False
401
420
```
402
421
403
-
### -InternalSenderAdminAddress
404
-
The InternalSenderAdminAddress parameter specifies the email address of the administrator who will receive notifications messages when messages from external senders contain malware. Notification messages are sent to the specified email address only if the EnableInternalSenderAdminNotifications parameter is set to $true.
422
+
### -ExternalSenderAdminAddress
423
+
The ExternalSenderAdminAddress parameter specifies the email address of the administrator who will receive notifications messages when messages from external senders contain malware. Notification messages are sent to the specified email address only if the EnableExternalSenderAdminNotifications parameter is set to $true.
405
424
406
425
```yaml
407
426
Type: SmtpAddress
@@ -416,44 +435,6 @@ Accept pipeline input: False
416
435
Accept wildcard characters: False
417
436
```
418
437
419
-
### -WhatIf
420
-
The WhatIf switch simulates the actions of the command. You can use this switch to view the changes that would occur without actually applying those changes. You don't need to specify a value with this switch.
421
-
422
-
```yaml
423
-
Type: SwitchParameter
424
-
Parameter Sets: (All)
425
-
Aliases: wi
426
-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
427
-
428
-
Required: False
429
-
Position: Named
430
-
Default value: None
431
-
Accept pipeline input: False
432
-
Accept wildcard characters: False
433
-
```
434
-
435
-
### -EnableFileFilter
436
-
The EnableFileFilter parameter enables or disables common attachment blocking. Valid values are:
437
-
438
-
- $true: Common attachment blocking is enabled.
439
-
440
-
- $false: Common attachment blocking is disabled.
441
-
442
-
To configure the blocked file types, use the FileTypes parameter.
443
-
444
-
```yaml
445
-
Type: Boolean
446
-
Parameter Sets: (All)
447
-
Aliases:
448
-
Applicable: Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
449
-
450
-
Required: False
451
-
Position: Named
452
-
Default value: None
453
-
Accept pipeline input: False
454
-
Accept wildcard characters: False
455
-
```
456
-
457
438
### -FileTypes
458
439
The FileTypes parameter specifies the file types that are blocked by common attachment blocking. The default values are:
459
440
@@ -498,6 +479,38 @@ Accept pipeline input: False
498
479
Accept wildcard characters: False
499
480
```
500
481
482
+
### -InternalSenderAdminAddress
483
+
The InternalSenderAdminAddress parameter specifies the email address of the administrator who will receive notifications messages when messages from external senders contain malware. Notification messages are sent to the specified email address only if the EnableInternalSenderAdminNotifications parameter is set to $true.
484
+
485
+
```yaml
486
+
Type: SmtpAddress
487
+
Parameter Sets: (All)
488
+
Aliases:
489
+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
490
+
491
+
Required: False
492
+
Position: Named
493
+
Default value: None
494
+
Accept pipeline input: False
495
+
Accept wildcard characters: False
496
+
```
497
+
498
+
### -WhatIf
499
+
The WhatIf switch simulates the actions of the command. You can use this switch to view the changes that would occur without actually applying those changes. You don't need to specify a value with this switch.
500
+
501
+
```yaml
502
+
Type: SwitchParameter
503
+
Parameter Sets: (All)
504
+
Aliases: wi
505
+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
506
+
507
+
Required: False
508
+
Position: Named
509
+
Default value: None
510
+
Accept pipeline input: False
511
+
Accept wildcard characters: False
512
+
```
513
+
501
514
### -ZapEnabled
502
515
The ZapEnabled parameter specifies whether to enable zero-hour auto purge (ZAP) for malware. ZAP detects malware in unread messages that have already been delivered to the user's Inbox. Valid values are:
0 commit comments