Skip to content

Commit 34fa751

Browse files
authored
Update Set-OwaMailboxPolicy.md
1 parent 58534f0 commit 34fa751

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

exchange/exchange-ps/exchange/client-access/Set-OwaMailboxPolicy.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -474,13 +474,15 @@ Accept wildcard characters: False
474474
### -ConditionalAccessPolicy
475475
This parameter is available only in the cloud-based service.
476476
477-
The ConditionalAccessPolicy parameter specifies the conditional access policy for Outlook on the web. Valid values are:
477+
The ConditionalAccessPolicy parameter specifies the Outlook on the Web Policy for limited access. For this feature to properly work, you will need to additioanlly configure a Conditional Access policy in the Azure Active Directory Portal.
478+
479+
Valid values are:
478480
479481
- Off: No conditional access policy is applied to Outlook on the web. This is the default value.
480482
481-
- ReadOnly
483+
- ReadOnly - Users will be unable to download attachments to their local computer and enable Offline Mode on non compliant computers. They will still be able to view their attachments in the browser.
482484
483-
- ReadOnlyPlusAttachmentsBlocked
485+
- ReadOnlyPlusAttachmentsBlocked - In this mode all restrictions apply from the ReadOnly mode in addition they will not be able to view attachments even in the browser.
484486
485487
```yaml
486488
Type: Off | ReadOnly | ReadOnlyPlusAttachmentsBlocked

0 commit comments

Comments
 (0)