Skip to content

Commit 168eeac

Browse files
authored
Merge pull request #12996 from MicrosoftDocs/Terms-chrisda
Acrolinx 10
2 parents fce7151 + 0a3c7a9 commit 168eeac

File tree

97 files changed

+480
-476
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+480
-476
lines changed

exchange/exchange-ps/ExchangePowerShell/New-MailContact.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ title: New-MailContact
1313
# New-MailContact
1414

1515
## SYNOPSIS
16-
This cmdlet is available in on-premises Exchange and in the cloud-based service. Some parameters and settings may be exclusive to one environment or the other.
16+
This cmdlet is available in on-premises Exchange and in the cloud-based service. Some parameters and settings might be exclusive to one environment or the other.
1717

1818
Use the New-MailContact cmdlet to create mail contacts.
1919

@@ -45,7 +45,7 @@ New-MailContact -Name <String> -ExternalEmailAddress <ProxyAddress>
4545
```
4646

4747
## DESCRIPTION
48-
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://learn.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions).
48+
You need to be assigned permissions before you can run this cmdlet. Although this article lists all parameters for the cmdlet, you might not have access to some parameters if they aren't 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://learn.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions).
4949

5050
## EXAMPLES
5151

@@ -286,7 +286,7 @@ Accept wildcard characters: False
286286

287287
The MacAttachmentFormat parameter specifies the Apple Macintosh operating system attachment format to use for messages sent to the mail contact or mail user. Valid values are:
288288

289-
- BinHex (This is the default value)
289+
- BinHex (default value)
290290
- UuEncode
291291
- AppleSingle
292292
- AppleDouble
@@ -316,7 +316,7 @@ The MessageBodyFormat parameter specifies the message body format for messages s
316316

317317
- Text
318318
- Html
319-
- TextAndHtml (This is the default value)
319+
- TextAndHtml (default value)
320320

321321
The MessageFormat and MessageBodyFormat parameters are interdependent:
322322

@@ -343,7 +343,7 @@ The MessageBodyFormat parameter specifies the message body format for messages s
343343

344344
- Text
345345
- Html
346-
- TextAndHtml (This is the default value)
346+
- TextAndHtml (default value)
347347

348348
The MessageFormat and MessageBodyFormat parameters are interdependent:
349349

@@ -398,7 +398,7 @@ Accept wildcard characters: False
398398
The ModerationEnabled parameter specifies whether moderation is enabled for this recipient. Valid value are:
399399

400400
- $true: Moderation is enabled for this recipient. Messages sent to this recipient must be approved by a moderator before the messages are delivered.
401-
- $false: Moderation is disabled for this recipient. Messages sent to this recipient are delivered without the approval of a moderator. This is the default value.
401+
- $false: Moderation is disabled for this recipient. Messages sent to this recipient are delivered without the approval of a moderator. This value is the default.
402402

403403
You use the ModeratedBy parameter to specify the moderators.
404404

@@ -469,7 +469,7 @@ Accept wildcard characters: False
469469

470470
The SendModerationNotifications parameter specifies when moderation notification messages are sent. Valid values are:
471471

472-
- Always: Notify all senders when their messages aren't approved. This is the default value.
472+
- Always: Notify all senders when their messages aren't approved. This value is the default.
473473
- Internal: Notify senders in the organization when their messages aren't approved.
474474
- Never: Don't notify anyone when a message isn't approved.
475475

@@ -494,7 +494,7 @@ Accept wildcard characters: False
494494
The UsePreferMessageFormat specifies whether the message format settings configured for the mail user or mail contact override the global settings configured for the remote ___domain or configured by the message sender. Valid value are:
495495

496496
- $true: Messages sent to the mail user or mail contact use the message format that's configured for the mail user or mail contact.
497-
- $false: Messages sent to the mail user or mail contact use the message format that's configured for the remote ___domain (the default remote ___domain or a specific remote ___domain) or configured by the message sender. This is the default value.
497+
- $false: Messages sent to the mail user or mail contact use the message format that's configured for the remote ___domain (the default remote ___domain or a specific remote ___domain) or configured by the message sender. This value is the default.
498498

499499
```yaml
500500
Type: Boolean

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ title: New-MailMessage
1313
# New-MailMessage
1414

1515
## SYNOPSIS
16-
This cmdlet is available in on-premises Exchange and in the cloud-based service. Some parameters and settings may be exclusive to one environment or the other.
16+
This cmdlet is available in on-premises Exchange and in the cloud-based service. Some parameters and settings might be exclusive to one environment or the other.
1717

1818
Use the New-MailMessage cmdlet to create an email message for the specified user mailbox and place the email message in the Drafts folder of the user's mailbox.
1919

@@ -35,7 +35,7 @@ New-MailMessage
3535
## DESCRIPTION
3636
If the cmdlet is run without specifying the Subject or Body parameters, an empty email message is placed in the user's Drafts folder.
3737

38-
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://learn.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions).
38+
You need to be assigned permissions before you can run this cmdlet. Although this article lists all parameters for the cmdlet, you might not have access to some parameters if they aren't 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://learn.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions).
3939

4040
## EXAMPLES
4141

exchange/exchange-ps/ExchangePowerShell/New-MailUser.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ title: New-MailUser
1313
# New-MailUser
1414

1515
## SYNOPSIS
16-
This cmdlet is available in on-premises Exchange and in the cloud-based service. Some parameters and settings may be exclusive to one environment or the other.
16+
This cmdlet is available in on-premises Exchange and in the cloud-based service. Some parameters and settings might be exclusive to one environment or the other.
1717

1818
Use the New-MailUser cmdlet to create mail users. Mail users (also known as mail-enabled users) have email addresses and accounts in the Exchange organization, but they don't have Exchange mailboxes. Email messages sent to mail users are delivered to the specified external email address.
1919

@@ -221,7 +221,7 @@ New-MailUser [-Name] <String> -MicrosoftOnlineServicesID <WindowsLiveId> -Passwo
221221
```
222222

223223
## DESCRIPTION
224-
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://learn.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions).
224+
You need to be assigned permissions before you can run this cmdlet. Although this article lists all parameters for the cmdlet, you might not have access to some parameters if they aren't 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://learn.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions).
225225

226226
## EXAMPLES
227227

@@ -604,7 +604,7 @@ Accept wildcard characters: False
604604

605605
The MacAttachmentFormat parameter specifies the Apple Macintosh operating system attachment format to use for messages sent to the mail contact or mail user. Valid values are:
606606

607-
- BinHex (This is the default value)
607+
- BinHex (default value)
608608
- UuEncode
609609
- AppleSingle
610610
- AppleDouble
@@ -654,7 +654,7 @@ The MessageBodyFormat parameter specifies the message body format for messages s
654654

655655
- Text
656656
- Html
657-
- TextAndHtml (This is the default value)
657+
- TextAndHtml (default value)
658658

659659
The MessageFormat and MessageBodyFormat parameters are interdependent:
660660

@@ -680,7 +680,7 @@ Accept wildcard characters: False
680680
The MessageFormat parameter specifies the message format for messages sent to the mail contact or mail user. Valid values are:
681681

682682
- Text
683-
- Mime (This is the default value)
683+
- Mime (default value)
684684

685685
The MessageFormat and MessageBodyFormat parameters are interdependent:
686686

@@ -737,7 +737,7 @@ Accept wildcard characters: False
737737
The ModerationEnabled parameter specifies whether moderation is enabled for this recipient. Valid value are:
738738

739739
- $true: Moderation is enabled for this recipient. Messages sent to this recipient must be approved by a moderator before the messages are delivered.
740-
- $false: Moderation is disabled for this recipient. Messages sent to this recipient are delivered without the approval of a moderator. This is the default value.
740+
- $false: Moderation is disabled for this recipient. Messages sent to this recipient are delivered without the approval of a moderator. This value is the default.
741741

742742
You use the ModeratedBy parameter to specify the moderators.
743743

@@ -808,7 +808,7 @@ Accept wildcard characters: False
808808

809809
The RemotePowerShellEnabled parameter specifies whether the user has access to Exchange PowerShell. Valid values are:
810810

811-
- $true: The user has access to Exchange Online PowerShell, the Exchange Management Shell, and the Exchange admin center (EAC). This is the default value.
811+
- $true: The user has access to Exchange Online PowerShell, the Exchange Management Shell, and the Exchange admin center (EAC). This value is the default.
812812
- $false: The user has doesn't have access to Exchange Online PowerShell, the Exchange Management Shell, or the EAC.
813813

814814
Access to Exchange PowerShell is required even if you're trying to open the Exchange Management Shell or the EAC on the local Exchange server.
@@ -836,7 +836,7 @@ This parameter is available only in on-premises Exchange.
836836
The ResetPasswordOnNextLogon parameter specifies whether the user must change their password the next time they log on. Valid values are:
837837

838838
- $true: The user is required to change their password the next time they log on.
839-
- $false: The user isn't required to change their password the next time they log on. This is the default value.
839+
- $false: The user isn't required to change their password the next time they log on. This value is the default.
840840

841841
```yaml
842842
Type: Boolean
@@ -856,7 +856,7 @@ Accept wildcard characters: False
856856

857857
This parameter is available only in on-premises Exchange.
858858

859-
The SamAccountName parameter (also known as the pre-Windows 2000 user account or group name) specifies an object identifier that's compatible with older versions of Microsoft Windows client and server operating systems. The value can contain letters, numbers, spaces, periods (.), and the following characters: !, #, $, %, ^, &, -, \_, {, }, and ~. The last character can't be a period. Unicode characters are allowed, but accented characters may generate collisions (for example, o and ö match). The maximum length is 20 characters.
859+
The SamAccountName parameter (also known as the pre-Windows 2000 user account or group name) specifies an object identifier that's compatible with older versions of Microsoft Windows client and server operating systems. The value can contain letters, numbers, spaces, periods (.), and the following characters: !, #, $, %, ^, &, -, \_, {, }, and ~. The last character can't be a period. Unicode characters are allowed, but accented characters might generate collisions (for example, o and ö match). The maximum length is 20 characters.
860860

861861
```yaml
862862
Type: String
@@ -876,7 +876,7 @@ Accept wildcard characters: False
876876

877877
The SendModerationNotifications parameter specifies when moderation notification messages are sent. Valid values are:
878878

879-
- Always: Notify all senders when their messages aren't approved. This is the default value.
879+
- Always: Notify all senders when their messages aren't approved. This value is the default.
880880
- Internal: Notify senders in the organization when their messages aren't approved.
881881
- Never: Don't notify anyone when a message isn't approved.
882882

@@ -901,7 +901,7 @@ Accept wildcard characters: False
901901
The UsePreferMessageFormat specifies whether the message format settings configured for the mail user or mail contact override the global settings configured for the remote ___domain or configured by the message sender. Valid value are:
902902

903903
- $true: Messages sent to the mail user or mail contact use the message format that's configured for the mail user or mail contact.
904-
- $false: Messages sent to the mail user or mail contact use the message format that's configured for the remote ___domain (the default remote ___domain or a specific remote ___domain) or configured by the message sender. This is the default value.
904+
- $false: Messages sent to the mail user or mail contact use the message format that's configured for the remote ___domain (the default remote ___domain or a specific remote ___domain) or configured by the message sender. This value is the default.
905905

906906
```yaml
907907
Type: Boolean

exchange/exchange-ps/ExchangePowerShell/New-MailboxAuditLogSearch.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ title: New-MailboxAuditLogSearch
1616
> [!NOTE]
1717
> This cmdlet will be deprecated in the cloud-based service. To access audit log data, use the Search-UnifiedAuditLog cmdlet. For more information, see this blog post: <https://aka.ms/AuditCmdletBlog>.
1818
19-
This cmdlet is available in on-premises Exchange and in the cloud-based service. Some parameters and settings may be exclusive to one environment or the other.
19+
This cmdlet is available in on-premises Exchange and in the cloud-based service. Some parameters and settings might be exclusive to one environment or the other.
2020

2121
Use the New-MailboxAuditLogSearch cmdlet to search mailbox audit logs and have search results sent via email to specified recipients.
2222

@@ -45,7 +45,7 @@ The New-MailboxAuditLogSearch cmdlet performs an asynchronous search of mailbox
4545

4646
To search mailbox audit logs for a single mailbox and have the results displayed in the Exchange Management Shell window, use the Search-MailboxAuditLog cmdlet instead. To learn more about mailbox audit logging, see [Mailbox audit logging in Exchange Server](https://learn.microsoft.com/Exchange/policy-and-compliance/mailbox-audit-logging/mailbox-audit-logging).
4747

48-
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://learn.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions).
48+
You need to be assigned permissions before you can run this cmdlet. Although this article lists all parameters for the cmdlet, you might not have access to some parameters if they aren't 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://learn.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions).
4949

5050
## EXAMPLES
5151

@@ -172,7 +172,7 @@ The ExternalAccess parameter specifies whether to return only audit log entries
172172

173173
$true: Audit log entries for mailbox access by external users or Microsoft datacenter administrators are returned.
174174

175-
$false: Audit log entries for mailbox access by external users or Microsoft datacenter administrators are ignored. This is the default value.
175+
$false: Audit log entries for mailbox access by external users or Microsoft datacenter administrators are ignored. This value is the default.
176176

177177
```yaml
178178
Type: Boolean

exchange/exchange-ps/ExchangePowerShell/New-MailboxDatabase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ New-MailboxDatabase [[-Name] <String>] -Server <ServerIdParameter>
5353
```
5454

5555
## DESCRIPTION
56-
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://learn.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions).
56+
You need to be assigned permissions before you can run this cmdlet. Although this article lists all parameters for the cmdlet, you might not have access to some parameters if they aren't 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://learn.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions).
5757

5858
## EXAMPLES
5959

0 commit comments

Comments
 (0)