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
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/mail-flow/Set-RemoteDomain.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ The AllowedOOFType parameter specifies the type of automatic replies or out-of-o
108
108
109
109
- ExternalLegacy: Only external automatic replies or automatic replies that aren't designated as internal or external are sent to recipients in the remote domain.
110
110
111
-
- InternalLegacy: Only internal automatic replies or automatic replies that aren't designated as internal or external are sent to recipients in the remote domain.
111
+
- InternalLegacy: Only internal automatic replies or automatic replies that aren't designated as internal or external are sent to recipients in the remote domain.
112
112
113
113
- None: No automatic replies are sent to recipients in the remote domain.
The ExternalAccess parameter returns only audit log entries for mailbox access by a user outside of your organization. In Exchange Online, use this parameter to return audit log entries for access to a mailbox by Microsoft datacenter administrators.
149
+
The ExternalAccess parameter specifies whether to return only audit log entries for mailbox access by users that are outside of your organization. In Exchange Online, this parameter returns audit log entries for mailbox access by Microsoft datacenter administrators. Valid values are:
150
+
151
+
$true: Audit log entries for mailbox access by external users or Microsoft datacenter administrators are returned.
152
+
153
+
$false: Audit log entries for mailbox access by external users or Microsoft datacenter administrators are ignored. This is the default value.
The LogonTypes parameter specifies the type of logons. Valid values include:
158
-
159
-
- Admin: Audit log entries for mailbox access by administrator logons are returned.
160
-
161
-
- Delegate: Audit log entries for mailbox access by delegates are returned, including access by users with Full Mailbox Access permission.
167
+
### -GroupMailbox
168
+
This parameter is available only in the cloud-based service.
162
169
163
-
- External: For Exchange Online mailboxes, audit log entries for mailbox access by Microsoft datacenter administrators are returned.
164
-
165
-
- Owner: Audit log entries for mailbox access by the primary mailbox owner are returned. This value requires the ShowDetails switch.
170
+
The GroupMailbox switch is required to include Office 365 groups in the search. You don't need to specify a value with this switch.
166
171
167
172
```yaml
168
-
Type: MultiValuedProperty
173
+
Type: SwitchParameter
169
174
Parameter Sets: (All)
170
175
Aliases:
171
-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
176
+
Applicable: Exchange Online
172
177
Required: False
173
178
Position: Named
174
179
Default value: None
175
180
Accept pipeline input: False
176
181
Accept wildcard characters: False
177
182
```
178
183
179
-
### -Mailboxes
180
-
The Mailboxes parameter specifies one or more mailboxes for which to retrieve mailbox audit log entries. If you don't specify a value, mailbox audit logs for all mailboxes in the Exchange organization are returned.
184
+
### -HasAttachments
185
+
The HasAttachments parameter filters the search by messages that have attachments. Valid values are:
186
+
187
+
- $true: Only messages with attachments are included in the search.
188
+
189
+
- $false: Messages with and without attachments are included in the search.
181
190
182
191
```yaml
183
-
Type: MultiValuedProperty
192
+
Type: $true | $false
184
193
Parameter Sets: (All)
185
194
Aliases:
186
-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
195
+
Applicable: Exchange Server 2016, Exchange Server 2019, Exchange Online
187
196
Required: False
188
197
Position: Named
189
198
Default value: None
190
199
Accept pipeline input: False
191
200
Accept wildcard characters: False
192
201
```
193
202
194
-
### -Name
195
-
The Name parameter specifies a name for the search.
203
+
### -LogonTypes
204
+
The LogonTypes parameter specifies the type of logons. Valid values are:
205
+
206
+
- Admin: Audit log entries for mailbox access by administrator logons are returned.
207
+
208
+
- Delegate: Audit log entries for mailbox access by delegates are returned, including access by users with Full Mailbox Access permission.
209
+
210
+
- External: For Exchange Online mailboxes, audit log entries for mailbox access by Microsoft datacenter administrators are returned.
211
+
212
+
- Owner: Audit log entries for mailbox access by the primary mailbox owner are returned. This value requires the ShowDetails switch.
213
+
214
+
You can enter multiple values separated by commas.
196
215
197
216
```yaml
198
-
Type: String
217
+
Type: MultiValuedProperty
199
218
Parameter Sets: (All)
200
219
Aliases:
201
220
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
The ShowDetails switch specifies that details of each log entry be retrieved. You don't need to specify a value with this switch.
228
+
### -Mailboxes
229
+
The Mailboxes parameter specifies the mailbox to retrieve mailbox audit log entries from.
230
+
231
+
You can enter multiple values separated by commas. If the values contain spaces or otherwise require quotation marks, use the following syntax: "\<value1\>","\<value2\>",..."\<valueN\>".
232
+
233
+
If you don't specify a value, mailbox audit logs for all mailboxes in the organization are returned.
211
234
212
235
```yaml
213
-
Type: SwitchParameter
236
+
Type: MultiValuedProperty
214
237
Parameter Sets: (All)
215
238
Aliases:
216
239
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
The WhatIf switch simulates the actions of the command. You can use this switch to view the changes that would occur without actually applying those changes. You don't need to specify a value with this switch.
247
+
### -Name
248
+
The Name parameter specifies a name for the search. The maximum length is 64 characters. If the value contains spaces, enclose the value in quotation marks (").
226
249
227
250
```yaml
228
-
Type: SwitchParameter
251
+
Type: String
229
252
Parameter Sets: (All)
230
-
Aliases:wi
253
+
Aliases:
231
254
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
The HasAttachments parameter filters the search by messages that have attachments. Valid values are:
303
+
### -ShowDetails
304
+
The ShowDetails switch specifies that details of each log entry are retrieved. You don't need to specify a value with this switch.
282
305
283
-
- $true: Only messages with attachments are included in the search.
306
+
```yaml
307
+
Type: SwitchParameter
308
+
Parameter Sets: (All)
309
+
Aliases:
310
+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
311
+
Required: False
312
+
Position: Named
313
+
Default value: None
314
+
Accept pipeline input: False
315
+
Accept wildcard characters: False
316
+
```
284
317
285
-
- $false: Messages with and without attachments are included in the search.
318
+
### -WhatIf
319
+
The WhatIf switch simulates the actions of the command. You can use this switch to view the changes that would occur without actually applying those changes. You don't need to specify a value with this switch.
286
320
287
321
```yaml
288
-
Type: $true | $false
322
+
Type: SwitchParameter
289
323
Parameter Sets: (All)
290
-
Aliases:
291
-
Applicable: Exchange Server 2016, Exchange Server 2019, Exchange Online
324
+
Aliases:wi
325
+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
0 commit comments