Skip to content

Commit 41e7de2

Browse files
authored
Merge pull request #8599 from MicrosoftDocs/chrisda
Update Set-OrganizationConfig.md
2 parents 3e79c3f + 062a0b6 commit 41e7de2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

exchange/exchange-ps/exchange/Set-OrganizationConfig.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1615,7 +1615,12 @@ Accept wildcard characters: False
16151615
### -EnableDownloadDomains
16161616
This parameter is available only in on-premises Exchange.
16171617

1618-
{{ Fill EnableDownloadDomains Description }}
1618+
The EnableDownloadDomains parameter specifies that Outlook on the web downloads inline images from a different domain than the rest of Outlook on the web. Valid values are:
1619+
1620+
- $true: Outlook on the web uses a different download domain for inline images (for example, downloads.contoso.com). Before you enable this setting, you need to create a CNAME record and certificate for this domain, and add the domain to the ExternalDownloadHostName and InternalDownloadHostName parameters on the Set-OwaVirtualDirectory cmdlet.
1621+
- $false: The setting is disabled. This is the default value.
1622+
1623+
For more information about the security vulnerability that's addressed by this parameter, and for detailed configuration instructions, see [CVE 2021 1730](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-1730).
16191624

16201625
```yaml
16211626
Type: Boolean

0 commit comments

Comments
 (0)