Skip to content

Commit d1c7ee0

Browse files
authored
Merge pull request MicrosoftDocs#1815 from loskinski/patch-2
Update Set-OwaMailboxPolicy.md
2 parents 3b318a6 + 585bff5 commit d1c7ee0

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 can't download attachments to their local computer, and can't enable Offline Mode on non-compliant computers. They can still view attachments in the browser.
482484
483-
- ReadOnlyPlusAttachmentsBlocked
485+
- ReadOnlyPlusAttachmentsBlocked: All restrictions from ReadOnly apply, but users can't view attachments in the browser.
484486
485487
```yaml
486488
Type: Off | ReadOnly | ReadOnlyPlusAttachmentsBlocked

0 commit comments

Comments
 (0)