Score:0

Issue with restricting download from Exchange 2019 OWA

cn flag

Have an on premise Exchange 2019 server. Trying to restrict OWA users from downloading attachments. All online documentation I have found says to disable direct file download to both public and private computers. I did this using the PowerShell commands. However, it doesn't appear to work. Users can still choose to save an attachment when logged into OWA. Anyone else seen this? Know where I messed up? Any help would be appreciated.

Score:0
cn flag

Update:

I was able to use Set-OwaVirtualDirectory -Identity "Contoso\owa (default Web site)" -DirectFileAccessOnPrivateComputersEnabled $false and it now blocks OWA users from downloading files. Unfortunately there is no way to allow them to preview files. I believe you can do that with Exchange Online/365.

Jayce avatar
au flag
Glad to know the OWA download is working now. “Unfortunately there is no way to allow them to preview files. I believe you can do that with Exchange Online/365.”, yes, they can use Office Online. If the answer is helpful please mark it as ANSWER.
Score:0
au flag

We could use the following command to disable it:

Get-OwaMailboxPolicy | Set-OwaMailboxPolicy -DirectFileAccessOnPublicComputersEnabled $false -DirectFileAccessOnPrivateComputersEnabled $false

It took about 2 mins to finish running this. To confirm that all is complete, you can run Get-OwaMailboxPolicy and check if they should both be set to False.

Did you test with other users? You also could check if the policy had been assigned to certain users.

LesB avatar
cn flag
That is what I tried and it still doesn't stop the users from downloading attachments.
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.