Skip to content

Commit af77057

Browse files
authored
Remove the "Antispam agents" word from the IsInternal parameter
Change is based on the bug https://github.com/MicrosoftDocs/office-docs-powershell/issues/9064. Verified with Antispam component team that this parameter is not used for the antispam agent logic.
1 parent 7edc859 commit af77057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ Accept wildcard characters: False
328328
### -IsInternal
329329
The IsInternal parameter specifies whether the recipients in the remote domain are considered to be internal recipients. Valid values are:
330330

331-
- $true: All transport components (for example, transport rules or antispam agents) treat recipients in the remote domain as internal recipients. Typically, you use this value in cross-forest deployments.
331+
- $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.
332332
- $false: Recipients in the remote domain are treated as external recipients. This is the default value.
333333

334334
```yaml

0 commit comments

Comments
 (0)