Skip to content

Commit ca53d4f

Browse files
committed
Update Set-OwaMailboxPolicy.md
New parameters
1 parent 5031ca8 commit ca53d4f

File tree

1 file changed

+76
-0
lines changed

1 file changed

+76
-0
lines changed

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

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ For information about the parameter sets in the Syntax section below, see [Excha
2222

2323
```
2424
Set-OwaMailboxPolicy [-Identity] <MailboxPolicyIdParameter>
25+
[-AccountTransferEnabled <Boolean>]
2526
[-ActionForUnknownFileAndMIMETypes <AttachmentBlockingActions>]
2627
[-ActiveSyncIntegrationEnabled <Boolean>]
2728
[-AdditionalAccountsEnabled <System.Boolean>]
@@ -70,6 +71,7 @@ Set-OwaMailboxPolicy [-Identity] <MailboxPolicyIdParameter>
7071
[-GlobalAddressListEnabled <Boolean>]
7172
[-GoogleDriveAttachmentsEnabled <Boolean>]
7273
[-GroupCreationEnabled <Boolean>]
74+
[-HideClassicOutlookToggleOut <Object>]
7375
[-InstantMessagingEnabled <Boolean>]
7476
[-InstantMessagingType <InstantMessagingTypeOptions>]
7577
[-InterestingCalendarsEnabled <Boolean>]
@@ -95,6 +97,8 @@ Set-OwaMailboxPolicy [-Identity] <MailboxPolicyIdParameter>
9597
[-OutboundCharset <OutboundCharsetOptions>]
9698
[-OutlookBetaToggleEnabled <Boolean>]
9799
[-OutlookNewslettersAccessLevel <OutlookNewslettersAccessLevel>]
100+
[-OutlookNewslettersReactions <Object>]
101+
[-OutlookNewslettersShowMore <Object>]
98102
[-OWALightEnabled <Boolean>]
99103
[-OWAMiniEnabled <Boolean>]
100104
[-PersonalAccountCalendarsEnabled <Boolean>]
@@ -212,6 +216,24 @@ Accept pipeline input: True
212216
Accept wildcard characters: False
213217
```
214218
219+
### -AccountTransferEnabled
220+
This parameter is available only in the cloud-based service.
221+
222+
This parameter is reserved for internal Microsoft use.
223+
224+
```yaml
225+
Type: Boolean
226+
Parameter Sets: (All)
227+
Aliases:
228+
Applicable: Exchange Online
229+
230+
Required: False
231+
Position: Named
232+
Default value: None
233+
Accept pipeline input: False
234+
Accept wildcard characters: False
235+
```
236+
215237
### -ActionForUnknownFileAndMIMETypes
216238
The ActionForUnknownFileAndMIMETypes parameter specifies how to handle file types that aren't specified in the Allow, Block, and Force Save lists for file types and MIME types. Valid values are:
217239
@@ -1229,6 +1251,24 @@ Accept pipeline input: False
12291251
Accept wildcard characters: False
12301252
```
12311253

1254+
### -HideClassicOutlookToggleOut
1255+
This parameter is available only in the cloud-based service.
1256+
1257+
{{ Fill HideClassicOutlookToggleOut Description }}
1258+
1259+
```yaml
1260+
Type: Object
1261+
Parameter Sets: (All)
1262+
Aliases:
1263+
Applicable: Exchange Online
1264+
1265+
Required: False
1266+
Position: Named
1267+
Default value: None
1268+
Accept pipeline input: False
1269+
Accept wildcard characters: False
1270+
```
1271+
12321272
### -InstantMessagingEnabled
12331273
The InstantMessagingEnabled parameter specifies whether instant messaging is available in Outlook on the web. This does not affect chat capabilities provided by Skype for Business or Teams. Valid values are:
12341274

@@ -1714,6 +1754,42 @@ Accept pipeline input: False
17141754
Accept wildcard characters: False
17151755
```
17161756

1757+
### -OutlookNewslettersReactions
1758+
This parameter is available only in the cloud-based service.
1759+
1760+
{{ Fill OutlookNewslettersReactions Description }}
1761+
1762+
```yaml
1763+
Type: Object
1764+
Parameter Sets: (All)
1765+
Aliases:
1766+
Applicable: Exchange Online
1767+
1768+
Required: False
1769+
Position: Named
1770+
Default value: None
1771+
Accept pipeline input: False
1772+
Accept wildcard characters: False
1773+
```
1774+
1775+
### -OutlookNewslettersShowMore
1776+
This parameter is available only in the cloud-based service.
1777+
1778+
{{ Fill OutlookNewslettersShowMore Description }}
1779+
1780+
```yaml
1781+
Type: Object
1782+
Parameter Sets: (All)
1783+
Aliases:
1784+
Applicable: Exchange Online
1785+
1786+
Required: False
1787+
Position: Named
1788+
Default value: None
1789+
Accept pipeline input: False
1790+
Accept wildcard characters: False
1791+
```
1792+
17171793
### -OWALightEnabled
17181794
The OWALightEnabled parameter controls the availability of the light version of Outlook on the web. Valid values are:
17191795

0 commit comments

Comments
 (0)