diff --git a/exchange/exchange-ps/ExchangePowerShell/Set-OwaMailboxPolicy.md b/exchange/exchange-ps/ExchangePowerShell/Set-OwaMailboxPolicy.md index 1a100ae19e..ff49b50230 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Set-OwaMailboxPolicy.md +++ b/exchange/exchange-ps/ExchangePowerShell/Set-OwaMailboxPolicy.md @@ -32,6 +32,7 @@ Set-OwaMailboxPolicy [-Identity] [-AllowedMimeTypes ] [-AllowedOrganizationAccountDomains ] [-AllowOfflineOn ] + [-AttachmentsOfflineEnabledWin ] [-BizBarEnabled ] [-BlockedFileTypes ] [-BlockedMimeTypes ] @@ -490,6 +491,34 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -AttachmentsOfflineEnabledWin + +> Applicable: Exchange Online + +This parameter is available only in the cloud-based service. + +The AttachmentsOfflineEnabledWin parameter specifies whether file attachments are available for offline use in the new Outlook for Windows. + +This parameter only applies when offline capabilities are enabled in the new Outlook for Windows. + +Valid values are: +- $true: Users can access file attachments while working offline in the new Outlook for Windows. This value is the default. +- $false: Users can't access file attachments while working offline in the new Outlook for Windows. + +**Note**: If the OfflineEnabledWin parameter is set to $false, offline file attachments are disabled even if AttachmentsOfflineEnabledWin is set to $true. + +```yaml +Type: Boolean +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -BizBarEnabled > Applicable: Exchange Online