Skip to content

Commit 60b43ac

Browse files
authored
Merge pull request #12210 from cpsou/patch-1
Update Set-OwaMailboxPolicy.md
2 parents aa2d20b + f5871d7 commit 60b43ac

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

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

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ Set-OwaMailboxPolicy [-Identity] <MailboxPolicyIdParameter>
9696
[-OrganizationEnabled <Boolean>]
9797
[-OutboundCharset <OutboundCharsetOptions>]
9898
[-OutlookBetaToggleEnabled <Boolean>]
99+
[-OutlookDataFile <OutlookDataFileFeatureState>]
99100
[-OutlookNewslettersAccessLevel <OutlookNewslettersAccessLevel>]
100101
[-OutlookNewslettersReactions <OutlookNewslettersFeatureState>]
101102
[-OutlookNewslettersShowMore <OutlookNewslettersFeatureState>]
@@ -1759,6 +1760,31 @@ Accept pipeline input: False
17591760
Accept wildcard characters: False
17601761
```
17611762

1763+
### -OutlookDataFile
1764+
This parameter is available only in the cloud-based service.
1765+
1766+
The OutlookDataFile paramater specifies what users can do with .pst files in the new Outlook for Windows. Valid values are:
1767+
1768+
- Allow: The defaul value. Users can open .pst files, import from a .pst file to a mailbox, export from a mailbox to a .pst file, and copy items to and from .pst files.
1769+
- NoExport: Users can't export from a mailbox to a .pst file.
1770+
- NoExportNoGrow: Users can't export from a mailbox to a .pst file, or copy items from a mailbox to a .pst file.
1771+
- NoExportNoOpen: Users can't export from a mailbox to a .pst file, or open new .pst files.
1772+
- NoExportNoOpenNoGrow: Users can't export from a mailbox to a .pst file, copy items from a mailbox to a .pst file, or open new .pst files.
1773+
- Deny: Users can't open new .pst files, import from a .pst file to a mailbox, export from a mailbox to a .pst file, or copy items to and from .pst files.
1774+
1775+
```yaml
1776+
Type: OutlookDataFileFeatureState
1777+
Parameter Sets: (All)
1778+
Aliases:
1779+
Applicable: Exchange Online
1780+
1781+
Required: False
1782+
Position: Named
1783+
Default value: Allow
1784+
Accept pipeline input: False
1785+
Accept wildcard characters: False
1786+
```
1787+
17621788
### -OutlookNewslettersReactions
17631789
This parameter is available only in the cloud-based service.
17641790

0 commit comments

Comments
 (0)