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/Set-SmimeConfig.md
+26-19Lines changed: 26 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ms.reviewer:
14
14
## SYNOPSIS
15
15
This cmdlet is available in on-premises Exchange and in the cloud-based service. Some parameters and settings may be exclusive to one environment or the other.
16
16
17
-
Use the Set-SmimeConfig cmdlet to modify the S/MIME configuration for Outlook on the web (formerly known as Outlook Web App).
17
+
Use the Set-SmimeConfig cmdlet to modify the S/MIME configuration for Outlook on the web (formerly known as Outlook Web App or OWA) and new Outlook for Windows.
18
18
19
19
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
This parameter is available only in the cloud-based service.
447
-
448
-
{{ Fill OWANoSignOnReply Description }}
449
-
450
-
```yaml
451
-
Type: Boolean
452
-
Parameter Sets: (All)
453
-
Aliases:
454
-
Applicable: Exchange Online
455
-
456
-
Required: False
457
-
Position: Named
458
-
Default value: None
459
-
Accept pipeline input: False
460
-
Accept wildcard characters: False
461
-
```
462
445
463
446
### -OWAOnlyUseSmartCard
464
447
The OWAOnlyUseSmartCard parameter specifies whether smartcard-based certificates are required for Outlook on the web message signing and decryption. Valid values are:
@@ -612,6 +595,30 @@ Accept pipeline input: False
612
595
Accept wildcard characters: False
613
596
```
614
597
598
+
### -NoSignOnReply
599
+
This parameter is available only in the cloud-based service.
600
+
601
+
This parameter applies only to new Outlook for Windows. It doesn't apply to Outlook on the web.
602
+
603
+
The NoSignOnReply parameter specifies whether S/MIME signatures are inherited in Reply and Reply all messages. Valid values are:
604
+
605
+
- $true: Reply and Reply all messages don't inherit S/MIME signatures. If incoming email has S/MIME encryption and signature attached, only encryption is inherited. Signature isn't inherited.
606
+
- $false: Reply and Reply all messages inherit S/MIME signatures. Users need to go to S/MIME settings and remove S/MIME signature to remove the inherited signature.
607
+
608
+
```yaml
609
+
Type: Boolean
610
+
Parameter Sets: (All)
611
+
Aliases:
612
+
Applicable: Exchange Online
613
+
614
+
Required: False
615
+
Position: Named
616
+
Default value: True
617
+
Default value: None
618
+
Accept pipeline input: False
619
+
Accept wildcard characters: False
620
+
```
621
+
615
622
### -SMIMECertificateIssuingCA
616
623
The SMIMECertificateIssuingCA parameter specifies the serialized certificate store (SST) that contains the Certificate Authority (CA) signing and intermediate certificate information.
0 commit comments