Skip to content

Commit d398b57

Browse files
authored
Merge branch 'master' into patch-1
2 parents 2ce9e01 + 4e3923e commit d398b57

File tree

3 files changed

+34
-17
lines changed

3 files changed

+34
-17
lines changed

exchange/exchange-ps/exchange/Search-MailboxAuditLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ Search-MailboxAuditLog [-Mailboxes <MultiValuedProperty>]
5656
## DESCRIPTION
5757
The Search-MailboxAuditLog cmdlet performs a synchronous search of mailbox audit logs for one or more specified mailboxes and displays search results in the Exchange Management Shell window. To search mailbox audit logs for multiple mailboxes and have the results sent by email to specified recipients, use the New-MailboxAuditLogSearch cmdlet instead. To learn more about mailbox audit logging, see [Mailbox audit logging in Exchange Server](https://docs.microsoft.com/Exchange/policy-and-compliance/mailbox-audit-logging/mailbox-audit-logging).
5858

59+
This cmdlet is available in Office 365 operated by 21Vianet, but it won't return any results.
60+
5961
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see [Find the permissions required to run any Exchange cmdlet](https://docs.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions).
6062

6163
## EXAMPLES

exchange/exchange-ps/exchange/Search-UnifiedAuditLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ The Search-UnifiedAuditLog cmdlet is available in Exchange Online PowerShell. Yo
4646

4747
If you want to programmatically download data from the Microsoft 365 audit log, we recommend that you use the Microsoft 365 Management Activity API instead of using the Search-UnifiedAuditLog cmdlet in a PowerShell script. The Microsoft 365 Management Activity API is a REST web service that you can use to develop operations, security, and compliance monitoring solutions for your organization. For more information, see [Management Activity API reference](https://docs.microsoft.com/office/office-365-management-api/office-365-management-activity-api-reference).
4848

49+
This cmdlet is available in Office 365 operated by 21Vianet, but it won't return any results.
50+
4951
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see [Find the permissions required to run any Exchange cmdlet](https://docs.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions).
5052

5153
## EXAMPLES

exchange/exchange-ps/exchange/Set-TransportConfig.md

Lines changed: 30 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ Accept wildcard characters: False
390390
```
391391
392392
### -ExternalDsnReportingAuthority
393-
The ExternalDsnReportingAuthority parameter specifies what the server name should be in the machine-readable part of the external DSN message. The default value is the authoritative domain specified during installation.
393+
The ExternalDsnReportingAuthority parameter specifies the domain in the machine-readable part of external DSN messages. The default value is blank ($null), which means the value is the authoritative domain that you specified during the creation of the organization.
394394
395395
```yaml
396396
Type: SmtpDomain
@@ -406,7 +406,10 @@ Accept wildcard characters: False
406406
```
407407
408408
### -ExternalDsnSendHtml
409-
The ExternalDsnSendHtml parameter specifies whether external DSN messages should be sent by using HTML or whether messages should be sent in plain text. Valid input for this parameter is $true or $false.The default value is $true.
409+
The ExternalDsnSendHtml parameter specifies whether external DSN messages should be HTML or plain text. Valid values are:
410+
411+
- $true: DSNs are HTML. This is the default value.
412+
- $false: DSNs are plain text.
410413
411414
```yaml
412415
Type: Boolean
@@ -422,7 +425,17 @@ Accept wildcard characters: False
422425
```
423426
424427
### -ExternalPostmasterAddress
425-
The ExternalPostmasterAddress parameter specifies the email address in the From header field of an external DSN message. The default value is $null. In the Transport service on a Mailbox server, the value of the external postmaster email address is postmaster@\<defaultaccepteddomain\>. If an Edge Transport server hasn't yet been through the EdgeSync process, and the ExternalPostmasterAddress parameter is set to $null, the external postmaster email address on the Edge Transport server is postmaster@\<edgetransportserverfqdn\>. If an Edge Transport server has completed the EdgeSync process, and the ExternalPostmasterAddress parameter is set to $null, the external postmaster email address on the Edge Transport server is postmaster@\<defaultaccepteddomain\>. To override the default behavior, you can specify an email address for the ExternalPostMasterAddress parameter.
428+
The ExternalPostmasterAddress parameter specifies the email address in the From header field of an external DSN message. The default value is blank ($null).
429+
430+
The default value means the external postmaster address is postmaster@\<DefaultAcceptedDomain\> in the following locations:
431+
432+
- On Hub Transport servers or the Transport service on Mailbox servers.
433+
- On Edge Transport servers that are subscribed to the Exchange organization.
434+
- In Exchange Online.
435+
436+
On Edge Transport servers that aren't subscribed to the Exchange organization, the default external postmaster email address is postmaster@\<EdgeTransportServerFQDN\>.
437+
438+
To override the default behavior, you can specify an email address for the ExternalPostMasterAddress parameter.
426439
427440
```yaml
428441
Type: SmtpAddress
@@ -463,15 +476,10 @@ On a Mailbox server, NDRs are copied to the mailbox assigned to the Exchange rec
463476
DSN codes are entered as x.y.z and are separated by commas. By default, the following DSN codes are monitored:
464477
465478
- 5.4.8
466-
467479
- 5.4.6
468-
469480
- 5.4.4
470-
471481
- 5.2.4
472-
473482
- 5.2.0
474-
475483
- 5.1.4
476484
477485
To enter multiple values and overwrite any existing entries, use the following syntax: \<value1\>,\<value2\>,...\<valueN\>. If the values contain spaces or otherwise require quotation marks, you need to use the following syntax: "\<value1\>","\<value2\>",..."\<valueN\>".
@@ -496,13 +504,13 @@ Accept wildcard characters: False
496504
```
497505
498506
### -HeaderPromotionModeSetting
499-
The HeaderPromotionModeSetting parameter specifies whether named properties are created for custom X-headers on messages received from outside the Exchange organization. You can use one of the following values:
507+
The HeaderPromotionModeSetting parameter specifies whether named properties are created for custom X-headers on messages received from outside the Exchange organization. Valid values are:
500508
501509
- MustCreate: Exchange creates a named property for each new custom X-header.
502510
503511
- MayCreate: Exchange creates a named property for each new custom X-header on messages received from authenticated senders. No named properties are created for custom X-headers on messages received from unauthenticated senders.
504512
505-
- NoCreate: Exchange won't create any named properties based on custom X-headers on incoming messages.
513+
- NoCreate: Exchange won't create any named properties based on custom X-headers on incoming messages. This is the default value.
506514
507515
```yaml
508516
Type: HeaderPromotionMode
@@ -598,7 +606,7 @@ Accept wildcard characters: False
598606
```
599607
600608
### -InternalDsnReportingAuthority
601-
The InternalDsnReportingAuthority parameter specifies what the server name should be in the internal DSN message. The default value is the authoritative domain specified during installation.
609+
The InternalDsnReportingAuthority parameter specifies the domain in the machine-readable part of internal DSN messages. The default value is blank ($null), which means the value is the authoritative domain that you specified during the creation of the organization.
602610
603611
```yaml
604612
Type: SmtpDomain
@@ -614,7 +622,10 @@ Accept wildcard characters: False
614622
```
615623
616624
### -InternalDsnSendHtml
617-
The InternalDsnSendHtml parameter specifies whether internal DSN messages should be sent by using HTML or whether messages should be sent in plain text. Valid input for this parameter is $true or $false. The default is $true.
625+
The InternalDsnSendHtml parameter specifies whether internal DSN messages should be HTML or plain text. Valid values are:
626+
627+
- $true: DSNs are HTML. This is the default value.
628+
- $false: DSNs are plain text.
618629
619630
```yaml
620631
Type: Boolean
@@ -828,15 +839,17 @@ Accept wildcard characters: False
828839
```
829840
830841
### -MaxRecipientEnvelopeLimit
831-
This parameter is available only in on-premises Exchange.
842+
The MaxRecipientEnvelopeLimit parameter specifies the maximum number of recipients in a message. Exchange treats an unexpanded distribution group as one recipient.
832843
833-
The MaxRecipientEnvelopeLimit parameter specifies the maximum number of recipients in a message. The default value is 500. The valid input range for this parameter is from 0 through 2147483647. If you enter a value of Unlimited, no limit is imposed on the number of recipients in a message. Exchange treats an unexpanded distribution group as one recipient.
844+
In on-premises Exchange, the default value is 500. The valid input range for this parameter is from 0 through 2147483647. If you enter a value of Unlimited, no limit is imposed on the number of recipients in a message.
845+
846+
In Exchange Online, the default value is Unlimited, which means the organizational limit of 1000 is used. You can enter a custom value up to 1000. For more information, see [Sending limits](https://docs.microsoft.com/office365/servicedescriptions/exchange-online-service-description/exchange-online-limits#sending-limits-1) in the Microsoft 365 service description.
834847
835848
```yaml
836849
Type: Unlimited
837850
Parameter Sets: (All)
838851
Aliases:
839-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
852+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
840853

841854
Required: False
842855
Position: Named
@@ -1360,15 +1373,15 @@ Accept wildcard characters: False
13601373
```
13611374
13621375
### -VoicemailJournalingEnabled
1363-
This parameter is available only in on-premises Exchange.
1376+
This parameter is available or functional only in on-premises Exchange.
13641377
13651378
The VoicemailJournalingEnabled parameter specifies whether Unified Messaging voice mail messages are journaled by the Journaling agent. Valid input for this parameter is $true or $false. The default value is $true.
13661379
13671380
```yaml
13681381
Type: Boolean
13691382
Parameter Sets: (All)
13701383
Aliases:
1371-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
1384+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
13721385

13731386
Required: False
13741387
Position: Named

0 commit comments

Comments
 (0)