Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions exchange/exchange-ps/ExchangePowerShell/Set-OwaMailboxPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Set-OwaMailboxPolicy [-Identity] <MailboxPolicyIdParameter>
[-AllowedMimeTypes <MultiValuedProperty>]
[-AllowedOrganizationAccountDomains <String[]>]
[-AllowOfflineOn <AllowOfflineOnEnum>]
[-AttachmentsOfflineEnabledWin <Boolean>]
[-BizBarEnabled <Boolean>]
[-BlockedFileTypes <MultiValuedProperty>]
[-BlockedMimeTypes <MultiValuedProperty>]
Expand Down Expand Up @@ -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
Expand Down
Loading