From 9d9cd6d1bd378374704ea3fc42fbae94f90183cf Mon Sep 17 00:00:00 2001 From: SankalpJws <82628091+SankalpJws@users.noreply.github.com> Date: Thu, 3 Jul 2025 23:27:29 +0530 Subject: [PATCH 1/4] Update Set-SmimeConfig.md Based on New setting of NoSignOnReply, doc needed update --- .../exchange-ps/exchange/Set-SmimeConfig.md | 43 +++++++++++-------- 1 file changed, 24 insertions(+), 19 deletions(-) diff --git a/exchange/exchange-ps/exchange/Set-SmimeConfig.md b/exchange/exchange-ps/exchange/Set-SmimeConfig.md index 3b0f0fe2bb..acd9379256 100644 --- a/exchange/exchange-ps/exchange/Set-SmimeConfig.md +++ b/exchange/exchange-ps/exchange/Set-SmimeConfig.md @@ -14,7 +14,7 @@ ms.reviewer: ## SYNOPSIS 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. -Use the Set-SmimeConfig cmdlet to modify the S/MIME configuration for Outlook on the web (formerly known as Outlook Web App). +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. For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax). @@ -40,7 +40,6 @@ Set-SmimeConfig [[-Identity] ] [-OWAIncludeCertificateChainAndRootCertificate ] [-OWAIncludeCertificateChainWithoutRootCertificate ] [-OWAIncludeSMIMECapabilitiesInMessage ] - [-OWANoSignOnReply ] [-OWAOnlyUseSmartCard ] [-OWASenderCertificateAttributesToDisplay ] [-OWASignedEmailCertificateInclusion ] @@ -48,6 +47,7 @@ Set-SmimeConfig [[-Identity] ] [-OWATripleWrapSignedEncryptedMail ] [-OWAUseKeyIdentifier ] [-OWAUseSecondaryProxiesWhenFindingCertificates ] + [-OWANoSignOnReply ] [-SMIMECertificateIssuingCA ] [-WhatIf] [] @@ -442,23 +442,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -OWANoSignOnReply -This parameter is available only in the cloud-based service. - -{{ Fill OWANoSignOnReply Description }} - -```yaml -Type: Boolean -Parameter Sets: (All) -Aliases: -Applicable: Exchange Online - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` ### -OWAOnlyUseSmartCard 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,28 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -NoSignOnReply +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. + +The NoSignOnReply parameter specifies whether S/MIME signature is inherited in Reply and Reply All scenarios. Valid values are: + +- $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. +- $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. + +```yaml +Type: Boolean +Parameter Sets: (All) +Aliases: +Applicable: Exchange Online for New Outlook + +Required: False +Position: Named +Default value: True +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SMIMECertificateIssuingCA The SMIMECertificateIssuingCA parameter specifies the serialized certificate store (SST) that contains the Certificate Authority (CA) signing and intermediate certificate information. From 11c3c17741628ceb0cbf2bb4b71fd9b37c5c9cac Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Thu, 3 Jul 2025 11:21:27 -0700 Subject: [PATCH 2/4] Update Set-SmimeConfig.md --- exchange/exchange-ps/exchange/Set-SmimeConfig.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/exchange/exchange-ps/exchange/Set-SmimeConfig.md b/exchange/exchange-ps/exchange/Set-SmimeConfig.md index acd9379256..a24b952239 100644 --- a/exchange/exchange-ps/exchange/Set-SmimeConfig.md +++ b/exchange/exchange-ps/exchange/Set-SmimeConfig.md @@ -14,7 +14,7 @@ ms.reviewer: ## SYNOPSIS 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. -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. +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. For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax). @@ -47,7 +47,7 @@ Set-SmimeConfig [[-Identity] ] [-OWATripleWrapSignedEncryptedMail ] [-OWAUseKeyIdentifier ] [-OWAUseSecondaryProxiesWhenFindingCertificates ] - [-OWANoSignOnReply ] + [-NoSignOnReply ] [-SMIMECertificateIssuingCA ] [-WhatIf] [] @@ -596,12 +596,14 @@ Accept wildcard characters: False ``` ### -NoSignOnReply -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. +This parameter is available only in the cloud-based service. -The NoSignOnReply parameter specifies whether S/MIME signature is inherited in Reply and Reply All scenarios. Valid values are: +This parameter applies only to new Outlook for Windows. It doesn't apply to Outlook on the web. -- $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. -- $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. +The NoSignOnReply parameter specifies whether S/MIME signatures are inherited in Reply and Reply all messages. Valid values are: + +- $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. +- $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. ```yaml Type: Boolean From 466f4778fdd58e0a032f65c367916cd308a78e76 Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Thu, 3 Jul 2025 11:23:46 -0700 Subject: [PATCH 3/4] Update Set-SmimeConfig.md --- exchange/exchange-ps/exchange/Set-SmimeConfig.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exchange/exchange-ps/exchange/Set-SmimeConfig.md b/exchange/exchange-ps/exchange/Set-SmimeConfig.md index a24b952239..bef2ef270c 100644 --- a/exchange/exchange-ps/exchange/Set-SmimeConfig.md +++ b/exchange/exchange-ps/exchange/Set-SmimeConfig.md @@ -609,7 +609,7 @@ The NoSignOnReply parameter specifies whether S/MIME signatures are inherited in Type: Boolean Parameter Sets: (All) Aliases: -Applicable: Exchange Online for New Outlook +Applicable: Exchange Online Required: False Position: Named From f6222101d0d1b234443791e73e47b485a75a833a Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Fri, 4 Jul 2025 08:52:28 -0700 Subject: [PATCH 4/4] Update Set-SmimeConfig.md --- exchange/exchange-ps/exchange/Set-SmimeConfig.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/exchange/exchange-ps/exchange/Set-SmimeConfig.md b/exchange/exchange-ps/exchange/Set-SmimeConfig.md index bef2ef270c..b66cd9ff5c 100644 --- a/exchange/exchange-ps/exchange/Set-SmimeConfig.md +++ b/exchange/exchange-ps/exchange/Set-SmimeConfig.md @@ -442,7 +442,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` - ### -OWAOnlyUseSmartCard The OWAOnlyUseSmartCard parameter specifies whether smartcard-based certificates are required for Outlook on the web message signing and decryption. Valid values are: @@ -614,7 +613,6 @@ Applicable: Exchange Online Required: False Position: Named Default value: True -Default value: None Accept pipeline input: False Accept wildcard characters: False ```