Skip to content

Commit 386d36a

Browse files
committed
Acrolinx 14
1 parent 02ecff4 commit 386d36a

File tree

97 files changed

+977
-974
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

+977
-974
lines changed

exchange/exchange-ps/ExchangePowerShell/Set-LinkedUser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Set-LinkedUser [-Identity] <UserIdParameter>
3232
## DESCRIPTION
3333
The OLSync service account is the only linked user in your organization. By default, the account is named GALSync-ServiceAccount.
3434

35-
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).
35+
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).
3636

3737
## EXAMPLES
3838

exchange/exchange-ps/ExchangePowerShell/Set-M365DataAtRestEncryptionPolicy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Set-M365DataAtRestEncryptionPolicy [-Identity] <DataEncryptionPolicyIdParameter>
4646
```
4747

4848
## DESCRIPTION
49-
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).
49+
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).
5050

5151
## EXAMPLES
5252

@@ -62,7 +62,7 @@ This example disabled the Microsoft 365 data-at-rest encryption policy named Ten
6262
Set-M365DataAtRestEncryptionPolicy -Identity "Tenant Default Policy" -Refresh
6363
```
6464

65-
This example updates the Microsoft 365 data-at-rest encryption policy named Tenant Default Policy after one of the associated keys has been rotated in the Azure Key Vault.
65+
This example updates the Microsoft 365 data-at-rest encryption policy named Tenant Default Policy after one of the associated keys is rotated in the Azure Key Vault.
6666

6767
## PARAMETERS
6868

@@ -151,7 +151,7 @@ Accept wildcard characters: False
151151

152152
The Enabled parameter specifies whether the policy is enabled or disabled. Valid values are:
153153

154-
- $true: The policy is enabled. This is the default value.
154+
- $true: The policy is enabled. This value is the default.
155155
- $false: The policy is disabled.
156156

157157
```yaml

exchange/exchange-ps/ExchangePowerShell/Set-M365DataAtRestEncryptionPolicyAssignment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Set-M365DataAtRestEncryptionPolicyAssignment -DataEncryptionPolicy <DataEncrypti
2626
```
2727

2828
## DESCRIPTION
29-
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).
29+
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).
3030

3131
## EXAMPLES
3232

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

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ title: Set-MailContact
1313
# Set-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 Set-MailContact cmdlet to modify existing mail contacts.
1919

@@ -93,7 +93,7 @@ Set-MailContact [-Identity] <MailContactIdParameter>
9393
```
9494

9595
## DESCRIPTION
96-
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).
96+
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).
9797

9898
## EXAMPLES
9999

@@ -367,7 +367,7 @@ This parameter is available only in on-premises Exchange.
367367

368368
The CreateDTMFMap parameter specifies whether to create a dual-tone multiple-frequency (DTMF) map for the recipient. This allows the recipient to be identified by using a telephone keypad in Unified Messaging (UM) environments. Valid values are:
369369

370-
- $true: A DTMF map is created for the recipient. This is the default value.
370+
- $true: A DTMF map is created for the recipient. This value is the default.
371371
- $false: A DTMF map isn't created for the recipient.
372372

373373
```yaml
@@ -737,7 +737,7 @@ This parameter is available only in on-premises Exchange.
737737

738738
The EmailAddressPolicyEnabled parameter specifies whether to apply email address policies to this recipient. Valid values are:
739739

740-
- $true: Email address policies are applied to this recipient. This is the default value.
740+
- $true: Email address policies are applied to this recipient. This value is the default.
741741
- $false: Email address policies aren't applied to this recipient.
742742

743743
```yaml
@@ -762,7 +762,7 @@ To enter multiple values that overwrite any existing entries, use the following
762762

763763
To add or remove one or more values without affecting any existing entries, use the following syntax: `@{Add="Value1","Value2"...; Remove="Value3","Value4"...}`.
764764

765-
Although this is a multivalued property, the filter `"ExtensionCustomAttribute1 -eq 'Value'"` will return a match if the property _contains_ the specified value.
765+
Although this is a multivalued property, the filter `"ExtensionCustomAttribute1 -eq 'Value'"` returns a match if the property _contains_ the specified value.
766766

767767
```yaml
768768
Type: MultiValuedProperty
@@ -786,7 +786,7 @@ To enter multiple values that overwrite any existing entries, use the following
786786

787787
To add or remove one or more values without affecting any existing entries, use the following syntax: `@{Add="Value1","Value2"...; Remove="Value3","Value4"...}`.
788788

789-
Although this is a multivalued property, the filter `"ExtensionCustomAttribute2 -eq 'Value'"` will return a match if the property _contains_ the specified value.
789+
Although this is a multivalued property, the filter `"ExtensionCustomAttribute2 -eq 'Value'"` returns a match if the property _contains_ the specified value.
790790

791791
```yaml
792792
Type: MultiValuedProperty
@@ -810,7 +810,7 @@ To enter multiple values that overwrite any existing entries, use the following
810810

811811
To add or remove one or more values without affecting any existing entries, use the following syntax: `@{Add="Value1","Value2"...; Remove="Value3","Value4"...}`.
812812

813-
Although this is a multivalued property, the filter `"ExtensionCustomAttribute3 -eq 'Value'"` will return a match if the property _contains_ the specified value.
813+
Although this is a multivalued property, the filter `"ExtensionCustomAttribute3 -eq 'Value'"` returns a match if the property _contains_ the specified value.
814814

815815
```yaml
816816
Type: MultiValuedProperty
@@ -834,7 +834,7 @@ To enter multiple values that overwrite any existing entries, use the following
834834

835835
To add or remove one or more values without affecting any existing entries, use the following syntax: `@{Add="Value1","Value2"...; Remove="Value3","Value4"...}`.
836836

837-
Although this is a multivalued property, the filter `"ExtensionCustomAttribute4 -eq 'Value'"` will return a match if the property _contains_ the specified value.
837+
Although this is a multivalued property, the filter `"ExtensionCustomAttribute4 -eq 'Value'"` returns a match if the property _contains_ the specified value.
838838

839839
```yaml
840840
Type: MultiValuedProperty
@@ -858,7 +858,7 @@ To enter multiple values that overwrite any existing entries, use the following
858858

859859
To add or remove one or more values without affecting any existing entries, use the following syntax: `@{Add="Value1","Value2"...; Remove="Value3","Value4"...}`.
860860

861-
Although this is a multivalued property, the filter `"ExtensionCustomAttribute5 -eq 'Value'"` will return a match if the property _contains_ the specified value.
861+
Although this is a multivalued property, the filter `"ExtensionCustomAttribute5 -eq 'Value'"` returns a match if the property _contains_ the specified value.
862862

863863
```yaml
864864
Type: MultiValuedProperty
@@ -956,7 +956,7 @@ Accept wildcard characters: False
956956
The HiddenFromAddressListsEnabled parameter specifies whether this recipient is visible in address lists. Valid values are:
957957

958958
- $true: The recipient isn't visible in address lists.
959-
- $false: The recipient is visible in address lists. This is the default value.
959+
- $false: The recipient is visible in address lists. This value is the default.
960960

961961
```yaml
962962
Type: Boolean
@@ -1001,7 +1001,7 @@ Accept wildcard characters: False
10011001

10021002
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:
10031003

1004-
- BinHex (This is the default value)
1004+
- BinHex (default value)
10051005
- UuEncode
10061006
- AppleSingle
10071007
- AppleDouble
@@ -1087,7 +1087,7 @@ When you enter a value, qualify the value with one of the following units:
10871087
- MB (megabytes)
10881088
- GB (gigabytes)
10891089

1090-
Unqualified values are typically treated as bytes, but small values may be rounded up to the nearest kilobyte.
1090+
Unqualified values are typically treated as bytes, but small values might be rounded up to the nearest kilobyte.
10911091

10921092
A valid value is a number up to 1.999999 gigabytes (2147483647 bytes) or the value unlimited. The default value is unlimited.
10931093

@@ -1146,7 +1146,7 @@ When you enter a value, qualify the value with one of the following units:
11461146
- MB (megabytes)
11471147
- GB (gigabytes)
11481148

1149-
Unqualified values are typically treated as bytes, but small values may be rounded up to the nearest kilobyte.
1149+
Unqualified values are typically treated as bytes, but small values might be rounded up to the nearest kilobyte.
11501150

11511151
A valid value is a number up to 1.999999 gigabytes (2147483647 bytes) or the value unlimited. The default value is unlimited.
11521152

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

11751175
- Text
11761176
- Html
1177-
- TextAndHtml (This is the default value)
1177+
- TextAndHtml (default value)
11781178

11791179
The MessageFormat and MessageBodyFormat parameters are interdependent:
11801180

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

12021202
- Text
1203-
- Mime (This is the default value)
1203+
- Mime (default value)
12041204

12051205
The MessageFormat and MessageBodyFormat parameters are interdependent:
12061206

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

12611261
- $true: Moderation is enabled for this recipient. Messages sent to this recipient must be approved by a moderator before the messages are delivered.
1262-
- $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.
1262+
- $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.
12631263

12641264
You use the ModeratedBy parameter to specify the moderators.
12651265

@@ -1537,7 +1537,7 @@ Accept wildcard characters: False
15371537

15381538
The SendModerationNotifications parameter specifies when moderation notification messages are sent. Valid values are:
15391539

1540-
- Always: Notify all senders when their messages aren't approved. This is the default value.
1540+
- Always: Notify all senders when their messages aren't approved. This value is the default.
15411541
- Internal: Notify senders in the organization when their messages aren't approved.
15421542
- Never: Don't notify anyone when a message isn't approved.
15431543

@@ -1642,7 +1642,7 @@ Accept wildcard characters: False
16421642
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:
16431643

16441644
- $true: Messages sent to the mail user or mail contact use the message format that's configured for the mail user or mail contact.
1645-
- $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.
1645+
- $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.
16461646

16471647
```yaml
16481648
Type: Boolean

0 commit comments

Comments
 (0)