Skip to content

Commit f42ef12

Browse files
committed
Typo/formatting fixes
1 parent 38e9caa commit f42ef12

24 files changed

+96
-37
lines changed

exchange/exchange-ps/exchange/advanced-threat-protection/Get-AdvancedThreatProtectionDocumentDetail.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,23 @@ Get-AdvancedThreatProtectionDocumentDetail [-Action <MultiValuedProperty>] [-Dom
2424
For the reporting period and organization you specify, the cmdlet returns the following information:
2525

2626
- Action
27+
2728
- Document Id
29+
2830
- Domain
31+
2932
- Event Type
33+
3034
- File Hash
35+
3136
- File Name
37+
3238
- File Path
39+
3340
- Size
41+
3442
- Timestamp
43+
3544
- Workload
3645

3746
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://technet.microsoft.com/library/mt432940.aspx).

exchange/exchange-ps/exchange/advanced-threat-protection/Get-AdvancedThreatProtectionDocumentReport.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,17 @@ Get-AdvancedThreatProtectionDocumentReport [-Action <MultiValuedProperty>] [-Agg
2525
## DESCRIPTION
2626
For the reporting period and organization you specify, the cmdlet returns the following information:
2727

28+
2829
- Action
30+
2931
- Count
32+
3033
- Date
34+
3135
- Domain
36+
3237
- Event Type
38+
3339
- Workload
3440

3541
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://technet.microsoft.com/library/mt432940.aspx).

exchange/exchange-ps/exchange/advanced-threat-protection/Set-AntiPhishPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ The EnableMailboxIntelligence parameter specifies whether to enable or disable m
187187
- $true: Use mailbox intelligence in domain and user impersonation protection.
188188
189189
- $false: Don't use mailbox intelligence in domain and user impersonation protection. This is the default value.
190-
-
190+
191191
```yaml
192192
Type: $true | $false
193193
Parameter Sets: (All)

exchange/exchange-ps/exchange/client-access-servers/Get-ClientAccessArray.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ The Site parameter filters the results by Active Directory site. You can use any
9999
- Distinguished name (DN)
100100
101101
- GUID
102-
-
102+
103103
- To see a list of available sites, use the Get-ADSite cmdlet.
104104
105105
```yaml

exchange/exchange-ps/exchange/client-access-servers/Set-OwaVirtualDirectory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2494,7 +2494,7 @@ This parameter is available only in Exchange Server 2010 and Exchange Server 201
24942494
The WebReadyDocumentViewingForAllSupportedTypes parameter specifies whether to enable WebReady Document Viewing for all supported file and MIME types. Valid values are:
24952495
24962496
- $true: All supported attachment types are avaialble for WebReady Document Viewing. This is the default value.
2497-
-
2497+
24982498
- $false: Only the attachment types that are specified by the WebReadyFileTypes and WebReadyMimeTypes parameters are avaialble for WebReady Document Viewing (you can remove values from the lists).
24992499
25002500
```yaml

exchange/exchange-ps/exchange/client-access/Set-OwaMailboxPolicy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,7 +1109,7 @@ This parameter is available only in the cloud-based service.
11091109
The LinkedInEnabled parameter specifies whether users can synchronize their LinkedIn contacts to their Contacts folder. Valid values are:
11101110
11111111
- $true: LinkedIn integration is enabled. This is the default value.
1112-
-
1112+
11131113
- $false: LinkedIn integration is disabled.
11141114
11151115
```yaml
@@ -2095,7 +2095,7 @@ This parameter is available only in Exchange Server 2010 and Exchange Server 201
20952095
The WebReadyDocumentViewingForAllSupportedTypes parameter specifies whether to enable WebReady Document Viewing for all supported file and MIME types. Valid values are:
20962096
20972097
- $true: All supported attachment types are avaialble for WebReady Document Viewing. This is the default value.
2098-
-
2098+
20992099
- $false: Only the attachment types that are specified by the WebReadyFileTypes and WebReadyMimeTypes parameters are avaialble for WebReady Document Viewing (you can remove values from the lists).
21002100
21012101
```yaml

exchange/exchange-ps/exchange/client-access/Test-CalendarConnectivity.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ The test results are displayed on-screen. The cmdlet returns the following infor
4949

5050
You can write the results to a file by piping the output to ConvertTo-Html or ConvertTo-Csv and adding \> \<filename\> to the command. For example:
5151

52+
Test-CalendarConnectivity -ClientAccessServer MBX01 | ConvertTo-Html \> "C:\\My Documents\\Calendar Test.html"
53+
5254
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://technet.microsoft.com/library/mt432940.aspx).
5355

5456
## EXAMPLES

exchange/exchange-ps/exchange/client-access/Test-EcpConnectivity.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ The test results are displayed on-screen. The cmdlet returns the following infor
4949

5050
You can write the results to a file by piping the output to ConvertTo-Html or ConvertTo-Csv and adding \> \<filename\> to the command. For example:
5151

52+
Test-EcpConnectivity -ClientAccessServer MBX01 | ConvertTo-Html \> "C:\\My Documents\\EAC Test.html"
53+
5254
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://technet.microsoft.com/library/mt432940.aspx).
5355

5456
## EXAMPLES

exchange/exchange-ps/exchange/client-access/Test-ImapConnectivity.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ The test results are displayed on-screen. The cmdlet returns the following infor
4848

4949
You can write the results to a file by piping the output to ConvertTo-Html or ConvertTo-Csv and adding \> \<filename\> to the command. For example:
5050

51+
Test-IMAPConnectivity -ClientAccessServer MBX01 | ConvertTo-Html \> "C:\\My Documents\\IMAP Test.html"
52+
5153
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://technet.microsoft.com/library/mt432940.aspx).
5254

5355
**Important Note**: In Exchange 2013 or later, when you run this command to test a single mailbox on an Exchange server that isn't hosting the active maildbox database copy for the mailbox, you might see the following error message:

exchange/exchange-ps/exchange/client-access/Test-PopConnectivity.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ The test results are displayed on-screen. The cmdlet returns the following infor
4848

4949
You can write the results to a file by piping the output to ConvertTo-Html or ConvertTo-Csv and adding \> \<filename\> to the command. For example:
5050

51+
Test-PopConnectivity -ClientAccessServer MBX01 | ConvertTo-Html \> "C:\\My Documents\\POP Test.html"
52+
5153
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://technet.microsoft.com/library/mt432940.aspx).
5254

5355
## EXAMPLES

exchange/exchange-ps/exchange/client-access/Test-PowerShellConnectivity.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ The test results are displayed on-screen. The cmdlet returns the following infor
5757

5858
You can write the results to a file by piping the output to ConvertTo-Html or ConvertTo-Csv and adding \> \<filename\> to the command. For example:
5959

60+
Test-PowerShellConnectivity -ClientAccessServer MBX01 | ConvertTo-Html \> "C:\\My Documents\\PowerShell Test.html"
61+
6062
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://technet.microsoft.com/library/mt432940.aspx).
6163

6264
## EXAMPLES

exchange/exchange-ps/exchange/client-access/Test-WebServicesConnectivity.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ The test results are displayed on-screen. The cmdlet returns the following infor
6666

6767
You can write the results to a file by piping the output to ConvertTo-Html or ConvertTo-Csv and adding \> \<filename\> to the command. For example:
6868

69+
Test-WebServicesConnectivity -ClientAccessServer MBX01 | ConvertTo-Html \> "C:\\My Documents\\EWS Test.html"
70+
6971
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://technet.microsoft.com/library/mt432940.aspx).
7072

7173
## EXAMPLES

exchange/exchange-ps/exchange/devices/Test-ActiveSyncConnectivity.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ The test results are displayed on-screen. The cmdlet returns the following infor
5050

5151
You can write the results to a file by piping the output to ConvertTo-Html or ConvertTo-Csv and adding \> \<filename\> to the command. For example:
5252

53+
Test-ActiveSyncConnectivity -ClientAccessServer MBX01 | ConvertTo-Html \> "C:\\My Documents\\EAS Test.html"
54+
5355
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://technet.microsoft.com/library/mt432940.aspx).
5456

5557
## EXAMPLES

exchange/exchange-ps/exchange/email-addresses-and-address-books/New-EmailAddressPolicy.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -110,15 +110,15 @@ New-EmailAddressPolicy -Name "Southeast Offices" -IncludedRecipients MailboxUser
110110

111111
This example creates an email address policy in an on-premises Exchange organization that uses a precanned recipient filter:
112112

113-
Name: Southeast Offices
113+
- Name: Southeast Offices
114114

115-
Precanned recipient filter: All users with mailboxes where the State or province value is GA, AL, or LA (Georgia, Alabama, or Louisiana).
115+
- Precanned recipient filter: All users with mailboxes where the State or province value is GA, AL, or LA (Georgia, Alabama, or Louisiana).
116116

117-
Primary SMTP email address:\<last name\>.\<first two letters of the first name\>@contoso.com
117+
- Primary SMTP email address: \<last name\>.\<first two letters of the first name\>@contoso.com
118118

119-
Additional proxy email addresses:\<last name\>.\<first two letters of the first name\>@contoso.net
119+
- Additional proxy email addresses: \<last name\>.\<first two letters of the first name\>@contoso.net
120120

121-
Priority:N+1, where N is the number of manually created email address policies that already exist (we didn't use the Priority parameter, and the default value is N+1).
121+
- Priority:N+1, where N is the number of manually created email address policies that already exist (we didn't use the Priority parameter, and the default value is N+1).
122122

123123
### -------------------------- Example 2 --------------------------
124124
```
@@ -127,15 +127,15 @@ New-EmailAddressPolicy -Name "Northwest Executives" -RecipientFilter {(Recipient
127127

128128
This example creates an email address policy in an on-premises Exchange organization that uses a custom recipient filter:
129129

130-
Name: Northwest Executives
130+
- Name: Northwest Executives
131131

132-
Custom recipient filter: All users with mailboxes where the Title value contains Director or Manager, and the State or province value is WA, OR, or ID (Washington, Oregon, or Idaho).
132+
- Custom recipient filter: All users with mailboxes where the Title value contains Director or Manager, and the State or province value is WA, OR, or ID (Washington, Oregon, or Idaho).
133133

134-
Primary SMTP email address:\<first two letters of the first name\>\<last name\>@contoso.com
134+
- Primary SMTP email address: \<first two letters of the first name\>\<last name\>@contoso.com
135135

136-
Additional proxy email addresses: None
136+
- Additional proxy email addresses: None
137137

138-
Priority: 2
138+
- Priority: 2
139139

140140
## PARAMETERS
141141

exchange/exchange-ps/exchange/email-addresses-and-address-books/Remove-AddressBookPolicy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Remove-AddressBookPolicy [-Identity] <MailboxPolicyIdParameter> [-Confirm] [-Dom
2727
## DESCRIPTION
2828
You can't delete an address book policy if it's assigned to a user. To determine if an address book policy is assigned to a user, run the following command:
2929

30+
Get-Mailbox | where $._AddressBookPolicy -eq "Murchison's Class"}
31+
3032
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://technet.microsoft.com/library/mt432940.aspx).
3133

3234
## EXAMPLES

exchange/exchange-ps/exchange/mail-flow/Remove-SystemMessage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ TheIdentity parameter specifies the custom system message that you want to remov
5656

5757
The identity value of a system message uses one of these formats:
5858

59-
- System messages for enhanced status codes:\<Language\>\\\<Internal | External\>\\\<DSNcode\>. For example, En\\Internal\\5.1.2 or Ja\\External\\5.1.2.
59+
- System messages for enhanced status codes: \<Language\>\\\<Internal | External\>\\\<DSNcode\>. For example, En\\Internal\\5.1.2 or Ja\\External\\5.1.2.
6060

61-
- System messages for quotas:\<Language\>\\\<QuotaMessageType\>. For example, En\\ProhibitSendReceiveMailBox.
61+
- System messages for quotas: \<Language\>\\\<QuotaMessageType\>. For example, En\\ProhibitSendReceiveMailBox.
6262

6363
\<Language\>: For the list of supported language codes, see Supported languages for system messages (https://technet.microsoft.com/library/bb124759.aspx).
6464

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ The Identity parameter specifies the custom system message that you want to modi
5454

5555
The identity value of a system message uses one of these formats:
5656

57-
- System messages for enhanced status codes:\<Language\>\\\<Internal | External\>\\\<DSNcode\>. For example, En\\Internal\\5.1.2 or Ja\\External\\5.1.2.
57+
- System messages for enhanced status codes: \<Language\>\\\<Internal | External\>\\\<DSNcode\>. For example, En\\Internal\\5.1.2 or Ja\\External\\5.1.2.
5858

59-
- System messages for quotas:\<Language\>\\\<QuotaMessageType\>. For example, En\\ProhibitSendReceiveMailBox.
59+
- System messages for quotas: \<Language\>\\\<QuotaMessageType\>. For example, En\\ProhibitSendReceiveMailBox.
6060

6161
\<Language\>: For the list of supported language codes, see Supported languages for NDRs (https://technet.microsoft.com/library/aa996803.aspx#NDRLanguages).
6262

exchange/exchange-ps/exchange/mailboxes/Get-CalendarDiagnosticLog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ This example exports all calendar items in the Calendar Diagnostic log for Jasen
8181

8282
Notes:
8383

84-
In this example, the message files are written to C:\\My Documents\\Calendar Diagnostic Export\\[email protected].
84+
- In this example, the message files are written to C:\\My Documents\\Calendar Diagnostic Export\\[email protected].
8585

86-
In on-premises Exchange organizations, you can use the Get-CalendarDiagnosticAnalysis cmdlet with the LogLocation parameter to analyze the exported .msg files.
86+
- In on-premises Exchange organizations, you can use the Get-CalendarDiagnosticAnalysis cmdlet with the LogLocation parameter to analyze the exported .msg files.
8787

8888
## PARAMETERS
8989

exchange/exchange-ps/exchange/mailboxes/Get-Clutter.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,29 @@ This example returns the Clutter settings for the user Constancia Pena.
3636
3737
### -Identity
3838
The Identity parameter specifies the mailbox that you want to modify. You can use any value that uniquely identifies the mailbox.
39+
3940
For example:
41+
4042
- Name
43+
4144
- Display name
45+
4246
- Alias
47+
4348
- Distinguished name (DN)
49+
4450
- Canonical DN
51+
4552
- \<domain name>\\\<account name>
53+
4654
- Email address
55+
4756
- GUID
57+
4858
- LegacyExchangeDN
59+
4960
- SamAccountName
61+
5062
- User ID or user principal name (UPN)
5163
5264
```yaml

exchange/exchange-ps/exchange/mailboxes/Restore-RecoverableItems.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ After using the Get-RecoverableItems cmdlet to verify the existence of the item,
5050
$mailboxes = Import-CSV "C:\My Documents\RestoreMessage.csv"; $mailboxes | foreach {Restore-RecoverableItems -Identity $_.SMTPAddress -SubjectContains Project X" -SourceFolder DeletedItems -FilterItemType IPM.Note}
5151
```
5252

53-
This example restores the deleted email message "Project X" for the mailboxes that are specified in the comma-separated value (CSV) file C:\My Documents\RestoreMessage.csv. The CSV file uses the header value SMTPAddress, and contains the email address of each mailbox on a separate line like this:
53+
This example restores the deleted email message "Project X" for the mailboxes that are specified in the comma-separated value (CSV) file C:\\My Documents\\RestoreMessage.csv. The CSV file uses the header value SMTPAddress, and contains the email address of each mailbox on a separate line like this:
5454

5555
SMTPAddress
5656

exchange/exchange-ps/exchange/mailboxes/Set-Clutter.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,29 @@ This example disables Clutter for the user Alexander Martinez.
3737

3838
### -Identity
3939
The Identity parameter specifies the mailbox that you want to modify. You can use any value that uniquely identifies the mailbox.
40+
4041
For example:
42+
4143
- Name
44+
4245
- Display name
46+
4347
- Alias
48+
4449
- Distinguished name (DN)
50+
4551
- Canonical DN
52+
4653
- \<domain name>\\\<account name>
54+
4755
- Email address
56+
4857
- GUID
58+
4959
- LegacyExchangeDN
60+
5061
- SamAccountName
62+
5163
- User ID or user principal name (UPN)
5264

5365
```yaml
@@ -66,7 +78,7 @@ Accept wildcard characters: False
6678
The Enable parameter specifies whether to enable or disable Clutter for the mailbox. Valid values are:
6779
6880
- $true: Clutter is enabled for the mailbox. This is the default value.
69-
-
81+
7082
- $false: Clutter is disabled for the mailbox.
7183
7284
```yaml

exchange/exchange-ps/exchange/mailboxes/Set-MailboxSentItemsConfiguration.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@ Accept wildcard characters: False
114114
115115
### -SendAsItemsCopiedTo
116116
The SendAsItemsCopiedTo parameter specifies where messages that are sent from the mailbox using Send As permmission are are saved. Valid values are:
117+
117118
- Sender: Messages sent from the mailbox are saved in the Sent Items folder of the user who sent the message. This is the default value.
119+
118120
- SenderAndFrom: Messages sent from the mailbox are saved in the Sent Items folder of the user who sent the message, and in the Sent Items folder of the mailbox.
119121
120122
```yaml
@@ -131,7 +133,9 @@ Accept wildcard characters: False
131133
132134
### -SendOnBehalfOfItemsCopiedTo
133135
The SendOnBehalfOfItemsCopiedTo parameter specifies where messages that are sent from the mailbox using Send On Behalf Of permmission are are saved. Valid values are:
136+
134137
- Sender: Messages sent from the mailbox are saved in the Sent Items folder of the user who sent the message. This is the default value.
138+
135139
- SenderAndFrom: Messages sent from the mailbox are saved in the Sent Items folder of the user who sent the message, and in the Sent Items folder of the mailbox.
136140
137141
```yaml

0 commit comments

Comments
 (0)