Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Launch the Exchange Management Shell, and execute the following commands

Code Block
Set-OwaVirtualDirectory -Identity "owa (default Web site)"  -ExternalDownloadHostName

...

 “Images.DeepnetID.com

...


Set-OwaVirtualDirectory -Identity "owa (default Web site)"  -InternalDownloadHostName "Images.DeepnetID.com

...


Set-OrganizationConfig -EnableDownloadDomains $true

If MFA is enabled on OWA, then you must take the following steps

Table of Contents
excludeChange Image Download URL

Add URL Binding

On the Exchange server, launch the IIS Management

Select the OWA node, and launch the DualShield IIS Agent console

Image Removed

Click "URL Bindings"

Image Removed

Add the image download URL in to the URL Bindings

Apply the change

Add HTTP Filter

We also need to add an HTTP Filter.

Click "HTTP Filter"

Image Removed

Add the following HTTP filter

...

Image Removed

Image Removed

Apply the change.

Add URL Filter

Click "URL Filter"

Image Removed

Add the following URL filter

Code Block
/owa/.*/prem/.*/ext/def/.*

Image Removed

Image Removed

Apply the change.

Children Display