Skip to content

Commit 95109d7

Browse files
authored
Merge pull request #11124 from MicrosoftDocs/chrisda
Chrisda to Main
2 parents 218fcc9 + 3ceb2c0 commit 95109d7

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

exchange/exchange-ps/exchange/New-ExchangeCertificate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ This example creates a self-signed certificate with the following settings:
8484

8585
- The Subject value is `CN=<ServerName>` (for example, CN=Mailbox01).
8686
- The Domains (subject alternative names) value is `<ServerName>,<ServerFQDN>` (for example, `Mailbox01,Mailbox01.contoso.com`).
87-
- The Services value is IMAP,POP,SMTP
87+
- The Services value is `IMAP,POP,SMTP`.
8888
- The Services value SMTP grants the Network Services local security group read access to the certificate's private key.
8989
- The Services value SMTP and the Subject value that contains the server name publishes the certificate to Active Directory so that Exchange direct trust can validate the authenticity of the server for mutual TLS.
9090

@@ -518,7 +518,7 @@ The Services parameter specifies the Exchange services that the new self-signed
518518
- UM: This value requires that the UMStartupMode parameter on the Set-UMService cmdlet is set to TLS or Dual. If the UMStartupMode parameter is set to the default value of TCP, you can't enable the certificate for the UM service.
519519
- UMCallRouter: This value requires that the UMStartupMode parameter on the Set-UMCallRouterService cmdlet is set to TLS or Dual. If the UMStartupMode parameter is set to the default value TCP, you can't enable the certificate for the UM Call Router service.
520520

521-
You can specify multiple values separated by commas. The default values are IMAP,POP, and SMTP.
521+
You can specify multiple values separated by commas. The default values are IMAP, POP, and SMTP.
522522

523523
You can't use this parameter with the GenerateRequest switch.
524524

exchange/exchange-ps/exchange/New-TransportRule.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4132,7 +4132,11 @@ This parameter specifies an action or part of an action for the rule.
41324132

41334133
In on-premises Exchange, this action is only available on Mailbox servers.
41344134

4135-
The RejectMessageReasonText parameter specifies the explanation text that's used when the rule rejects messages. The maximum number of characters is 1024. If the value contains spaces, enclose the value in quotation marks (").
4135+
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 (").
4136+
4137+
In Exchange 2013 or later, the maximum number of characters is 256.
4138+
4139+
In the cloud-based service, the maximum number of characters is 1024.
41364140

41374141
You can use this parameter with the NotifySender parameter for a custom non-delivery report (also known as an NDR or bounce message).
41384142

exchange/exchange-ps/exchange/Set-TransportRule.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4125,7 +4125,11 @@ This parameter specifies an action or part of an action for the rule.
41254125

41264126
In on-premises Exchange, this action is only available on Mailbox servers.
41274127

4128-
The RejectMessageReasonText parameter specifies the explanation text that's used when the rule rejects messages. The maximum number of characters is 1024. If the value contains spaces, enclose the value in quotation marks (").
4128+
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 (").
4129+
4130+
In Exchange 2013 or later, the maximum number of characters is 256.
4131+
4132+
In the cloud-based service, the maximum number of characters is 1024.
41294133

41304134
You can use this parameter with the NotifySender parameter for a custom non-delivery report (also known as an NDR or bounce message).
41314135

0 commit comments

Comments
 (0)