Skip to content

Commit 60e687f

Browse files
authored
Merge pull request MicrosoftDocs#2689 from MicrosoftDocs/master
Master to Live
2 parents f840c26 + 66bf6a3 commit 60e687f

File tree

4 files changed

+16
-10
lines changed

4 files changed

+16
-10
lines changed

exchange/exchange-ps/exchange/policy-and-compliance/New-TransportRule.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4484,7 +4484,9 @@ In on-premises Exchange, this action is only available on Mailbox servers.
44844484
44854485
The RejectMessageEnhancedStatusCode parameter specifies the enhanced status code that's used when the rule rejects messages. Valid values are 5.7.1 or between 5.7.900 and 5.7.999.
44864486
4487-
You can use this parameter with the NotifySender and RejectMessageReasonText parameters to specify the custom enhanced status code that's used. If you don't use this parameter, the default value 5.7.1 is used.
4487+
You can use this parameter with the NotifySender parameter for a custom non-delivery report (also known as an NDR or bounce message).
4488+
4489+
If you use this parameter with the RejectMessageReasonText parameter, the enhanced status code value is set to 5.7.1.
44884490
44894491
To further customize the NDR (for example, multiple languages), you need to create a custom message by using the New-SystemMessage cmdlet.
44904492
@@ -4507,7 +4509,9 @@ In on-premises Exchange, this action is only available on Mailbox servers.
45074509
45084510
The RejectMessageReasonText parameter specifies the explanation text that's used when the rule rejects messages. If the value contains spaces, enclose the value in quotation marks (").
45094511
4510-
You can use this parameter with the NotifySender and RejectMessageEnhancedStatusCode parameters to specify the custom explanation text that's used. If you don't use this parameter, the default value Delivery not authorized, message refused is used.
4512+
You can use this parameter with the NotifySender parameter for a custom non-delivery report (also known as an NDR or bounce message).
4513+
4514+
If you use this parameter with the RejectMessageEnhancedStatusCode parameter, the custom explanation text value is set to "Delivery not authorized, message refused".
45114515
45124516
To further customize the NDR (for example, multiple languages), you need to create a custom message by using the New-SystemMessage cmdlet.
45134517

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4479,7 +4479,9 @@ In on-premises Exchange, this action is only available on Mailbox servers.
44794479
44804480
The RejectMessageEnhancedStatusCode parameter specifies the enhanced status code that's used when the rule rejects messages. Valid values are 5.7.1 or between 5.7.900 and 5.7.999.
44814481
4482-
You can use this parameter with the NotifySender and RejectMessageReasonText parameters to specify the custom enhanced status code that's used. If you don't use this parameter, the default value 5.7.1 is used.
4482+
You can use this parameter with the NotifySender parameter for a custom non-delivery report (also known as an NDR or bounce message).
4483+
4484+
If you use this parameter with the RejectMessageReasonText parameter, the enhanced status code value is set to 5.7.1.
44834485
44844486
To further customize the NDR (for example, multiple languages), you need to create a custom message by using the New-SystemMessage cmdlet.
44854487
@@ -4502,7 +4504,9 @@ In on-premises Exchange, this action is only available on Mailbox servers.
45024504
45034505
The RejectMessageReasonText parameter specifies the explanation text that's used when the rule rejects messages. If the value contains spaces, enclose the value in quotation marks (").
45044506
4505-
You can use this parameter with the NotifySender and RejectMessageEnhancedStatusCode parameters to specify the custom explanation text that's used. If you don't use this parameter, the default value Delivery not authorized, message refused is used.
4507+
You can use this parameter with the NotifySender parameter for a custom non-delivery report (also known as an NDR or bounce message).
4508+
4509+
If you use this parameter with the RejectMessageEnhancedStatusCode parameter, the custom explanation text value is set to "Delivery not authorized, message refused".
45064510
45074511
To further customize the NDR (for example, multiple languages), you need to create a custom message by using the New-SystemMessage cmdlet.
45084512

exchange/exchange-ps/exchange/reporting/Set-UserAnalyticsConfig.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ Accept wildcard characters: False
7979
### -PrivacyMode
8080
The PrivacyMode parameter specifies the MyAnalytics privacy setting for the user. Valid values are:
8181
82-
- Exclude
82+
- Excluded
8383
84-
- OptIn
84+
- Opt-In
8585
86-
- OptOut
86+
- Opt-Out
8787
8888
```yaml
8989
Type: String

tools/office-cmdlet-updater/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Usage:
44
1. Clone repo at: https://github.com/microsoftdocs/office-docs-powershell
5-
2. Configure your email address in tools/.local/default.json to receive emailed logs. (OPTIONAL)
5+
2. Configure your email address in `tools/.local/default.json` to receive emailed logs. (OPTIONAL)
66
3. Confirm you have NodeJS installed.
77
Open PowerShell or GitBash and type `npm --version`.
88
If not, install from [https://nodejs.org/en/download/](https://nodejs.org/en/download/).
@@ -29,5 +29,3 @@
2929
## Notes
3030
1. Some modules could be installed from the PowerShell Gallery (PSGallery). This gallery contains user submitted code. If you would rather not install modules from the PSGallery then you can install the modules manually prior to running the tool. If you need to add PSGallery as a trusted source, you can do so with the following command: `Set-PSRepository -Name "PSGallery" -InstallationPolicy Trusted`
3131
2. Run the tool from PowerShell x64 as an Administrator user
32-
33-
## Sample Run

0 commit comments

Comments
 (0)