Skip to content

Commit 11c3c17

Browse files
authored
Update Set-SmimeConfig.md
1 parent 9d9cd6d commit 11c3c17

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

exchange/exchange-ps/exchange/Set-SmimeConfig.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.reviewer:
1414
## SYNOPSIS
1515
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.
1616

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.
1818

1919
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
2020

@@ -47,7 +47,7 @@ Set-SmimeConfig [[-Identity] <OrganizationIdParameter>]
4747
[-OWATripleWrapSignedEncryptedMail <Boolean>]
4848
[-OWAUseKeyIdentifier <Boolean>]
4949
[-OWAUseSecondaryProxiesWhenFindingCertificates <Boolean>]
50-
[-OWANoSignOnReply <Boolean>]
50+
[-NoSignOnReply <Boolean>]
5151
[-SMIMECertificateIssuingCA <Byte[]>]
5252
[-WhatIf]
5353
[<CommonParameters>]
@@ -596,12 +596,14 @@ Accept wildcard characters: False
596596
```
597597

598598
### -NoSignOnReply
599-
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.
600600

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.
602602

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.
605607

606608
```yaml
607609
Type: Boolean

0 commit comments

Comments
 (0)