Skip to content

Commit f5871d7

Browse files
authored
Update Set-OwaMailboxPolicy.md
1 parent 3c0b404 commit f5871d7

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1761,16 +1761,17 @@ Accept wildcard characters: False
17611761
```
17621762

17631763
### -OutlookDataFile
1764-
The OutlookDataFile paramater specifies what users can do with Outlook Data Files (.pst). Valid values are:
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:
17651767

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.
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.
17721774

1773-
17741775
```yaml
17751776
Type: OutlookDataFileFeatureState
17761777
Parameter Sets: (All)

0 commit comments

Comments
 (0)