You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Set-OWAMailboxPolicy for 3rd party file providers parameters
Update Set-OWAMailboxPolicy for 3rd party file providers parameters:
- Remove GoogleDriveAttachmentsEnabled, DropboxAttachmentsEnabled, and BoxAttachmentsEnabled parameters. These no longer control functionality available (or available to external users)
- Updated ThirdPartyAttachmentsEnabled to reflect deprecation in lieu of ThirdPartyFileProvidersEnabled
- Added entry for ThirdPartyFileProvidersEnabled
This parameter is available only in the cloud-based service.
1780
1723
1781
-
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:
1724
+
This parameter has been deprecated and is no longer used.
1725
+
1726
+
To enable or disable third party attachments in Outlook on the web, use the ThirdPartyFileProvidersEnabled parameter.
1727
+
1728
+
```yaml
1729
+
Type: $true | $false
1730
+
Parameter Sets: (All)
1731
+
Aliases:
1732
+
Applicable: Exchange Online
1733
+
Required: False
1734
+
Position: Named
1735
+
Default value: False
1736
+
Accept pipeline input: False
1737
+
Accept wildcard characters: False
1738
+
```
1739
+
1740
+
### -ThirdPartyAttachmentsEnabled
1741
+
This parameter is available only in the cloud-based service.
1742
+
1743
+
The ThirdPartyFileProvidersEnabled parameter specifies whether to allow third-party (for example, Box, Dropbox, and Egnyte) attachments in Outlook on the web. Valid values are:
1782
1744
1783
1745
- $true: Third-party attachments are enabled. Users can connect their third-party file sharing accounts and share files over email.
0 commit comments