Skip to content

Commit a7d6cc4

Browse files
authored
Merge pull request #10408 from MicrosoftDocs/chrisda
Update Set-RemoteDomain.md
2 parents f6009f7 + 077d73d commit a7d6cc4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

exchange/exchange-ps/exchange/Set-RemoteDomain.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ The AllowedOOFType parameter specifies the type of automatic replies or out-of-o
107107
- InternalLegacy: Only internal automatic replies or automatic replies that aren't designated as internal or external are sent to recipients in the remote domain.
108108
- None: No automatic replies are sent to recipients in the remote domain.
109109
110+
The value of this parameter is affected by the value of the IsInternal parameter, and vice-versa:
111+
112+
- If you change the AllowedOOFType parameter to the value InternalLegacy, the IsInternal parameter is changed to the value $true.
113+
- If you change the IsInternal parameter to the value $false, the AllowedOOFType parameter is changed to the value ExternalLegacy.
114+
110115
```yaml
111116
Type: AllowedOOFType
112117
Parameter Sets: (All)
@@ -331,6 +336,11 @@ The IsInternal parameter specifies whether the recipients in the remote domain a
331336
- $true: All transport components (for example, transport rules) treat recipients in the remote domain as internal recipients. Typically, you use this value in cross-forest deployments.
332337
- $false: Recipients in the remote domain are treated as external recipients. This is the default value.
333338

339+
The value of this parameter is affected by the value of the AllowedOOFType parameter, and vice-versa:
340+
341+
- If you change the AllowedOOFType parameter to the value InternalLegacy, the IsInternal parameter is changed to the value $true.
342+
- If you change the IsInternal parameter to the value $false, the AllowedOOFType parameter is changed to the value ExternalLegacy.
343+
334344
```yaml
335345
Type: Boolean
336346
Parameter Sets: (All)

0 commit comments

Comments
 (0)