Skip to content

Commit a8fb2b7

Browse files
committed
Minor formatting fixes
1 parent 7805fa4 commit a8fb2b7

File tree

3 files changed

+173
-133
lines changed

3 files changed

+173
-133
lines changed

exchange/exchange-ps/exchange/antispam-antimalware/Get-QuarantineMessage.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,29 @@ For information about the parameter sets in the Syntax section below, see [Excha
2424

2525
### Details
2626
```
27-
Get-QuarantineMessage -Identity <QuarantineMessageIdentity> [-SenderAddress <String[]>] [<CommonParameters>]
27+
Get-QuarantineMessage -Identity <QuarantineMessageIdentity> [-SenderAddress <String[]>]
28+
[<CommonParameters>]
2829
```
2930

3031
### Summary
3132
```
32-
Get-QuarantineMessage [-Direction <QuarantineMessageDirectionEnum>] [-Domain <String[]>] [-EndExpiresDate <DateTime>]
33-
[-EndReceivedDate <DateTime>] [-MessageId <String>] [-MyItems] [-Page <Int32>] [-PageSize <Int32>]
34-
[-QuarantineTypes <QuarantineMessageTypeEnum[]>] [-RecipientAddress <String[]>] [-Reported <Boolean>]
35-
[-SenderAddress <String[]>] [-StartExpiresDate <DateTime>] [-StartReceivedDate <DateTime>] [-Subject <String>]
36-
[-Type <QuarantineMessageTypeEnum>] [<CommonParameters>]
33+
Get-QuarantineMessage [-Direction <QuarantineMessageDirectionEnum>]
34+
[-Domain <String[]>]
35+
[-EndExpiresDate <DateTime>]
36+
[-EndReceivedDate <DateTime>]
37+
[-MessageId <String>]
38+
[-MyItems]
39+
[-Page <Int32>]
40+
[-PageSize <Int32>]
41+
[-QuarantineTypes <QuarantineMessageTypeEnum[]>]
42+
[-RecipientAddress <String[]>]
43+
[-Reported <Boolean>]
44+
[-SenderAddress <String[]>]
45+
[-StartExpiresDate <DateTime>]
46+
[-StartReceivedDate <DateTime>]
47+
[-Subject <String>]
48+
[-Type <QuarantineMessageTypeEnum>]
49+
[<CommonParameters>]
3750
```
3851

3952
## DESCRIPTION

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

Lines changed: 70 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,30 @@ For information about the parameter sets in the Syntax section below, see [Excha
2323
```
2424
New-MalwareFilterPolicy [-Name] <String>
2525
[-Action <MalwareFilteringAction>]
26-
[-AdminDisplayName <String>] [-BypassInboundMessages <Boolean>]
27-
[-BypassOutboundMessages <Boolean>] [-Confirm] [-CustomAlertText <String>]
28-
[-CustomExternalBody <String>] [-CustomExternalSubject <String>] [-CustomFromAddress <SmtpAddress>]
29-
[-CustomFromName <String>] [-CustomInternalBody <String>] [-CustomInternalSubject <String>]
30-
[-CustomNotifications <Boolean>] [-DomainController <Fqdn>]
26+
[-AdminDisplayName <String>]
27+
[-BypassInboundMessages <Boolean>]
28+
[-BypassOutboundMessages <Boolean>]
29+
[-Confirm]
30+
[-CustomAlertText <String>]
31+
[-CustomExternalBody <String>]
32+
[-CustomExternalSubject <String>]
33+
[-CustomFromAddress <SmtpAddress>]
34+
[-CustomFromName <String>]
35+
[-CustomInternalBody <String>]
36+
[-CustomInternalSubject <String>]
37+
[-CustomNotifications <Boolean>]
38+
[-DomainController <Fqdn>]
3139
[-EnableExternalSenderAdminNotifications <Boolean>]
3240
[-EnableExternalSenderNotifications <Boolean>]
41+
[-EnableFileFilter <Boolean>]
3342
[-EnableInternalSenderAdminNotifications <Boolean>]
34-
[-EnableInternalSenderNotifications <Boolean>] [-ExternalSenderAdminAddress <SmtpAddress>]
35-
[-InternalSenderAdminAddress <SmtpAddress>] [-WhatIf] [-EnableFileFilter <Boolean>]
36-
[-FileTypes <String[]>] [-ZapEnabled <Boolean>] [<CommonParameters>]
43+
[-EnableInternalSenderNotifications <Boolean>]
44+
[-ExternalSenderAdminAddress <SmtpAddress>]
45+
[-FileTypes <String[]>]
46+
[-InternalSenderAdminAddress <SmtpAddress>]
47+
[-WhatIf]
48+
[-ZapEnabled <Boolean>]
49+
[<CommonParameters>]
3750
```
3851

3952
## DESCRIPTION
@@ -350,16 +363,20 @@ Accept pipeline input: False
350363
Accept wildcard characters: False
351364
```
352365
353-
### -EnableInternalSenderAdminNotifications
354-
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:
355368
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.
357374
358375
```yaml
359376
Type: Boolean
360377
Parameter Sets: (All)
361378
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
363380

364381
Required: False
365382
Position: Named
@@ -368,8 +385,10 @@ Accept pipeline input: False
368385
Accept wildcard characters: False
369386
```
370387
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.
373392
374393
```yaml
375394
Type: Boolean
@@ -384,11 +403,11 @@ Accept pipeline input: False
384403
Accept wildcard characters: False
385404
```
386405
387-
### -ExternalSenderAdminAddress
388-
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.
389408
390409
```yaml
391-
Type: SmtpAddress
410+
Type: Boolean
392411
Parameter Sets: (All)
393412
Aliases:
394413
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online, Exchange Online Protection
@@ -400,8 +419,8 @@ Accept pipeline input: False
400419
Accept wildcard characters: False
401420
```
402421
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.
405424
406425
```yaml
407426
Type: SmtpAddress
@@ -416,44 +435,6 @@ Accept pipeline input: False
416435
Accept wildcard characters: False
417436
```
418437
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-
457438
### -FileTypes
458439
The FileTypes parameter specifies the file types that are blocked by common attachment blocking. The default values are:
459440
@@ -498,6 +479,38 @@ Accept pipeline input: False
498479
Accept wildcard characters: False
499480
```
500481
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+
501514
### -ZapEnabled
502515
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:
503516

0 commit comments

Comments
 (0)