Skip to content

Commit c5da7ae

Browse files
authored
Update Set-OwaMailboxPolicy.md
Changed ThirdPartyAttachmentsEnabled from $true by default to $false by default per PM/SME feedback.
1 parent 49b4f72 commit c5da7ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1776,9 +1776,9 @@ This parameter is available only in the cloud-based service.
17761776
17771777
The ThirdPartyAttachmentsEnabled parameter specifies whether to allow third-party (for example, Box, Dropbox, and Google Drive) attachments in Outlook on the web. Valid values are:
17781778
1779-
- $true: Third-party attachments are enabled. Users can connect their third-party file sharing accounts and share files over email. This is the default value.
1779+
- $true: Third-party attachments are enabled. Users can connect their third-party file sharing accounts and share files over email.
17801780
1781-
- $false: Third-party attachments are disabled. Users can't connect their third-party file sharing accounts or share files over email.
1781+
- $false: Third-party attachments are disabled. Users can't connect their third-party file sharing accounts or share files over email. This is the default value.
17821782
17831783
```yaml
17841784
Type: $true | $false
@@ -1787,7 +1787,7 @@ Aliases:
17871787
Applicable: Exchange Online
17881788
Required: False
17891789
Position: Named
1790-
Default value: None
1790+
Default value: False
17911791
Accept pipeline input: False
17921792
Accept wildcard characters: False
17931793
```

0 commit comments

Comments
 (0)