You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -49,6 +49,22 @@ This example returns detailed information for all OME configurations in the orga
49
49
50
50
## PARAMETERS
51
51
52
+
### -Identity
53
+
The Identity parameter specifies the OME configuration that you want to get. The default OME configuration has the Identity value "OME Configuration".
54
+
55
+
```yaml
56
+
Type: OMEConfigurationIdParameter
57
+
Parameter Sets: (All)
58
+
Aliases:
59
+
Applicable: Exchange Online
60
+
61
+
Required: True
62
+
Position: 1
63
+
Default value: None
64
+
Accept pipeline input: True
65
+
Accept wildcard characters: False
66
+
```
67
+
52
68
### CommonParameters
53
69
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/p/?LinkID=113216).
The ActiveSyncEnabled parameter enables or disables Exchange ActiveSync for the mailbox. Valid input for this parameter is $true or $false. The default value is $true. When you set this parameter to $false, the other Exchange ActiveSync settings in this cmdlet are ignored.
208
+
The ActiveSyncEnabled parameter enables or disables Exchange ActiveSync for the mailbox. Valid input for this parameter is $true or $false. The default value is $true. When you set this parameter to $false, the other Exchange ActiveSync settings in this cmdlet are ignored.
209
+
210
+
For more information, see [Enable or disable Exchange ActiveSync for a mailbox](https://docs.microsoft.com/exchange/recipients-in-exchange-online/manage-user-mailboxes/enable-or-disable-exchange-activesync), or [Enable or disable Exchange ActiveSync access to mailboxes in Exchange Server](https://docs.microsoft.com/exchange/clients/exchange-activesync/activesync-mailbox-access).
209
211
210
212
```yaml
211
213
Type: Boolean
@@ -584,6 +586,8 @@ The ImapEnabled parameter enables or disables access to the mailbox by using IMA
584
586
585
587
Valid input for this parameter is $true or $false. The default value is $true. Note that when you set this parameter to $false, the other IMAP4 settings in this cmdlet are ignored.
586
588
589
+
For more information, see [Enable or Disable POP3 or IMAP4 access for a user](https://docs.microsoft.com/exchange/clients-and-mobile-in-exchange-online/pop3-and-imap4/enable-or-disable-pop3-or-imap4-access), or [Enable or disable POP3 or IMAP4 access to mailboxes in Exchange Server](https://docs.microsoft.com/exchange/clients/pop3-and-imap4/configure-mailbox-access).
590
+
587
591
```yaml
588
592
Type: Boolean
589
593
Parameter Sets: (All)
@@ -858,6 +862,8 @@ The MAPIEnabled parameter enables or disables access to the mailbox by using MAP
858
862
859
863
Valid input for this parameter is $true or $false. The default value is $true. Note that when you set this parameter to $false, the other MAPI settings in this cmdlet are ignored.
860
864
865
+
For more information, see[Enable or disable MAPI for a mailbox](https://docs.microsoft.com/exchange/recipients-in-exchange-online/manage-user-mailboxes/enable-or-disable-mapi), or [Enable or disable MAPI access to mailboxes in Exchange Server](https://docs.microsoft.com/exchange/clients/mapi-mailbox-access).
866
+
861
867
```yaml
862
868
Type: Boolean
863
869
Parameter Sets: (All)
@@ -940,6 +946,8 @@ The OWAEnabled parameter enables or disables access to the mailbox by using Outl
940
946
941
947
Valid input for this parameter is $true or $false. The default value is $true. Note that when you set this parameter to $false, the other Outlook on the web settings in this cmdlet are ignored.
942
948
949
+
For more information, see [Enable or disable Outlook on the web for a mailbox](https://docs.microsoft.com/exchange/recipients-in-exchange-online/manage-user-mailboxes/enable-or-disable-outlook-web-app), or [Enable or disable Outlook on the web access to mailboxes in Exchange Server](https://docs.microsoft.com/exchange/clients/outlook-on-the-web/mailbox-access).
950
+
943
951
```yaml
944
952
Type: Boolean
945
953
Parameter Sets: (All)
@@ -1000,6 +1008,8 @@ The PopEnabled parameter enables or disables access to the mailbox by using POP3
1000
1008
1001
1009
Valid input for this parameter is $true or $false. The default value is $true. Note that when you set this parameter to $false, the other POP3 settings in this cmdlet are ignored.
1002
1010
1011
+
For more information, see [Enable or Disable POP3 or IMAP4 access for a user](https://docs.microsoft.com/exchange/clients-and-mobile-in-exchange-online/pop3-and-imap4/enable-or-disable-pop3-or-imap4-access), or [Enable or disable POP3 or IMAP4 access to mailboxes in Exchange Server](https://docs.microsoft.com/exchange/clients/pop3-and-imap4/configure-mailbox-access).
@@ -55,7 +56,7 @@ This example configures the specified values for the default OME configuration n
55
56
## PARAMETERS
56
57
57
58
### -Identity
58
-
The Identity parameter specifies the OME configuration that you want to modify. The default OME configuration has the Identity value "OME Configuration". You can also use "default".
59
+
The Identity parameter specifies the OME configuration that you want to modify. The default OME configuration has the Identity value "OME Configuration".
59
60
60
61
```yaml
61
62
Type: OMEConfigurationIdParameter
@@ -133,6 +134,8 @@ This parameter is only available with a Microsoft 365 Advanced Message Encryptio
133
134
134
135
The ExternalMailExpiryInDays parameter specifies the number of days that the encrypted message is available to external recipients in the Microsoft 365 portal. A valid value is an integer from 0 to 730. The value 0 means the messages will never expire. The default value is 0.
135
136
137
+
ExternalMailExpiryInDays cannot be updated in the default OME configuration. Create a customized configuration to apply ExternalMailExpiryInDays.
138
+
136
139
```yaml
137
140
Type: String
138
141
Parameter Sets: Int32
@@ -284,6 +287,26 @@ Accept pipeline input: False
284
287
Accept wildcard characters: False
285
288
```
286
289
290
+
### -Confirm
291
+
The Confirm switch specifies whether to show or hide the confirmation prompt. How this switch affects the cmdlet depends on if the cmdlet requires confirmation before proceeding.
292
+
293
+
- Destructive cmdlets (for example, Remove-\* cmdlets) have a built-in pause that forces you to acknowledge the command before proceeding. For these cmdlets, you can skip the confirmation prompt by using this exact syntax: -Confirm:$false.
294
+
295
+
- Most other cmdlets (for example, New-\* and Set-\* cmdlets) don't have a built-in pause. For these cmdlets, specifying the Confirm switch without a value introduces a pause that forces you acknowledge the command before proceeding.
296
+
297
+
```yaml
298
+
Type: SwitchParameter
299
+
Parameter Sets: (All)
300
+
Aliases: cf
301
+
Applicable: Exchange Online
302
+
303
+
Required: False
304
+
Position: Named
305
+
Default value: None
306
+
Accept pipeline input: False
307
+
Accept wildcard characters: False
308
+
```
309
+
287
310
### CommonParameters
288
311
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/p/?LinkID=113216).
The IsDefault switch specifies whether the Outlook on the web policy is the default policy that's used to configure the Outlook on the web settings for new mailboxes. You don't need to specify a value with this switch.
1178
1178
1179
-
If another policy is currently set as the default, this switch replaces the old default policy with this policy.
1179
+
If another policy is currently set as the default, this switch replaces the old default policy with this policy.
1180
+
1181
+
**Note**: In Exchange Online - and excluding resource mailboxes - this value will be superseded by the **OwaMailboxPolicy** parameter in each organization's [CASMailboxPlan](https://docs.microsoft.com/powershell/module/exchange/set-casmailboxplan). That value will instead be applied per each mailbox's SKU.
0 commit comments