Skip to content

Commit a7177a2

Browse files
authored
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
1 parent a93796f commit a7177a2

File tree

1 file changed

+24
-62
lines changed

1 file changed

+24
-62
lines changed

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

Lines changed: 24 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ Set-OwaMailboxPolicy [-Identity] <MailboxPolicyIdParameter>
6060
[-WacExternalServicesEnabled <$true | $false>] [-WacOMEXEnabled <$true | $false>]
6161
[-WacViewingOnPrivateComputersEnabled <$true | $false>] [-WacViewingOnPublicComputersEnabled <$true | $false>]
6262
[-WeatherEnabled <$true | $false>] [-WebPartsFrameOptionsType <Deny | AllowFrom | None | SameOrigin>]
63-
[-BoxAttachmentsEnabled <$true | $false>] [-ClassicAttachmentsEnabled <$true | $false>]
64-
[-DropboxAttachmentsEnabled <$true | $false>] [-ExternalSPMySiteHostURL <String>]
65-
[-FreCardsEnabled <$true | $false>] [-GoogleDriveAttachmentsEnabled <$true | $false>]
63+
[-ClassicAttachmentsEnabled <$true | $false>]
64+
[-ExternalSPMySiteHostURL <String>]
65+
[-FreCardsEnabled <$true | $false>]
6666
[-InterestingCalendarsEnabled <$true | $false>] [-InternalSPMySiteHostURL <String>]
6767
[-LocalEventsEnabled <$true | $false>] [-OneDriveAttachmentsEnabled <$true | $false>]
6868
[-OnSendAddinsEnabled <$true | $false>] [-ReferenceAttachmentsEnabled <$true | $false>]
6969
[-SatisfactionEnabled <$true | $false>] [-SaveAttachmentsToCloudEnabled <$true | $false>]
70-
[-ThirdPartyAttachmentsEnabled <$true | $false>] [-UserVoiceEnabled <$true | $false>]
70+
[-ThirdPartyFileProvidersEnabled <$true | $false>] [-UserVoiceEnabled <$true | $false>]
7171
[-WacEditingEnabled <$true | $false>] [-OutlookBetaToggleEnabled <$true | $false>] [<CommonParameters>]
7272
```
7373

@@ -1505,25 +1505,6 @@ Accept pipeline input: False
15051505
Accept wildcard characters: False
15061506
```
15071507
1508-
### -BoxAttachmentsEnabled
1509-
This parameter is available only in the cloud-based service.
1510-
1511-
This parameter has been deprecated and is no longer used.
1512-
1513-
To enable or disable Box attachments in Outlook on the web, use the ThirdPartyAttachmentsEnabled parameter.
1514-
1515-
```yaml
1516-
Type: $true | $false
1517-
Parameter Sets: (All)
1518-
Aliases:
1519-
Applicable: Exchange Online
1520-
Required: False
1521-
Position: Named
1522-
Default value: None
1523-
Accept pipeline input: False
1524-
Accept wildcard characters: False
1525-
```
1526-
15271508
### -ClassicAttachmentsEnabled
15281509
The ClassicAttachmentsEnabled parameter specifies whether users can attach local files as regular email attachments. Valid values are:
15291510
@@ -1543,25 +1524,6 @@ Accept pipeline input: False
15431524
Accept wildcard characters: False
15441525
```
15451526
1546-
### -DropboxAttachmentsEnabled
1547-
This parameter is available only in the cloud-based service.
1548-
1549-
This parameter has been deprecated and is no longer used.
1550-
1551-
To enable or disable Dropbox attachments in Outlook on the web, use the ThirdPartyAttachmentsEnabled parameter.
1552-
1553-
```yaml
1554-
Type: $true | $false
1555-
Parameter Sets: (All)
1556-
Aliases:
1557-
Applicable: Exchange Online
1558-
Required: False
1559-
Position: Named
1560-
Default value: None
1561-
Accept pipeline input: False
1562-
Accept wildcard characters: False
1563-
```
1564-
15651527
### -ExternalSPMySiteHostURL
15661528
The ExternalSPMySiteHostURL specifies the My Site Host URL for external users (for example, https://sp01.contoso.com).
15671529
@@ -1600,25 +1562,6 @@ Accept pipeline input: False
16001562
Accept wildcard characters: False
16011563
```
16021564
1603-
### -GoogleDriveAttachmentsEnabled
1604-
This parameter is available only in the cloud-based service.
1605-
1606-
This parameter has been deprecated and is no longer used.
1607-
1608-
To enable or disable Google Drive attachments in Outlook on the web, use the ThirdPartyAttachmentsEnabled parameter.
1609-
1610-
```yaml
1611-
Type: $true | $false
1612-
Parameter Sets: (All)
1613-
Aliases:
1614-
Applicable: Exchange Online
1615-
Required: False
1616-
Position: Named
1617-
Default value: None
1618-
Accept pipeline input: False
1619-
Accept wildcard characters: False
1620-
```
1621-
16221565
### -InterestingCalendarsEnabled
16231566
This parameter is available only in the cloud-based service.
16241567
@@ -1778,7 +1721,26 @@ Accept wildcard characters: False
17781721
### -ThirdPartyAttachmentsEnabled
17791722
This parameter is available only in the cloud-based service.
17801723
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:
17821744
17831745
- $true: Third-party attachments are enabled. Users can connect their third-party file sharing accounts and share files over email.
17841746

0 commit comments

Comments
 (0)