Skip to content

Commit 22c5ea8

Browse files
authored
Merge pull request MicrosoftDocs#1843 from nschonni/double-the
typo: Double word "the"
2 parents 0253662 + e680286 commit 22c5ea8

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

exchange/docs-conceptual/exchange-server/exchange-management-shell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: "Learn about Exchange Server PowerShell, also known as the Exchange
1313
---
1414

1515
# Exchange Server PowerShell (Exchange Management Shell)
16-
The Exchange Management Shell is built on Windows PowerShell technology and provides a powerful command-line interface that enables the automation of Exchange administration tasks. You can use the Exchange Management Shell to manage every aspect of Exchange. For example, you can create email accounts, create Send connectors and Receive connectors, configure mailbox database properties, and manage distribution groups. You can use the Exchange Management Shell to perform every task that's available in the Exchange graphical management tools, plus things that you can't do there (for example, bulk operations). In fact, when you do something in the the Exchange admin center (EAC), the Exchange Control Panel (ECP), or the Exchange Management Console (EMC), it's the Exchange Management Shell that does the work behind the scenes.
16+
The Exchange Management Shell is built on Windows PowerShell technology and provides a powerful command-line interface that enables the automation of Exchange administration tasks. You can use the Exchange Management Shell to manage every aspect of Exchange. For example, you can create email accounts, create Send connectors and Receive connectors, configure mailbox database properties, and manage distribution groups. You can use the Exchange Management Shell to perform every task that's available in the Exchange graphical management tools, plus things that you can't do there (for example, bulk operations). In fact, when you do something in the Exchange admin center (EAC), the Exchange Control Panel (ECP), or the Exchange Management Console (EMC), it's the Exchange Management Shell that does the work behind the scenes.
1717

1818
The Exchange Management Shell also provides a robust and flexible scripting platform. Visual Basic scripts that required many lines of code can be replaced by Exchange Management Shell commands that use as little as one line of code. The Exchange Management Shell provides this flexibility because it uses an object model that's based on the Microsoft .NET Framework. This object model enables Exchange cmdlets to apply the output from one command to subsequent commands.
1919

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Set-ImapSettings -X509CertificateName mail.contoso.com
7878

7979
This example specifies the certificate that contains mail.contoso.com is used to encrypt IMAP4 client connections.
8080

81-
**Note**: For single subject certificates or a SAN certificates, you also need to assign the the certificate to the Exchange IMAP service by using the Enable-ExchangeCertificate cmdlet. For wildcard certificates, you don't need to assign the certificate to the Exchange IMAP service (you'll receive an error if you try).
81+
**Note**: For single subject certificates or a SAN certificates, you also need to assign the certificate to the Exchange IMAP service by using the Enable-ExchangeCertificate cmdlet. For wildcard certificates, you don't need to assign the certificate to the Exchange IMAP service (you'll receive an error if you try).
8282

8383
## PARAMETERS
8484

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Set-PopSettings -X509CertificateName mail.contoso.com
7676

7777
This example specifies the certificate that contains mail.contoso.com is used to encrypt POP3 client connections.
7878

79-
**Note**: For single subject certificates or a SAN certificates, you also need to assign the the certificate to the Exchange POP service by using the Enable-ExchangeCertificate cmdlet. For wildcard certificates, you don't need to assign the certificate to the Exchange POP service (you'll receive an error if you try).
79+
**Note**: For single subject certificates or a SAN certificates, you also need to assign the certificate to the Exchange POP service by using the Enable-ExchangeCertificate cmdlet. For wildcard certificates, you don't need to assign the certificate to the Exchange POP service (you'll receive an error if you try).
8080

8181
## PARAMETERS
8282

exchange/exchange-ps/exchange/database-availability-groups/Test-ReplicationHealth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Accept wildcard characters: False
150150
```
151151
152152
### -Identity
153-
The Identity parameter specifies the the Mailbox server that you want to test.
153+
The Identity parameter specifies the Mailbox server that you want to test.
154154
155155
You can use any value that uniquely identifies the server. For example:
156156

exchange/exchange-ps/exchange/sharing-and-collaboration/New-SiteMailboxProvisioningPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ This parameter is available only in on-premises Exchange.
122122
123123
The DefaultAliasPrefixEnabled parameter specifies whether new site mailboxes have the default prefix text added to the alias. Valid values are:
124124
125-
- $true: Aliases get the default prefix text. This is the default value. In Office 365, the default prefix text is SMO- (for example, the alias value BugBash\_2016 becomes SMO-BugBash\_2016). In on-premises Exchange, the the default prefix text is SM- (for example, the alias value BugBash\_2016 becomes SM-BugBash\_2016).
125+
- $true: Aliases get the default prefix text. This is the default value. In Office 365, the default prefix text is SMO- (for example, the alias value BugBash\_2016 becomes SMO-BugBash\_2016). In on-premises Exchange, the default prefix text is SM- (for example, the alias value BugBash\_2016 becomes SM-BugBash\_2016).
126126
127127
- $false: Aliases don't get the default prefix text.
128128

exchange/exchange-ps/exchange/sharing-and-collaboration/Set-SiteMailboxProvisioningPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Accept wildcard characters: False
116116
### -DefaultAliasPrefixEnabled
117117
The DefaultAliasPrefixEnabled parameter specifies whether new site mailboxes have the default prefix text added to the alias. Valid values are:
118118
119-
- $true: Aliases get the default prefix text. This is the default value. In Office 365, the default prefix text is SMO- (for example, the alias value BugBash\_2016 becomes SMO-BugBash\_2016). In on-premises Exchange, the the default prefix text is SM- (for example, the alias value BugBash\_2016 becomes SM-BugBash\_2016).
119+
- $true: Aliases get the default prefix text. This is the default value. In Office 365, the default prefix text is SMO- (for example, the alias value BugBash\_2016 becomes SMO-BugBash\_2016). In on-premises Exchange, the default prefix text is SM- (for example, the alias value BugBash\_2016 becomes SM-BugBash\_2016).
120120
121121
- $false: Aliases don't get the default prefix text.
122122

sharepoint/sharepoint-ps/sharepoint-server/Get-SPAppStateUpdateInterval.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Get-SPAppStateUpdateInterval [-AssignmentCollection <SPAssignmentCollection>] [<
1818
```
1919

2020
## DESCRIPTION
21-
Use the Get-SPAppStateUpdateInterval cmdlet to return the interval in hours between updates of the the app state update job.
21+
Use the Get-SPAppStateUpdateInterval cmdlet to return the interval in hours between updates of the app state update job.
2222
The app state update job updates the app states, including app updates, in SharePoint based on information in the SharePoint Store.
2323

2424
For permissions and the most current information about Windows PowerShell for SharePoint Products, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251831 (http://go.microsoft.com/fwlink/p/?LinkId=251831).

sharepoint/sharepoint-ps/sharepoint-server/Set-SPInternalAppStateUpdateInterval.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Set-SPInternalAppStateUpdateInterval -AppStateSyncHours <Int32>
1919
```
2020

2121
## DESCRIPTION
22-
Use the `Set-SPInternalAppStateUpdateInterval` cmdlet to set the interval in hours between updates of the the internal app state update job.
22+
Use the `Set-SPInternalAppStateUpdateInterval` cmdlet to set the interval in hours between updates of the internal app state update job.
2323
The internal app state update job gets app upgrades from the internal app directory and sets them on app instances.
2424

2525
For permissions and the most current information about Windows PowerShell for SharePoint Products, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251831 (http://go.microsoft.com/fwlink/p/?LinkId=251831).

sharepoint/sharepoint-ps/sharepoint-server/Set-SPWebApplicationHttpThrottlingMonitor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ C:\PS>Set-SPWebApplicationHttpThrottlingMonitor http://sharepoint
4343
0 -Category Memory -Counter 'Available Mbytes' -IsDesc -UpperLimit 3000
4444
```
4545

46-
This example sets the upper limit for the Memory\Available Mbytes counter, the highest value in the Health Score buckets, to 3000 for the the http://sharepoint Web application.
46+
This example sets the upper limit for the Memory\Available Mbytes counter, the highest value in the Health Score buckets, to 3000 for the http://sharepoint Web application.
4747

4848

4949
## PARAMETERS

0 commit comments

Comments
 (0)