From 07a5f5c74994f4f08f3f6df895331292e0c93760 Mon Sep 17 00:00:00 2001 From: Sally Ko Date: Wed, 10 Jul 2019 14:49:32 -0700 Subject: [PATCH] AdditionalStorageProvidersAvailable new parameter Adding AdditionalStorageProvidersAvailable as a new parameter ThirdPartyFileProvidersEnabled deprecated OneDriveAttachmentsEnabled deprecated --- .../client-access/Set-OwaMailboxPolicy.md | 35 ++++++++++++++----- 1 file changed, 26 insertions(+), 9 deletions(-) diff --git a/exchange/exchange-ps/exchange/client-access/Set-OwaMailboxPolicy.md b/exchange/exchange-ps/exchange/client-access/Set-OwaMailboxPolicy.md index ee2190726f..b5e41528b6 100644 --- a/exchange/exchange-ps/exchange/client-access/Set-OwaMailboxPolicy.md +++ b/exchange/exchange-ps/exchange/client-access/Set-OwaMailboxPolicy.md @@ -24,6 +24,7 @@ For information about the parameter sets in the Syntax section below, see Exchan Set-OwaMailboxPolicy [-Identity] [-ActionForUnknownFileAndMIMETypes ] [-ActiveSyncIntegrationEnabled <$true | $false>] + [-AdditionalStorageProvidersAvailable <$true | $false>] [-AllAddressListsEnabled <$true | $false>] [-AllowCopyContactsToDeviceAddressBook <$true | $false>] [-AllowedFileTypes ] @@ -209,6 +210,26 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -AdditionalStorageProvidersAvailable +This parameter is available only in the cloud-based service. + +The AdditionalStorageProvidersAvailable parameter specifies whether to allow additional storage providers (for example, Box, Dropbox, Facebook, Google Drive, Egnyte, personal OneDrive) attachments in Outlook on the web. Valid values are: + +- $true: Additional storage providers are enabled in Outlook on the web. Users can connect their additional storage providers and share files over email. This is the default value. + +- $false: Additional storage providers are disabled in Outlook on the web. Users can't connect their additional storage providers or share files over email. + +```yaml +Type: $true | $false +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` ### -ActiveSyncIntegrationEnabled The ActiveSyncIntegrationEnabled parameter specifies whether to enable or disable Exchange ActiveSync settings in Outlook on the web. Valid values are: @@ -1228,11 +1249,9 @@ Accept wildcard characters: False ``` ### -OneDriveAttachmentsEnabled -The OneDriveAttachmentsEnabled parameter specifies whether to allow OneDrive attachments in Outlook on the web. Valid values are: - -- $true: OneDrive attachments are enabled. This is the default value. +This parameter has been deprecated and is no longer used. -- $false: OneDrive attachments are disabled. +To enable or disable personal OneDrive in Outlook on the web, use the AdditionalStorageProvidersAvailable parameter. ```yaml Type: $true | $false @@ -1824,7 +1843,7 @@ This parameter is available only in the cloud-based service. This parameter has been deprecated and is no longer used. -To enable or disable third party attachments in Outlook on the web, use the ThirdPartyFileProvidersEnabled parameter. +To enable or disable third party attachments in Outlook on the web, use the AdditionalStorageProvidersAvailable parameter. ```yaml Type: $true | $false @@ -1841,11 +1860,9 @@ Accept wildcard characters: False ### -ThirdPartyFileProvidersEnabled This parameter is available only in the cloud-based service. -The ThirdPartyFileProvidersEnabled parameter specifies whether to allow third-party (for example, Box, Dropbox, and Egnyte) attachments in Outlook on the web. Valid values are: - -- $true: Third-party attachments are enabled in Outlook on the web. Users can connect their third-party file sharing accounts and share files over email. +This parameter has been deprecated and is no longer used. -- $false: Third-party attachments are disabled in Outlook on the web. Users can't connect their third-party file sharing accounts or share files over email. This is the default value. +To enable or disable third party attachments in Outlook on the web, use the AdditionalStorageProvidersAvailable parameter. ```yaml Type: $true | $false