Skip to content

Commit d81c17a

Browse files
authored
Merge pull request #10819 from MicrosoftDocs/chrisda
TrustedOrganizations param
2 parents fe73620 + d256ecf commit d81c17a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

exchange/exchange-ps/exchange/New-InboundConnector.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,9 @@ Accept wildcard characters: False
472472
```
473473

474474
### -TrustedOrganizations
475-
{{ Fill TrustedOrganizations Description }}
475+
The TrustedOrganizations parameter specifies other Microsoft 365 organizations that are trusted mail sources (for example, after acquisitions and mergers). You can specify multiple Microsoft 365 organizations separated by commas.
476+
477+
This parameter works only for mail flow between two Microsoft 365 organizations, so no other parameters are used.
476478

477479
```yaml
478480
Type: MultiValuedProperty

exchange/exchange-ps/exchange/Set-InboundConnector.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,11 @@ Accept wildcard characters: False
482482
```
483483

484484
### -TrustedOrganizations
485-
{{ Fill TrustedOrganizations Description }}
485+
The TrustedOrganizations parameter specifies other Microsoft 365 organizations that are trusted mail sources (for example, after acquisitions and mergers). This parameter works only for mail flow between two Microsoft 365 organizations, so no other parameters are used.
486+
487+
To enter multiple values and overwrite any existing entries, use the following syntax: `Value1,Value2,...ValueN`. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`.
488+
489+
To add or remove one or more values without affecting any existing entries, use the following syntax: `@{Add="Value1","Value2"...; Remove="Value3","Value4"...}`.
486490

487491
```yaml
488492
Type: MultiValuedProperty

0 commit comments

Comments
 (0)