Skip to content

Commit 56d0c93

Browse files
committed
Minor formatting fixes
1 parent f3286e8 commit 56d0c93

File tree

2 files changed

+24
-10
lines changed

2 files changed

+24
-10
lines changed

exchange/exchange-ps/exchange/antispam-antimalware/Set-HostedOutboundSpamFilterPolicy.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,13 @@ For information about the parameter sets in the Syntax section below, see Exchan
2222

2323
```
2424
Set-HostedOutboundSpamFilterPolicy [-Identity] <HostedOutboundSpamFilterPolicyIdParameter>
25-
[-AdminDisplayName <String>] [-BccSuspiciousOutboundAdditionalRecipients <MultiValuedProperty>]
26-
[-BccSuspiciousOutboundMail <$true | $false>] [-Confirm] [-NotifyOutboundSpam <$true | $false>]
27-
[-NotifyOutboundSpamRecipients <MultiValuedProperty>] [-WhatIf] [<CommonParameters>]
25+
[-AdminDisplayName <String>]
26+
[-BccSuspiciousOutboundAdditionalRecipients <MultiValuedProperty>]
27+
[-BccSuspiciousOutboundMail <$true | $false>]
28+
[-Confirm]
29+
[-NotifyOutboundSpam <$true | $false>]
30+
[-NotifyOutboundSpamRecipients <MultiValuedProperty>]
31+
[-WhatIf] [<CommonParameters>]
2832
```
2933

3034
## DESCRIPTION

exchange/exchange-ps/exchange/policy-and-compliance/Set-ProtectionAlert.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,25 @@ For information about the parameter sets in the Syntax section below, see Exchan
2525

2626
```
2727
Set-ProtectionAlert [-Identity] <ComplianceRuleIdParameter>
28-
[-AggregationType <None | SimpleAggregation | AnomalousAggregation>] [-AlertBy <MultiValuedProperty>]
28+
[-AggregationType <None | SimpleAggregation | AnomalousAggregation>]
29+
[-AlertBy <MultiValuedProperty>]
2930
[-AlertFor <MultiValuedProperty>]
3031
[-Category <None | DataLossPrevention | ThreatManagement | DataGovernance | AccessGovernance | Others>]
31-
[-Comment <String>] [-Confirm] [-Description <String>] [-Disabled <$true | $false>] [-Filter <String>]
32-
[-Name <String>] [-NotificationCulture <CultureInfo>] [-NotifyUser <MultiValuedProperty>]
33-
[-NotifyUserOnFilterMatch <$true | $false>] [-NotifyUserSuppressionExpiryDate <DateTime>]
34-
[-NotifyUserThrottleThreshold <Int32>] [-NotifyUserThrottleWindow <Int32>] [-Operation <MultiValuedProperty>]
35-
[-Severity <Low | Medium | High | None>] [-Threshold <Int32>] [-TimeWindow <Int32>] [-WhatIf]
36-
[<CommonParameters>]
32+
[-Comment <String>]
33+
[-Confirm]
34+
[-Description <String>]
35+
[-Disabled <$true | $false>]
36+
[-Filter <String>]
37+
[-Name <String>]
38+
[-NotificationCulture <CultureInfo>]
39+
[-NotifyUser <MultiValuedProperty>]
40+
[-NotifyUserOnFilterMatch <$true | $false>]
41+
[-NotifyUserSuppressionExpiryDate <DateTime>]
42+
[-NotifyUserThrottleThreshold <Int32>] [-NotifyUserThrottleWindow <Int32>]
43+
[-Operation <MultiValuedProperty>]
44+
[-Severity <Low | Medium | High | None>] [-Threshold <Int32>]
45+
[-TimeWindow <Int32>]
46+
[-WhatIf] [<CommonParameters>]
3747
```
3848

3949
## DESCRIPTION

0 commit comments

Comments
 (0)