Skip to content

Commit cfd4d35

Browse files
committed
Minor updates
1 parent ca525b1 commit cfd4d35

File tree

5 files changed

+6
-9
lines changed

5 files changed

+6
-9
lines changed

exchange/exchange-ps/exchange/Connect-IPPSSession.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ Connect-IPPSSession -UserPrincipalName [email protected]
5757

5858
This example connects to Security & Compliance PowerShell using the specified account and modern authentication, with or without MFA. In v3.2.0 or later of the module, we're connecting in REST API mode, so Basic authentication in WinRM isn't required on the local computer.
5959

60-
6160
### Example 2
6261
```powershell
6362
Connect-IPPSSession -UserPrincipalName [email protected] -UseRPSSession

exchange/exchange-ps/exchange/New-SystemMessage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ The following HTML tags are available:
193193
- `<EM>` and `</EM>` (italic)
194194
- `<BR>` (line break)
195195
- `<P>` and `</P>` (paragraph)
196-
- `<A HREF="url">` and `</A>` (hyperlink). Note: You need to use single quotation marks (not double quotation marks) around the complete text string if you use this tag. Otherwise, you'll receive an error (because of the double quotation marks in the tag).
196+
- `<A HREF="url">` and `</A>` (hyperlink). **Note**: You need to use single quotation marks (not double quotation marks) around the complete text string if you use this tag. Otherwise, you'll receive an error (because of the double quotation marks in the tag).
197197

198198
Use the following escape codes for these special characters:
199199

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,7 @@ Rules can inspect the content of supported file types only. If the rule finds an
942942

943943
For the list of supported file types, see [Supported file types for mail flow rule content inspection](https://learn.microsoft.com/exchange/security-and-compliance/mail-flow-rules/inspect-message-attachments#supported-file-types-for-mail-flow-rule-content-inspection).
944944

945-
In Exchange 2013, to extend the list of supported file types, see [Register Filter Pack IFilters with Exchange 2013](https://learn.microsoft.com/exchange/register-filter-pack-ifilters-with-exchange-2013-exchange-2013-help).
945+
In Exchange 2010, to extend the list of supported file types, see [Register Filter Pack IFilters](https://learn.microsoft.com/exchange/register-filter-pack-ifilters-with-exchange-2013-exchange-2013-help).
946946

947947
```yaml
948948
Type: Boolean
@@ -1802,7 +1802,7 @@ Rules can inspect the content of supported file types only. If the rule finds an
18021802

18031803
For the list of supported file types, see [Supported file types for mail flow rule content inspection](https://learn.microsoft.com/exchange/security-and-compliance/mail-flow-rules/inspect-message-attachments#supported-file-types-for-mail-flow-rule-content-inspection).
18041804

1805-
In Exhange 2013, to extend the list of supported file types, see [Register Filter Pack IFilters with Exchange 2013](https://learn.microsoft.com/exchange/register-filter-pack-ifilters-with-exchange-2013-exchange-2013-help).
1805+
In Exchange 2010, to extend the list of supported file types, see [Register Filter Pack IFilters](https://learn.microsoft.com/exchange/register-filter-pack-ifilters-with-exchange-2013-exchange-2013-help).
18061806

18071807
```yaml
18081808
Type: Boolean

exchange/exchange-ps/exchange/Set-SystemMessage.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,7 @@ The following HTML tags are available:
201201
- `<EM>` and `</EM>` (italic)
202202
- `<BR>` (line break)
203203
- `<P>` and `</P>` (paragraph)
204-
- `<A HREF="url">` and `</A>` (hyperlink)
205-
206-
You need to use single quotation marks (not double quotation marks) around the complete text string if you use the hyperlink tag. Otherwise, you'll receive an error (because of the double quotation marks in the tag).
204+
- `<A HREF="url">` and `</A>` (hyperlink). **Note**: You need to use single quotation marks (not double quotation marks) around the complete text string if you use this tag. Otherwise, you'll receive an error (because of the double quotation marks in the tag).
207205

208206
Use the following escape codes for these special characters:
209207

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@ Rules can inspect the content of supported file types only. If the rule finds an
940940

941941
For the list of supported file types, see [Supported file types for mail flow rule content inspection](https://learn.microsoft.com/exchange/security-and-compliance/mail-flow-rules/inspect-message-attachments#supported-file-types-for-mail-flow-rule-content-inspection).
942942

943-
In Exchange 2013, to extend the list of supported file types, see [Register Filter Pack IFilters with Exchange 2013](https://learn.microsoft.com/exchange/register-filter-pack-ifilters-with-exchange-2013-exchange-2013-help).
943+
In Exchange 2010, to extend the list of supported file types, see [Register Filter Pack IFilters](https://learn.microsoft.com/exchange/register-filter-pack-ifilters-with-exchange-2013-exchange-2013-help).
944944

945945
```yaml
946946
Type: Boolean
@@ -1779,7 +1779,7 @@ Rules can inspect the content of supported file types only. If the rule finds an
17791779

17801780
For the list of supported file types, see [Supported file types for mail flow rule content inspection](https://learn.microsoft.com/exchange/security-and-compliance/mail-flow-rules/inspect-message-attachments#supported-file-types-for-mail-flow-rule-content-inspection).
17811781

1782-
In Exhange 2013, to extend the list of supported file types, see [Register Filter Pack IFilters with Exchange 2013](https://learn.microsoft.com/exchange/register-filter-pack-ifilters-with-exchange-2013-exchange-2013-help).
1782+
In Exchange 2010, to extend the list of supported file types, see [Register Filter Pack IFilters](https://learn.microsoft.com/exchange/register-filter-pack-ifilters-with-exchange-2013-exchange-2013-help).
17831783

17841784
```yaml
17851785
Type: Boolean

0 commit comments

Comments
 (0)