Skip to content

Commit 8728953

Browse files
authored
Merge pull request MicrosoftDocs#4743 from schneiderl/master
multiple files: fix typos
2 parents 5c686f7 + 430d122 commit 8728953

File tree

14 files changed

+15
-15
lines changed

14 files changed

+15
-15
lines changed

exchange/docs-conceptual/exchange-online/exchange-online-powershell-v2/exchange-online-powershell-v2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ In contrast, the same **Get-Mailbox** cmdlet would return at least 230 propertie
250250

251251
For details about the property sets that are available in EXO V2 module cmdlets, see [Property sets in Exchange Online PowerShell V2 cmdlets](cmdlet-property-sets.md) or the individual EXO V2 module cmdlet reference topics.
252252

253-
EXO cmdlets also provide a way to retreive all properties for an object by using the _ProperySets_ parameter with the value `All`.
253+
EXO cmdlets also provide a way to retrieve all properties for an object by using the _ProperySets_ parameter with the value `All`.
254254

255255
The following example returns all properties for the 10 mailboxes:
256256

@@ -259,7 +259,7 @@ Get-EXOMailbox -ResultSize 10 -PropertySets All
259259
```
260260

261261
> [!NOTE]
262-
> We highly discourage using the _PropertySets_ parameter with the value `All` because it slows down the cmdlet and reduces reliability. Always use the _PropertySets_ and _Properties_ parameters to retreive only the requires properties.
262+
> We highly discourage using the _PropertySets_ parameter with the value `All` because it slows down the cmdlet and reduces reliability. Always use the _PropertySets_ and _Properties_ parameters to retrieve only the requires properties.
263263
264264
## Release notes
265265

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1309,7 +1309,7 @@ Accept wildcard characters: False
13091309
### -NPSMailboxPolicy
13101310
This parameter is avaialble only in the cloud-based service.
13111311
1312-
The NPSMailboxPolicy parameter specifies whether to enable or disable the Net Promoter Score (NPS) survey in Outlook on the web. The survey allows uses to rate Outlook on the web on a scale of 1 to 5, and to provide feedback and suggested improvments in free text. Valid values are:
1312+
The NPSMailboxPolicy parameter specifies whether to enable or disable the Net Promoter Score (NPS) survey in Outlook on the web. The survey allows uses to rate Outlook on the web on a scale of 1 to 5, and to provide feedback and suggested improvements in free text. Valid values are:
13131313
13141314
- $true: The NPS survey is available in Outlook on the web. This is the default value.
13151315

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ Accept wildcard characters: False
308308
### -AuxAuditLog
309309
This parameter is available only in on-premises Exchange.
310310
311-
The AuxAuditLog switch is required to return auxillary audit log mailboxes in the results. You don't need to specify a value with this switch.
311+
The AuxAuditLog switch is required to return auxiliary audit log mailboxes in the results. You don't need to specify a value with this switch.
312312
313313
Audit log mailboxes are arbitration mailboxes that are used to store audit log settings.
314314

exchange/exchange-ps/exchange/mailboxes/New-Mailbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1420,7 +1420,7 @@ Accept wildcard characters: False
14201420
### -AuxAuditLog
14211421
This parameter is available only in on-premises Exchange.
14221422

1423-
The AuxAuditLog switch is required to create auxillary audit log mailboxes. You don't need to specify a value with this switch.
1423+
The AuxAuditLog switch is required to create auxiliary audit log mailboxes. You don't need to specify a value with this switch.
14241424

14251425
Audit log mailboxes are arbitration mailboxes that are used to store audit log settings.
14261426

exchange/exchange-ps/exchange/mailboxes/Remove-Mailbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ Accept wildcard characters: False
244244
### -AuxAuditLog
245245
This parameter is available only in on-premises Exchange.
246246
247-
The AuxAuditLog switch is required to remove auxillary audit log mailboxes. You don't need to specify a value with this switch.
247+
The AuxAuditLog switch is required to remove auxiliary audit log mailboxes. You don't need to specify a value with this switch.
248248
249249
Audit log mailboxes are arbitration mailboxes that are used to store audit log settings.
250250

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1841,7 +1841,7 @@ Accept wildcard characters: False
18411841
### -AuxAuditLog
18421842
This parameter is available only in on-premises Exchange.
18431843
1844-
The AuxAuditLog switch is required to modify auxillary audit log mailboxes. You don't need to specify a value with this switch.
1844+
The AuxAuditLog switch is required to modify auxiliary audit log mailboxes. You don't need to specify a value with this switch.
18451845
18461846
Audit log mailboxes are arbitration mailboxes that are used to store audit log settings.
18471847

exchange/exchange-ps/exchange/organization/Remove-ApplicationAccessPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ monikerRange: "exchonline-ps"
1515
## SYNOPSIS
1616
This cmdlet is available only in the cloud-based service.
1717

18-
Use the Remove-ApplicationAccessPolicy cmdlet to remove application access policies. These changes may take upto 30 minutes to go live.
18+
Use the Remove-ApplicationAccessPolicy cmdlet to remove application access policies. These changes may take up to 30 minutes to go live.
1919

2020
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://docs.microsoft.com/powershell/exchange/exchange-server/exchange-cmdlet-syntax).
2121

exchange/exchange-ps/exchange/policy-and-compliance-dlp/New-DlpComplianceRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,7 @@ Accept wildcard characters: False
11821182
```
11831183
11841184
### -Priority
1185-
The Priority parameter specifies a priority value for the rule that determines the order of rule processing withing the policy. A lower integer value indicates a higher priority, the value 0 is the highest priority, and rules can't have the same priority value.
1185+
The Priority parameter specifies a priority value for the rule that determines the order of rule processing within the policy. A lower integer value indicates a higher priority, the value 0 is the highest priority, and rules can't have the same priority value.
11861186
11871187
Valid values and the default value for this parameter depend on the number of existing rules in the policy. For example, if there are 8 existing rules:
11881188

exchange/exchange-ps/exchange/policy-and-compliance-dlp/Set-DlpComplianceRule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1148,7 +1148,7 @@ Accept wildcard characters: False
11481148
```
11491149
11501150
### -Priority
1151-
The Priority parameter specifies a priority value for the rule that determines the order of rule processing withing the policy. A lower integer value indicates a higher priority, the value 0 is the highest priority, and rules can't have the same priority value.
1151+
The Priority parameter specifies a priority value for the rule that determines the order of rule processing within the policy. A lower integer value indicates a higher priority, the value 0 is the highest priority, and rules can't have the same priority value.
11521152
11531153
Valid values and the default value for this parameter depend on the number of existing rules in the policy. For example, if there are 8 existing rules:
11541154

exchange/exchange-ps/exchange/powershell-v2-module/Get-EXOMailboxFolderPermission.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Get-EXOMailboxFolderPermission
3333
```
3434

3535
## DESCRIPTION
36-
Use this cmdlet to retreive folder level permission in the mailbox.
36+
Use this cmdlet to retrieve folder level permission in the mailbox.
3737
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.
3838

3939
## EXAMPLES

exchange/exchange-ps/exchange/users-and-groups/Get-User.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Accept wildcard characters: False
169169
### -AuxAuditLog
170170
This parameter is available only in on-premises Exchange.
171171
172-
The AuxAuditLog switch is required to return auxillary audit log mailboxes in the results. You don't need to specify a value with this switch.
172+
The AuxAuditLog switch is required to return auxiliary audit log mailboxes in the results. You don't need to specify a value with this switch.
173173
174174
Audit log mailboxes are arbitration mailboxes that are used to store audit log settings.
175175

sharepoint/sharepoint-ps/sharepoint-online/Start-SPOSiteRename.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Accept wildcard characters: False
170170
171171
### -WhatIf
172172
173-
Simulation of what would happend if you run the script without modifying anything.
173+
Simulation of what would happened if you run the script without modifying anything.
174174
175175
```yaml
176176
Type: String

sharepoint/sharepoint-ps/sharepoint-server/Copy-SPActivitiesToWorkflowService.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Copy-SPActivitiesToWorkflowService [-ActivityName <String>] [-AssignmentCollecti
2626
```
2727

2828
## DESCRIPTION
29-
Copies Workflow activites from SharePoint Server to Workflow Manager.
29+
Copies Workflow activities from SharePoint Server to Workflow Manager.
3030

3131
## EXAMPLES
3232

skype/skype-ps/skype/Invoke-CsComputerFailOver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Accept wildcard characters: False
8989
### -Force
9090
If the Force parameter is specified, the server is failed over without verifying the pool's capacity to absorb the failed over server's workload.
9191
92-
**Note:** If you run this parameter toghether with -WhatIf parameter, it will be ignored and a server failover will be started.
92+
**Note:** If you run this parameter together with -WhatIf parameter, it will be ignored and a server failover will be started.
9393
9494
```yaml
9595
Type: SwitchParameter

0 commit comments

Comments
 (0)