Skip to content

Commit 3c0b404

Browse files
authored
Update Set-OwaMailboxPolicy.md
Adding the Outlook Data File (.pst) policy for new Outlook for Windows (Monarch)
1 parent aa2d20b commit 3c0b404

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

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

Lines changed: 25 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,30 @@ Accept pipeline input: False
17591760
Accept wildcard characters: False
17601761
```
17611762

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

0 commit comments

Comments
 (0)