Forum Discussion
PMorgan_1116
Jul 08, 2019MCT
Blocking Outlook on the web offline access
Hoping for some confirmation/clarification... I believe I understand that both Set-OWAMailboxPolicy -AllowOfflineOn NoComputers and Set-OWAVirtualDriectory -AllowOfflineOn NoComputers can be used...
VasilMichev
Jul 08, 2019MVP
You can use either. The first one gives you more granularity, as you can have different OWA Mailbox policies applied to different users. The second one is "global" toggle.
PMorgan_1116
Jul 09, 2019MCT
VasilMichev Thank you!