Skip to content

Commit 35acbfc

Browse files
Merge pull request #13004 from MicrosoftDocs/main
[AutoPublish] main to live - 08/06 13:34 PDT | 08/07 02:04 IST
2 parents b7c741f + bf9d3ca commit 35acbfc

File tree

136 files changed

+492
-465
lines changed

Some content is hidden

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

136 files changed

+492
-465
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Set-SecOpsOverridePolicy [-Identity] <PolicyIdParameter>
3535
```
3636

3737
## DESCRIPTION
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

@@ -154,7 +154,7 @@ Accept wildcard characters: False
154154

155155
The Enabled parameter specifies whether the policy is enabled. Valid values are:
156156

157-
- $true: The policy is enabled. This is the default value.
157+
- $true: The policy is enabled. This value is the default.
158158
- $false: The policy is disabled.
159159

160160
```yaml

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Set-SendConnector [-Identity] <SendConnectorIdParameter>
6363
```
6464

6565
## DESCRIPTION
66-
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).
66+
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).
6767

6868
## EXAMPLES
6969

@@ -103,7 +103,7 @@ Accept wildcard characters: False
103103
104104
The AddressSpaces parameter specifies the ___domain names to which the Send connector routes mail. The complete syntax for entering each address space is: `AddressSpaceType:AddressSpace;AddressSpaceCost`.
105105

106-
- AddressSpaceType: On an Edge server, the address space type must be SMTP. In the Transport service on a Mailbox server, the address space type may be SMTP, X400, or any other text string. If you omit the address space type, SMTP is assumed.
106+
- AddressSpaceType: On an Edge server, the address space type must be SMTP. In the Transport service on a Mailbox server, the address space type might be SMTP, X400, or any other text string. If you omit the address space type, SMTP is assumed.
107107
- AddressSpace: For SMTP address space types, the address space that you enter must be RFC 1035-compliant. For example, \*, \*.com, and \*.contoso.com are permitted, but \*contoso.com is not. For X.400 address space types, the address space that you enter must be RFC 1685-compliant, such as o=MySite;p=MyOrg;a=adatum;c=us. For all other values of address space type, you can enter any text for the address space.
108108
- AddressSpaceCost: The valid input range for the cost is from 1 through 100. A lower cost indicates a better route. This parameter is optional. If you omit the address space cost, a cost of 1 is assumed. If you enter a non-SMTP address space that contains the semicolon character (;), you must specify the address space cost.
109109

@@ -114,7 +114,7 @@ If you specify the address space type or the address space cost, you must enclos
114114
- "SMTP:contoso.com"
115115
- contoso.com
116116

117-
You may specify multiple address spaces by separating the address spaces with commas, for example: contoso.com,fabrikam.com. If you specify the address space type or the address space cost, enclose the address space in quotation marks ("), for example: "contoso.com;2","fabrikam.com;3".
117+
You might specify multiple address spaces by separating the address spaces with commas, for example: contoso.com,fabrikam.com. If you specify the address space type or the address space cost, enclose the address space in quotation marks ("), for example: "contoso.com;2","fabrikam.com;3".
118118

119119
If you specify a non-SMTP address space type on a Send connector configured in the Transport service on a Mailbox server, you must configure the following parameters:
120120

@@ -165,7 +165,7 @@ The CloudServicesMailEnabled parameter specifies whether the connector is used f
165165

166166
Valid values are:
167167

168-
- $true: The connector is used for mail flow in hybrid organizations, so cross-premises headers are preserved or promoted in messages that flow through the connector. This is the default value for connectors that are created by the Hybrid Configuration wizard. Certain X-MS-Exchange-Organization-\* headers in outbound messages that are sent from one side of the hybrid organization to the other are converted to X-MS-Exchange-CrossPremises-\* headers and are thereby preserved in messages. X-MS-Exchange-CrossPremises-\* headers in inbound messages that are received on one side of the hybrid organization from the other are promoted to X-MS-Exchange-Organization-\* headers. These promoted headers replace any instances of the same X-MS-Exchange-Organization-\* headers that already exist in messages.
168+
- $true: The connector is used for mail flow in hybrid organizations, so cross-premises headers are preserved or promoted in messages that flow through the connector. This value is the default for connectors that are created by the Hybrid Configuration wizard. Certain X-MS-Exchange-Organization-\* headers in outbound messages that are sent from one side of the hybrid organization to the other are converted to X-MS-Exchange-CrossPremises-\* headers and are thereby preserved in messages. X-MS-Exchange-CrossPremises-\* headers in inbound messages that are received on one side of the hybrid organization from the other are promoted to X-MS-Exchange-Organization-\* headers. These promoted headers replace any instances of the same X-MS-Exchange-Organization-\* headers that already exist in messages.
169169
- $false: The connector isn't used for mail flow in hybrid organizations, so any cross-premises headers are removed from messages that flow through the connector.
170170

171171
```yaml
@@ -225,7 +225,7 @@ Accept wildcard characters: False
225225

226226
The ConnectorType parameter specifies whether the connector is used in hybrid deployments to send messages to Microsoft 365. Valid values are:
227227

228-
- Default: The connector isn't used to send messages to Microsoft 365. This is the default value.
228+
- Default: The connector isn't used to send messages to Microsoft 365. This value is the default.
229229
- XPremises: The connector is used to send messages to Microsoft 365.
230230

231231
```yaml
@@ -558,7 +558,7 @@ When you enter a value, qualify the value with one of the following units:
558558
- GB (gigabytes)
559559
- TB (terabytes)
560560

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

563563
The valid input range for this parameter is 0 to 2147483647 bytes. To remove the message size limit on a Send connector, enter a value of unlimited.
564564

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Set-SenderFilterConfig [-Action <BlockedSenderAction>]
3838
```
3939

4040
## DESCRIPTION
41-
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).
41+
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).
4242

4343
## EXAMPLES
4444

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Set-SenderIdConfig
3737
```
3838

3939
## DESCRIPTION
40-
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).
40+
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).
4141

4242
## EXAMPLES
4343

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Set-SenderReputationConfig [-Confirm]
3939
```
4040

4141
## DESCRIPTION
42-
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).
42+
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).
4343

4444
## EXAMPLES
4545

@@ -103,7 +103,7 @@ Accept wildcard characters: False
103103
104104
The Enabled parameter enables or disables sender reputation on the Exchange server. Valid values are:
105105
106-
- $true: Sender reputation is enabled. This is the default value.
106+
- $true: Sender reputation is enabled. This value is the default.
107107
- $false: Sender reputation is disabled.
108108
109109
```yaml
@@ -124,7 +124,7 @@ Accept wildcard characters: False
124124
125125
The ExternalMailEnabled parameter allows or prevents sender reputation from processing messages from unauthenticated connections that are external to your Exchange organization. Valid values are:
126126
127-
- $true: Sender reputation is enabled on mail from external sources. This is the default value.
127+
- $true: Sender reputation is enabled on mail from external sources. This value is the default.
128128
- $false: Sender reputation is disabled on mail from external sources.
129129
130130
```yaml
@@ -146,7 +146,7 @@ Accept wildcard characters: False
146146
The InternalMailEnabled parameter allows or prevents sender reputation from processing messages from authenticated sender domains that are authoritative domains in your Exchange organization. Valid values are:
147147
148148
- $true: Sender reputation is enabled on mail from internal sources.
149-
- $false: Sender reputation is disabled on mail from internal sources. This is the default value.
149+
- $false: Sender reputation is disabled on mail from internal sources. This value is the default.
150150
151151
```yaml
152152
Type: Boolean
@@ -166,14 +166,14 @@ Accept wildcard characters: False
166166
167167
The OpenProxyDetectionEnabled parameter allows or prevents sender reputation from attempting to connect to the message's source IP address to send a test message back to the Exchange server. This test determines if the sender is an open proxy server. Valid values are:
168168
169-
- $true: Open proxy server detection is enabled. This is the default value.
169+
- $true: Open proxy server detection is enabled. This value is the default.
170170
- $false: Open proxy server detection is disabled.
171171
172172
Open proxy server detection requires the following open outbound TCP ports in your firewall: 23, 80, 1080, 1081, 3128, and 6588.
173173
174174
If your organization uses a proxy server for outbound Internet access, you also need to define the properties of the proxy server by using the ProxyServerName, ProxyServerPort, and ProxyServerType parameters.
175175
176-
The values of the OpenProxyDetectionEnabled and SenderBlockingEnabled parameters can both be set to $true, but they both can't be set to $false. If one value is $true and the other is $false, and you change the $true value to $false, the parameter that was previously $false will automatically change to $true.
176+
The values of the OpenProxyDetectionEnabled and SenderBlockingEnabled parameters can both be set to $true, but they both can't be set to $false. If one value is $true and the other is $false, and you change the $true value to $false, the parameter that was previously $false is automatically changed to $true.
177177
178178
```yaml
179179
Type: Boolean
@@ -233,7 +233,7 @@ Accept wildcard characters: False
233233
234234
The ProxyServerType parameter specifies the type of your organization's proxy server. Sender reputation uses this value to connect to the Internet for open proxy server detection. Valid values are:
235235
236-
- None: This is the default value.
236+
- None: This value is the default.
237237
- Cisco
238238
- HttpConnect
239239
- HttpPost
@@ -260,12 +260,12 @@ Accept wildcard characters: False
260260
261261
The SenderBlockingEnabled parameter allows or prevents sender reputation from blocking senders when their sender reputation level (SRL) meets or exceeds the value of the SrlBlockThreshold parameter. Valid values are:
262262
263-
- $true: Sender blocking is enabled. This is the default value.
263+
- $true: Sender blocking is enabled. This value is the default.
264264
- $false: Sender blocking is disabled.
265265
266266
You can temporarily block senders for up to 48 hours when you use the SenderBlockingPeriod parameter.
267267
268-
The values of the OpenProxyDetectionEnabled and SenderBlockingEnabled parameters can both be set to $true, but they both can't be set to $false. If one value is $true and the other is $false, and you change the $true value to $false, the parameter that was previously $false will automatically change to $true.
268+
The values of the OpenProxyDetectionEnabled and SenderBlockingEnabled parameters can both be set to $true, but they both can't be set to $false. If one value is $true and the other is $false, and you change the $true value to $false, the parameter that was previously $false is automatically changed to $true.
269269
270270
```yaml
271271
Type: Boolean

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Set-ServerComponentState [-Identity] <ServerIdParameter> -Component <String> -Re
3333
```
3434

3535
## DESCRIPTION
36-
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).
36+
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).
3737

3838
## EXAMPLES
3939

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Set-ServerMonitor [-Server] <ServerIdParameter> -Name <String> -Repairing <Boole
3030
```
3131

3232
## DESCRIPTION
33-
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).
33+
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).
3434

3535
## EXAMPLES
3636

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Set-ServicePrincipal [-Identity] <ServicePrincipalIdParameter>
3333
## DESCRIPTION
3434
You can use this cmdlet to change the DisplayName only. If AppId/ObjectId is wrong, delete the service principal and create a new one.
3535

36-
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).
36+
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).
3737

3838
## EXAMPLES
3939

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Set-SettingOverride [-Identity] <SettingOverrideIdParameter>
4040
## DESCRIPTION
4141
Setting overrides configure and store Exchange server customizations in Active Directory. The settings can be organization-wide or server-specific, and they persist in Active Directory across Exchange Cumulative Updates (CUs). Exchange customizations in web.config or exe.config XML application configuration files are server-specific, and they're lost when you install the next Exchange CU.
4242

43-
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).
43+
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).
4444

4545
## EXAMPLES
4646

0 commit comments

Comments
 (0)