Skip to content

Commit 8fe964e

Browse files
committed
Table formatting fixes
1 parent f5b4f17 commit 8fe964e

8 files changed

+33
-1
lines changed

exchange/docs-conceptual/cmdlet-property-sets.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ For more information about filtering in the EXO V2 module, see [Filters in the E
2727

2828
The available property sets for the **Get-EXOCasMailbox** cmdlet and the properties they contain are described in the following table:
2929

30+
<br><br>
31+
3032
****
3133

3234
|PropertySet|Properties|
@@ -56,6 +58,10 @@ For more information, see:
5658

5759
The available property sets for the **Get-EXOMailbox** cmdlet and the properties they contain are described in the following table:
5860

61+
<br><br>
62+
63+
****
64+
5965
|PropertySet|Properties|
6066
|---|---|
6167
|**Minimum**|Alias <br> DisplayName <br> DistinguishedName <br> EmailAddresses <br> ExchangeVersion <br> ExternalDirectoryObjectId <br> Guid <br> Id <br> Name <br> OrganizationId <br> PrimarySmtpAddress <br> RecipientType <br> RecipientTypeDetails <br> UserPrincipalName|
@@ -94,6 +100,8 @@ For more information, see:
94100

95101
The available property sets for the **Get-EXOMailboxStatistics** cmdlet and the properties they contain are described in the following table:
96102

103+
<br><br>
104+
97105
****
98106

99107
|PropertySet|Properties|
@@ -111,6 +119,8 @@ For more information, see:
111119

112120
The available property sets for the **Get-EXORecipient** cmdlet and the properties they contain are described in the following table:
113121

122+
<br><br>
123+
114124
****
115125

116126
|PropertySet|Properties|

exchange/docs-conceptual/exchange-cmdlet-syntax.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ This article explains these conventions, and also the syntax that's required to
2727

2828
Exchange PowerShell help follows conventions that indicate what's required or optional, and how to enter parameters and values when you run a command. These command conventions are listed in the following table.
2929

30+
<br><br>
31+
32+
****
33+
3034
|Symbol|Description|
3135
|---|---|
3236
|`-`|A hyphen indicates a parameter. For example, `-Identity`.|
@@ -107,6 +111,10 @@ If you enclose the string in single quotation marks, the only special character
107111

108112
The following table shows the valid operators that you can use in an Exchange command. Some of these symbols were also described in the earlier [Command conventions in Exchange PowerShell](#command-conventions-in-exchange-powershell) section. However, these symbols have different meanings when they're used on the command line as operators. For example, the minus sign that's used to indicate a parameter can also be used in a command as a mathematical operator.
109113

114+
<br><br>
115+
116+
****
117+
110118
|Operator|Description|
111119
|---|---|
112120
|`=`|The equal sign is used as an assignment character. The value on the right side of the equal sign is assigned to the variable on the left side of the equal sign. The following characters are also assignment characters: <ul><li>`+=`: Add the value on the right side of the equal sign to the current value that's contained in the variable on the left side of the equal sign.</li><li>`-=`: Subtract the value on the right side of the equal sign from the current value that's contained in the variable on the left side of the equal sign.</li><li>`*=`: Multiply the current value of the variable on the left side of the equal sign by the value that's specified on the right side of the equal sign.</li><li>`/=`: Divide the current value of the variable on the left side of the equal sign by the value that's specified on the right side of the equal sign.</li><li> `%=`: Modify the current value of the variable on the left side of the equal sign by the value that's specified on the right side of the equal sign.</li></ul>|

exchange/docs-conceptual/filter-properties.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ The properties that have been _confirmed_ to work with the _Filter_ parameter in
6161

6262
- For filtering considerations for connections using the Exchange Online PowerShell v2 module, see [Filters in the EXO V2 module](filters-v2.md).
6363

64+
<br><br>
65+
6466
****
6567

6668
|Property name|LDAP display name|Available on cmdlets|Value|Comments|

exchange/docs-conceptual/filters-v2.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ Generally, you get much better performance in PowerShell cmdlets with server-sid
3333

3434
Although the EXO V2 module supports the majority of filterable attributes, the following attributes are currently not supported for filtering:
3535

36+
<br><br>
37+
3638
****
3739

3840
|Cmdlet|Attribute|LDAP Display Name|

exchange/docs-conceptual/recipient-filters.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,8 @@ When creating your own custom OPath filters, consider the following items:
196196

197197
The compatibility of search criteria and the valid characters that you can use to enclose the whole OPath filter are summarized in the following table:
198198

199+
<br><br>
200+
199201
****
200202

201203
|Search value|OPath filter <br> enclosed in <br> double quotation marks|OPath filter <br> enclosed in <br> single quotation marks|OPath filter enclosed in <br> braces|
@@ -235,11 +237,13 @@ When creating your own custom OPath filters, consider the following items:
235237

236238
The following table contains links to articles that will help you learn more about the filterable properties that you can use with Exchange recipient commands.
237239

240+
<br><br>
241+
238242
****
239243

240244
|Article|Description|
241245
|---|---|
242246
|[Filterable properties for the RecipientFilter parameter on Exchange cmdlets](recipientfilter-properties.md)|Learn more about the filterable properties that are available for the _RecipientFilter_ parameter.|
243247
|[Filterable properties for the Filter parameter on Exchange cmdlets](filter-properties.md) |Learn more about the filterable properties that are available for the _Filter_ parameter.|
244248
|[Filters in the EXO V2 module](filters-v2.md)|Learn about the considerations for filters when you connect to Exchange Online PowerShell using the Exchange Online PowerShell V2 module.|
245-
|
249+
|

exchange/docs-conceptual/recipientfilter-properties.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ The recipient properties that have been *confirmed* to work with the _RecipientF
4848

4949
- For filtering considerations for connections using the Exchange Online PowerShell v2 module, see [Filters in the EXO V2 module](filters-v2.md).
5050

51+
<br><br>
52+
5153
****
5254

5355
|Property name|LDAP display name|Value|Comments|

exchange/docs-conceptual/v1-module-mfa-connect-to-exo-powershell.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ You need to do the following steps in a browser that supports ClickOnce (for exa
100100

101101
- The _\<ConnectionUri\>_ and _\<AzureADUri\>_ values depend on the nature of your Microsoft 365 organization as described in the following table:
102102

103+
<br><br>
104+
103105
****
104106

105107
|Microsoft 365 offering|_ConnectionUri_ parameter value|_AzureADAuthorizationEndPointUri_ parameter value|

exchange/docs-conceptual/v1-module-mfa-connect-to-scc-powershell.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ You need to do the following steps in a browser that supports ClickOnce (for exa
104104

105105
- The _\<ConnectionUri\>_ and _\<AzureADUri\>_ values depend on the location of your Microsoft 365 organization as described in the following table:
106106

107+
<br><br>
108+
107109
****
108110

109111
|Microsoft 365 offering|_ConnectionUri_ parameter value|_AzureADAuthorizationEndPointUri_ parameter value|

0 commit comments

Comments
 (0)