Skip to content

Commit cdc4055

Browse files
authored
Merge pull request #11735 from Blake-Madden/main
Fix a few typos
2 parents 35371a4 + 79dca83 commit cdc4055

40 files changed

+46
-46
lines changed

exchange/exchange-ps/exchange/Get-ComplianceSearch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Accept wildcard characters: False
9393
### -Case
9494
This parameter is available only in the cloud-based service.
9595
96-
The Case parameter filters the results by the name of a eDiscovery Standard case that the compliance search is associated with. If the value contains spaces, enclose the value in quotation marks.
96+
The Case parameter filters the results by the name of an eDiscovery Standard case that the compliance search is associated with. If the value contains spaces, enclose the value in quotation marks.
9797
9898
You can't use this parameter to view compliance searches associated with eDiscovery Premium cases.
9999

exchange/exchange-ps/exchange/Get-DlpCompliancePolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ This example displays distribution details for a DLP policy.
6363
$dlp = Get-DlpCompliancePolicy; ForEach ($d in $dlp){Get-DlpCompliancePolicy -DistributionDetail $d.name | Format-List Name,DistributionStatus}
6464
```
6565

66-
This example gets all of the DLP policies in a environment and displays the distribution status for each.
66+
This example gets all of the DLP policies in an environment and displays the distribution status for each.
6767

6868
## PARAMETERS
6969

exchange/exchange-ps/exchange/Get-EXOMailboxStatistics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Accept wildcard characters: False
9393
```
9494
9595
### -ExchangeGuid
96-
The ExchangeGuid parameter filters the results by the GUID of mailbox (aso known as the Mailbox GUID). You can find this property value by using the Get-EXOMailbox cmdlet with Properies filter set to ExchangeGuid.
96+
The ExchangeGuid parameter filters the results by the GUID of mailbox (aso known as the Mailbox GUID). You can find this property value by using the Get-EXOMailbox cmdlet with Properties filter set to ExchangeGuid.
9797
9898
```yaml
9999
Type: Guid

exchange/exchange-ps/exchange/New-ComplianceSearch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Accept wildcard characters: False
127127
### -Case
128128
This parameter is available only in the cloud-based service.
129129
130-
The Case parameter specifies the name of a eDiscovery Standard case to associate the new compliance search with. If the value contains spaces, enclose the value in quotation marks.
130+
The Case parameter specifies the name of an eDiscovery Standard case to associate the new compliance search with. If the value contains spaces, enclose the value in quotation marks.
131131
132132
You can't use this parameter to create compliance searches associated with eDiscovery Premium cases.
133133

exchange/exchange-ps/exchange/New-MailMessage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
4343
New-MailMessage -Subject "Delivery Report" -Body "Click here to view this report" -Mailbox tony
4444
```
4545

46-
In Exchange Server 2010, this example creates an message in the Drafts folder of Tony's mailbox, with the subject and body specified by the Subject and Body parameters. The message body is rendered in plain text because no format for the message body is specified.
46+
In Exchange Server 2010, this example creates a message in the Drafts folder of Tony's mailbox, with the subject and body specified by the Subject and Body parameters. The message body is rendered in plain text because no format for the message body is specified.
4747

4848
### Example 2
4949
```powershell
@@ -71,7 +71,7 @@ This example creates an empty email message in the Drafts folder because no subj
7171
New-MailMessage -Subject "Delivery Information" -Body "Click here to see details" -Mailbox tony -BodyFormat Html
7272
```
7373

74-
In Exchange Server 2010, this example creates an message in the Drafts folder of Tony's mailbox with the subject and body specified by the Subject and Body parameters. The message body is rendered in HTML format.
74+
In Exchange Server 2010, this example creates a message in the Drafts folder of Tony's mailbox with the subject and body specified by the Subject and Body parameters. The message body is rendered in HTML format.
7575

7676
### Example 6
7777
```powershell

exchange/exchange-ps/exchange/New-SafeAttachmentRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Accept wildcard characters: False
141141
### -Enabled
142142
The Enabled parameter specifies whether the rule is enabled. Valid values are:
143143

144-
- $true: The rule is enabled. Ths is the default value.
144+
- $true: The rule is enabled. This is the default value.
145145
- $false: The rule is disabled.
146146

147147
In the properties of the rule, the value of this parameter is visible in the State property.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4483,7 +4483,7 @@ Accept wildcard characters: False
44834483
### -SenderAddressLocation
44844484
The SenderAddressLocation parameter specifies where to look for sender addresses in conditions and exceptions that examine sender email addresses. Valid values are:
44854485

4486-
- Header: Only examine senders in the message headers. For example, in on-premises Exchange the the From, Sender, or Reply-To fields. In Exchange Online, the From field only. This is the default value, and is the way rules worked before Exchange 2013 Cumulative Update 1 (CU1).
4486+
- Header: Only examine senders in the message headers. For example, in on-premises Exchange the From, Sender, or Reply-To fields. In Exchange Online, the From field only. This is the default value, and is the way rules worked before Exchange 2013 Cumulative Update 1 (CU1).
44874487
- Envelope: Only examine senders from the message envelope (the MAIL FROM value that was used in the SMTP transmission, which is typically stored in the Return-Path field).
44884488
- HeaderOrEnvelope: Examine senders in the message header and the message envelope.
44894489

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ Accept wildcard characters: False
350350
### -SiteIds
351351
The SiteIds parameter filters the log entries by the SharePoint SiteId (GUID). You can enter multiple values separated by commas: `Value1, Value2,...ValueN`.
352352

353-
To obtain the the SiteId for a SharePoint site, append `/_api/site/id` to the URL of the site collection you want to specify. For example, change the URL `https://contoso.sharepoint.com/sites/hr-project` to `https://contoso.sharepoint.com/sites/hr-project/_api/site/id`. An XML payload is returned and the SiteId for the site collection is displayed in the Edm.Guid property; for example: `<d:Id xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml" m:type="Edm.Guid">14ab81b6-f23d-476a-8cac-ad5dbd2910f7</d:Id>`.
353+
To obtain the SiteId for a SharePoint site, append `/_api/site/id` to the URL of the site collection you want to specify. For example, change the URL `https://contoso.sharepoint.com/sites/hr-project` to `https://contoso.sharepoint.com/sites/hr-project/_api/site/id`. An XML payload is returned and the SiteId for the site collection is displayed in the Edm.Guid property; for example: `<d:Id xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml" m:type="Edm.Guid">14ab81b6-f23d-476a-8cac-ad5dbd2910f7</d:Id>`.
354354

355355
```yaml
356356
Type: String[]

exchange/exchange-ps/exchange/Set-AuthServer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Accept wildcard characters: False
154154
### -DomainName
155155
This parameter is available only in Exchange Server 2016 (CU18 or higher) and Exchange Server 2019 (CU7 or higher).
156156

157-
The DomainName parameter specifies the tenant domain that's linked with the AuthServer object. This parameter usess the syntax: "tenantname.onmicrosoft.com".
157+
The DomainName parameter specifies the tenant domain that's linked with the AuthServer object. This parameter uses the syntax: "tenantname.onmicrosoft.com".
158158

159159
This parameter is used to link Tenant to the corresponding authserver object in the Multi-Tenant Exchange Hybrid. For example, if DomainName is contoso.onmicrosoft.com, then the AuthServer object will be associated with the contoso tenant.
160160

exchange/exchange-ps/exchange/Set-Mailbox.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3507,7 +3507,7 @@ Accept wildcard characters: False
35073507
```
35083508

35093509
### -MailboxMessagesPerFolderCountReceiveQuota
3510-
This parameter is a available only in on-premises Exchange.
3510+
This parameter is an available only in on-premises Exchange.
35113511

35123512
The MailboxMessagesPerFolderCountReceiveQuota parameter specifies the maximum number of messages for a mailbox folder. When this limit is reached, the folder can't receive new messages.
35133513

@@ -3529,7 +3529,7 @@ Accept wildcard characters: False
35293529
```
35303530

35313531
### -MailboxMessagesPerFolderCountWarningQuota
3532-
This parameter is a available only in on-premises Exchange.
3532+
This parameter is an available only in on-premises Exchange.
35333533

35343534
The MailboxMessagesPerFolderCountWarningQuota parameter specifies the number of messages that a mailbox folder can hold before Exchange sends a warning message to the mailbox owner and logs an event to the application event log. When this quota is reached, warning messages and logged events occur once a day.
35353535

@@ -5084,7 +5084,7 @@ This parameter is available only in on-premises Exchange.
50845084

50855085
The SCLDeleteEnabled parameter specifies whether to silently delete messages that meet or exceed the spam confidence level (SCL) specified by the SCLDeleteThreshold parameter. Valid values are:
50865086

5087-
- $true: Messages that meet or exceed the SCLDeleteThreshold value are silently deleted without sending an non-delivery report (NDR).
5087+
- $true: Messages that meet or exceed the SCLDeleteThreshold value are silently deleted without sending a non-delivery report (NDR).
50885088
- $false: Messages that meet or exceed the SCLDeleteThreshold value aren't deleted.
50895089
- $null (blank): The value isn't configured. This is the default value.
50905090

0 commit comments

Comments
 (0)