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
+8-6Lines changed: 8 additions & 6 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) and New Outlook.
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 for New Outlook. This parameter is not available for making configuration changes for Outlook for Web.
599
+
This parameter is available only in the cloud-based service.
600
600
601
-
The NoSignOnReply parameter specifies whether S/MIME signature is inherited in Reply and Reply All scenarios. Valid values are:
601
+
This parameter applies only to new Outlook for Windows. It doesn't apply to Outlook on the web.
602
602
603
-
- $true: Reply and Reply all will not inherit S/MIME signature. This also means that in cases where incoming email has S/MIME encryption and signature attached, this setting will only inherit Encryption and not Signature.
604
-
- $false: Reply and Reply all will inherit S/MIME signature. Users will have to go to S/MIME settings and remove S/MIME signature if they want to remove the inherited signature.
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.
0 commit comments