Skip to content

Commit f95cc8d

Browse files
committed
Formatting fix
1 parent 64220bc commit f95cc8d

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

exchange/exchange-ps/exchange/New-ReportSubmissionPolicy.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
6060
The parameter enables or disables the customized message that's presented to users in the Report Message add-in. Valid values are:
6161

6262
- $true: The customized message is presented to users in the Report Message add-in. You specify the text in the PreSubmitMessage, PreSubmitMessageTitle, PostSubmitMessage, and PostSubmitMessageTitle parameters.
63-
6463
- $false: A customized message is not presented to users. This is the default value.
6564

6665
```yaml
@@ -80,7 +79,6 @@ Accept wildcard characters: False
8079
The parameter enables or disables sending the reported message to Microsoft. Valid values are:
8180
8281
- $true: Reported messages are sent to Microsoft. This is the default value.
83-
8482
- $false: Reported message are not sent to Microsoft.
8583
8684
```yaml
@@ -100,7 +98,6 @@ Accept wildcard characters: False
10098
The EnableThirdPartyAddres parameter enables or disables using third-party reporting tools for user submissions. Valid values are:
10199
102100
- $true: Users use third-party tools to report messages to the recipients specified by the ThirdPartyAddresses.
103-
104101
- $false: Users use the Report Message add-in to report messages. This is the default value.
105102
106103
```yaml
@@ -216,7 +213,6 @@ Accept wildcard characters: False
216213
The ReportJunkToCustomizedAddress parameter enables or disables sending messages reported as junk to custom recipients. Valid values are:
217214
218215
- $true: Messages reported as junk are sent to the recipients specified by the ReportJunkAddresses parameter.
219-
220216
- $false: Messages reported as junk are not sent to custom recipients. This is the default value.
221217
222218
Whether or not the messages are also sent to Microsoft is controlled by the EnableReportToMicrosoft parameter (the default value is $true).
@@ -254,7 +250,6 @@ Accept wildcard characters: False
254250
The ReportNotJunkToCustomizedAddress parameter enables or disables sending messages reported as not junk to custom recipients. Valid values are:
255251
256252
- $true: Messages reported as not junk are sent to the recipients specified by the ReportNotJunkAddresses parameter.
257-
258253
- $false: Messages reported as not junk are not sent to custom recipients. This is the default value.
259254
260255
Whether or not the messages are also sent to Microsoft is controlled by the EnableReportToMicrosoft parameter (the default value is $true).
@@ -292,7 +287,6 @@ Accept wildcard characters: False
292287
The ReportPhishToCustomizedAddress parameter enables or disables sending messages reported as phishing to custom recipients. Valid values are:
293288
294289
- $true: Messages reported as phishing are sent to the recipients specified by the ReportPhishAddresses parameter.
295-
296290
- $false: Messages reported as not junk are not sent to custom recipients. This is the default value.
297291
298292
Whether or not the messages are also sent to Microsoft is controlled by the EnableReportToMicrosoft parameter (the default value is $true).

exchange/exchange-ps/exchange/Set-ReportSubmissionPolicy.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ Accept wildcard characters: False
7676
The Confirm switch specifies whether to show or hide the confirmation prompt. How this switch affects the cmdlet depends on if the cmdlet requires confirmation before proceeding.
7777
7878
- Destructive cmdlets (for example, Remove-\* cmdlets) have a built-in pause that forces you to acknowledge the command before proceeding. For these cmdlets, you can skip the confirmation prompt by using this exact syntax: -Confirm:$false.
79-
8079
- Most other cmdlets (for example, New-\* and Set-\* cmdlets) don't have a built-in pause. For these cmdlets, specifying the Confirm switch without a value introduces a pause that forces you acknowledge the command before proceeding.
8180
8281
```yaml

0 commit comments

Comments
 (0)