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
The MessageId parameter filters the results by the Message-ID header field of the message. This value is also known as the Client ID. The format of the Message-ID depends on the messaging server that sent the message. The value should be unique for each message. However, not all messaging servers create values for the Message-ID in the same way. Be sure to include the full Message ID string. This may include angle brackets.
200
+
The MessageId parameter filters the results by the Message-ID header field of the message. This value is also known as the Client ID. The format of the Message-ID depends on the messaging server that sent the message. The value should be unique for each message. However, not all messaging servers create values for the Message-ID in the same way. Be sure to include the full Message ID string (which may include angle brackets) and enclose the value in quotation marks (for example, "<d9683b4c-127b-413a-ae2e-fa7dfb32c69d@DM3NAM06BG401.Eop-nam06.prod.protection.outlook.com>").
The MessageId parameter filters the results by the Message-ID header field of the message. This value is also known as the Client ID. The format of the Message-ID depends on the messaging server that sent the message. The value should be unique for each message. However, not all messaging servers create values for the Message-ID in the same way. Be sure to include the full Message ID string. This may include angle brackets.
162
+
The MessageId parameter filters the results by the Message-ID header field of the message. This value is also known as the Client ID. The format of the Message-ID depends on the messaging server that sent the message. The value should be unique for each message. However, not all messaging servers create values for the Message-ID in the same way. Be sure to include the full Message ID string (which may include angle brackets) and enclose the value in quotation marks (for example, "<d9683b4c-127b-413a-ae2e-fa7dfb32c69d@DM3NAM06BG401.Eop-nam06.prod.protection.outlook.com>").
The ExternalHostname parameter specifies the external hostname for the Outlook Anywhere virtual directory. For example, mail.contoso.com.
257
+
### -ExternalClientAuthenticationMethod
258
+
The ExternalClientAuthenticationMethod parameter specifies the authentication method that's used to authenticate external Outlook Anywhere clients. Valid values are:
259
+
260
+
- Basic
261
+
262
+
- Ntlm
263
+
264
+
- Negotiate (This is the default value)
265
+
266
+
You can't use this parameter with the DefaultAuthenticationMethods parameter.
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
272
+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
258
273
Required: False
259
274
Position: Named
260
275
Default value: None
261
276
Accept pipeline input: False
262
277
Accept wildcard characters: False
263
278
```
264
279
265
-
### -IISAuthenticationMethods
266
-
The IISAuthenticationMethods parameter specifies the authentication method that's used on the Outlook Anywhere virtual directory in IIS. Valid values are:
267
-
268
-
- Basic
269
-
270
-
- Ntlm
280
+
### -ExternalClientsRequireSsl
281
+
The ExternalClientsRequireSsl parameter specifies whether external Outlook Anywhere clients are required to use Secure Sockets Layer (SSL). Valid values are:
271
282
272
-
- Negotiate
283
+
- $true: Clients connecting via Outlook Anywhere from outside the organization are required to use SSL.
273
284
274
-
You can specify multiple value separated by commas. By default, all values are used.
285
+
- $false: Clients connecting via Outlook Anywhere from outside the organization aren't required to use SSL. This is the default value.
275
286
276
-
You can't use this parameter with the DefaultAuthenticationMethods parameter.
287
+
The value of this parameter is related to the value of the SSLOffloading parameter.
277
288
278
289
```yaml
279
-
Type: MultiValuedProperty
290
+
Type: $true | $false
280
291
Parameter Sets: (All)
281
292
Aliases:
282
-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
293
+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
283
294
Required: False
284
295
Position: Named
285
296
Default value: None
286
297
Accept pipeline input: False
287
298
Accept wildcard characters: False
288
299
```
289
300
290
-
### -Name
291
-
The Name parameter specifies the name of the Outlook Anywhere virtual directory. The default value is Rpc (Default Web Site). If the value you specify contains spaces, enclose the value in quotation marks (").
301
+
### -ExternalHostname
302
+
The ExternalHostname parameter specifies the external hostname for the Outlook Anywhere virtual directory. For example, mail.contoso.com.
292
303
293
304
```yaml
294
-
Type: String
305
+
Type: Hostname
295
306
Parameter Sets: (All)
296
307
Aliases:
297
308
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
The SSLOffloading parameter specifies whether a network device accepts SSL connections and decrypts them before proxying the connections to the Outlook Anywhere virtual directory on the Exchange server. Valid values are:
316
+
### -IISAuthenticationMethods
317
+
The IISAuthenticationMethods parameter specifies the authentication method that's used on the Outlook Anywhere virtual directory in IIS. Valid values are:
307
318
308
-
- $true: Outlook Anywhere clients using SSL don't maintain an SSL connection along the entire network path to the Exchange server. A network device in front of the server decrypts the SSL connections and proxies the unencrypted (HTTP) client connections to the Outlook Anywhere virtual directory. The network segment where HTTP is used should be a secured network. This is the default value.
319
+
- Basic
309
320
310
-
- $false: Outlook Anywhere clients using SSL maintain an SSL connection along the entire network path to the Exchange server. Only SSL connections are allowed to the Outlook Anywhere virtual directory.
321
+
- Ntlm
311
322
312
-
This parameter configures the Require SSL value on the Outlook Anywhere virtual directory. When you set this parameter to $true, Require SSL is disabled. When you set this parameter to $fase, Require SSL is enabled. However, it may take several minutes before the change is visible in IIS Manager.
323
+
- Negotiate
313
324
314
-
You need to use the value $true for this parameter if you don't require SSL connections for internal or external Outlook Anywhere clients.
325
+
You can specify multiple value separated by commas. By default, all values are used.
315
326
316
-
The value of this parameter is related to the values of the ExternalClientsRequireSsl and InternalClientsRequireSsl parameters.
327
+
You can't use this parameter with the DefaultAuthenticationMethods parameter.
317
328
318
329
```yaml
319
-
Type: $true | $false
330
+
Type: MultiValuedProperty
320
331
Parameter Sets: (All)
321
332
Aliases:
322
333
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
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.
332
-
333
-
```yaml
334
-
Type: SwitchParameter
335
-
Parameter Sets: (All)
336
-
Aliases: wi
337
-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
338
-
Required: False
339
-
Position: Named
340
-
Default value: None
341
-
Accept pipeline input: False
342
-
Accept wildcard characters: False
343
-
```
344
-
345
-
### -ExternalClientAuthenticationMethod
346
-
The ExternalClientAuthenticationMethod parameter specifies the authentication method that's used to authenticate external Outlook Anywhere clients. Valid values are:
341
+
### -InternalClientAuthenticationMethod
342
+
The InternalClientAuthenticationMethod parameter specifies the authentication method that's used to authenticate internal Outlook Anywhere clients. Valid values are:
347
343
348
344
- Basic
349
345
350
-
- Ntlm
346
+
- Ntlm (This is the default value)
351
347
352
-
- Negotiate (This is the default value)
348
+
- Negotiate
353
349
354
350
You can't use this parameter with the DefaultAuthenticationMethods parameter.
The ExternalClientsRequireSsl parameter specifies whether external Outlook Anywhere clients are required to use Secure Sockets Layer (SSL). Valid values are:
364
+
### -InternalClientsRequireSsl
365
+
The InternalClientsRequireSsl parameter specifies whether internal Outlook Anywhere clients are required to use SSL. Valid values are:
370
366
371
-
- $true: Clients connecting via Outlook Anywhere from outside the organization are required to use SSL.
367
+
- $true: Clients connecting via Outlook Anywhere from inside the organization are required to use SSL.
372
368
373
-
- $false: Clients connecting via Outlook Anywhere from outside the organization aren't required to use SSL. This is the default value.
369
+
- $false: Clients connecting via Outlook Anywhere from inside the organization aren't required to use SSL. This is the default value.
374
370
375
371
The value of this parameter is related to the value of the SSLOffloading parameter.
The InternalClientAuthenticationMethod parameter specifies the authentication method that's used to authenticate internal Outlook Anywhere clients. Valid values are:
391
-
392
-
- Basic
393
-
394
-
- Ntlm (This is the default value)
385
+
### -InternalHostname
386
+
The InternalHostname parameter specifies the internal hostname for the Outlook Anywhere virtual directory. For example, mail.contoso.com.
395
387
396
-
- Negotiate
388
+
```yaml
389
+
Type: String
390
+
Parameter Sets: (All)
391
+
Aliases:
392
+
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
393
+
Required: False
394
+
Position: Named
395
+
Default value: None
396
+
Accept pipeline input: False
397
+
Accept wildcard characters: False
398
+
```
397
399
398
-
You can't use this parameter with the DefaultAuthenticationMethods parameter.
400
+
### -Name
401
+
The Name parameter specifies the name of the Outlook Anywhere virtual directory. The default value is Rpc (Default Web Site). If the value you specify contains spaces, enclose the value in quotation marks (").
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
407
+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
405
408
Required: False
406
409
Position: Named
407
410
Default value: None
408
411
Accept pipeline input: False
409
412
Accept wildcard characters: False
410
413
```
411
414
412
-
### -InternalClientsRequireSsl
413
-
The InternalClientsRequireSsl parameter specifies whether internal Outlook Anywhere clients are required to use SSL. Valid values are:
415
+
### -SSLOffloading
416
+
The SSLOffloading parameter specifies whether a network device accepts SSL connections and decrypts them before proxying the connections to the Outlook Anywhere virtual directory on the Exchange server. Valid values are:
414
417
415
-
- $true: Clients connecting via Outlook Anywhere from inside the organization are required to use SSL.
418
+
- $true: Outlook Anywhere clients using SSL don't maintain an SSL connection along the entire network path to the Exchange server. A network device in front of the server decrypts the SSL connections and proxies the unencrypted (HTTP) client connections to the Outlook Anywhere virtual directory. The network segment where HTTP is used should be a secured network. This is the default value.
416
419
417
-
- $false: Clients connecting via Outlook Anywhere from inside the organization aren't required to use SSL. This is the default value.
420
+
- $false: Outlook Anywhere clients using SSL maintain an SSL connection along the entire network path to the Exchange server. Only SSL connections are allowed to the Outlook Anywhere virtual directory.
418
421
419
-
The value of this parameter is related to the value of the SSLOffloading parameter.
422
+
This parameter configures the Require SSL value on the Outlook Anywhere virtual directory. When you set this parameter to $true, Require SSL is disabled. When you set this parameter to $fase, Require SSL is enabled. However, it may take several minutes before the change is visible in IIS Manager.
423
+
424
+
You need to use the value $true for this parameter if you don't require SSL connections for internal or external Outlook Anywhere clients.
425
+
426
+
The value of this parameter is related to the values of the ExternalClientsRequireSsl and InternalClientsRequireSsl parameters.
420
427
421
428
```yaml
422
429
Type: $true | $false
423
430
Parameter Sets: (All)
424
431
Aliases:
425
-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
432
+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
426
433
Required: False
427
434
Position: Named
428
435
Default value: None
429
436
Accept pipeline input: False
430
437
Accept wildcard characters: False
431
438
```
432
439
433
-
### -InternalHostname
434
-
The InternalHostname parameter specifies the internal hostname for the Outlook Anywhere virtual directory. For example, mail.contoso.com.
440
+
### -WhatIf
441
+
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.
435
442
436
443
```yaml
437
-
Type: String
444
+
Type: SwitchParameter
438
445
Parameter Sets: (All)
439
-
Aliases:
440
-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
446
+
Aliases:wi
447
+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/encryption-and-certificates/Get-OMEMessageStatus.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
@@ -38,7 +38,7 @@ This example returns the encryption revocation status for the specified message.
38
38
## PARAMETERS
39
39
40
40
### -MessageId
41
-
The MessageId parameter specifies the message based on the value the Message-ID header field. This value is also known as the Client ID. The format of the Message-ID depends on the messaging server that sent the message. The value should be unique for each message. However, not all messaging servers create values for the Message-ID in the same way. Be sure to include the full Message ID string. This may include angle brackets.
41
+
The MessageId parameter specifies the message based on the value the Message-ID header field. This value is also known as the Client ID. The format of the Message-ID depends on the messaging server that sent the message. The value should be unique for each message. However, not all messaging servers create values for the Message-ID in the same way. Be sure to include the full Message ID string (which may include angle brackets) and enclose the value in quotation marks (for example, "<d9683b4c-127b-413a-ae2e-fa7dfb32c69d@DM3NAM06BG401.Eop-nam06.prod.protection.outlook.com>").
42
42
43
43
You can find the Message ID for a message in Message Trace or the Message Encryption Report in the Office 365 Security & Compliance Center.
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/encryption-and-certificates/Set-OMEMessageRevocation.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
@@ -40,7 +40,7 @@ This example revokes encryption for the specified message.
40
40
## PARAMETERS
41
41
42
42
### -MessageId
43
-
The MessageId parameter specifies the message based on the value the Message-ID header field. This value is also known as the Client ID. The format of the Message-ID depends on the messaging server that sent the message. The value should be unique for each message. However, not all messaging servers create values for the Message-ID in the same way. Be sure to include the full Message ID string. This may include angle brackets.
43
+
The MessageId parameter specifies the message based on the value the Message-ID header field. This value is also known as the Client ID. The format of the Message-ID depends on the messaging server that sent the message. The value should be unique for each message. However, not all messaging servers create values for the Message-ID in the same way. Be sure to include the full Message ID string (which may include angle brackets) and enclose the value in quotation marks (for example, "<d9683b4c-127b-413a-ae2e-fa7dfb32c69d@DM3NAM06BG401.Eop-nam06.prod.protection.outlook.com>").
44
44
45
45
You can find the Message ID for a message in Message Trace or the Message Encryption Report in the Office 365 Security & Compliance Center.
The MessageId parameter filters the results by the Message-ID header field of the message. This value is also known as the Client ID. The format of the Message-ID depends on the messaging server that sent the message. The value should be unique for each message. However, not all messaging servers create values for the Message-ID in the same way. Be sure to include the full Message ID string. This may include angle brackets.
146
+
The MessageId parameter filters the results by the Message-ID header field of the message. This value is also known as the Client ID. The format of the Message-ID depends on the messaging server that sent the message. The value should be unique for each message. However, not all messaging servers create values for the Message-ID in the same way. Be sure to include the full Message ID string (which may include angle brackets) and enclose the value in quotation marks (for example, "<[email protected]>").
0 commit comments