Disable Direct File Access for owa

Hi

How can i exclude some users from disable Direct File Access on my OWA

Thanks 

February 26th, 2015 6:01am

Hi Yasser,

You can enable Direct File Access for certain users by setting an Outlook Web App mailbox policy. Settings in a policy override those set at the virtual directory.

It can be done in either the ECP under Permissions > Outlook Web App policies

or via the Shell using:

Set-OwaMailboxPolicy -Identity <owa policy> -DirectFileAccessOnPrivateComputersEnabled

Set-OwaMailboxPolicy -Identity <owa policy> -DirectFileAccessOnPublicComputersEnabled


Free Windows Admin Tool Kit Click here and download it now
February 26th, 2015 6:22am

Hi Yasser,

You can enable Direct File Access for certain users by setting an Outlook Web App mailbox policy. Settings in a policy override those set at the virtual directory.

It can be done in either the ECP under Permissions > Outlook Web App policies

or via the Shell using:

Set-OwaMailboxPolicy -Identity <owa policy> -DirectFileAccessOnPrivateComputersEnabled

Set-OwaMailboxPolicy -Identity <owa policy> -DirectFileAccessOnPublicComputersEnabled


  • Proposed as answer by Dan Smith 83 Thursday, February 26, 2015 11:25 AM
  • Edited by Dan Smith 83 Thursday, February 26, 2015 11:33 AM incorrect parameter
February 26th, 2015 2:22pm

Hi Yasser,

You can enable Direct File Access for certain users by setting an Outlook Web App mailbox policy. Settings in a policy override those set at the virtual directory.

It can be done in either the ECP under Permissions > Outlook Web App policies

or via the Shell using:

Set-OwaMailboxPolicy -Identity <owa policy> -DirectFileAccessOnPrivateComputersEnabled

Set-OwaMailboxPolicy -Identity <owa policy> -DirectFileAccessOnPublicComputersEnabled


  • Proposed as answer by Dan Smith 83 Thursday, February 26, 2015 11:25 AM
  • Edited by Dan Smith 83 Thursday, February 26, 2015 11:33 AM incorrect parameter
  • Unproposed as answer by Dan Smith 83 12 hours 32 minutes ago
Free Windows Admin Tool Kit Click here and download it now
February 26th, 2015 2:22pm

Thanks for you reply and help

how we can apply user for this owa policy ?

February 26th, 2015 5:13pm

No problem Yasser.

Once you have created a policy with the settings you require you can apply it to a user (or multiple users) by using either the ECP or using the shell:

In ECP there are 2 ways:

1. Select the mailbox (or mailboxes) then select "View Details" under "Email Connectivity". This will open a dialog allowing you to apply the relavant owa policy.

2. Edit the mailbox and navigate to "Mailbox Features". Then select "View Details" under "Email Connectivity". This will open a dialog allowing you to apply the relavant owa policy.

In Shell:

Set-CASMailbox -Identity <email address> -OwaMailboxPolicy:<owa policy name>

If you need to do multiple mailboxes using the shell you can pipe it through a Get-CASMailbox command.

More details can be found here:

https://technet.microsoft.com/en-us/library/dd876884(v=exchg.150).aspx

Free Windows Admin Tool Kit Click here and download it now
February 27th, 2015 6:14pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics