Skip to content

Commit 239c715

Browse files
Merge pull request #12867 from MicrosoftDocs/main
[AutoPublish] main to live - 07/07 22:34 PDT | 07/08 11:04 IST
2 parents 4ad40fa + eb45aeb commit 239c715

File tree

1 file changed

+25
-20
lines changed

1 file changed

+25
-20
lines changed

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

Lines changed: 25 additions & 20 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).
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

@@ -40,14 +40,14 @@ Set-SmimeConfig [[-Identity] <OrganizationIdParameter>]
4040
[-OWAIncludeCertificateChainAndRootCertificate <Boolean>]
4141
[-OWAIncludeCertificateChainWithoutRootCertificate <Boolean>]
4242
[-OWAIncludeSMIMECapabilitiesInMessage <Boolean>]
43-
[-OWANoSignOnReply <Boolean>]
4443
[-OWAOnlyUseSmartCard <Boolean>]
4544
[-OWASenderCertificateAttributesToDisplay <String>]
4645
[-OWASignedEmailCertificateInclusion <Boolean>]
4746
[-OWASigningAlgorithms <String>]
4847
[-OWATripleWrapSignedEncryptedMail <Boolean>]
4948
[-OWAUseKeyIdentifier <Boolean>]
5049
[-OWAUseSecondaryProxiesWhenFindingCertificates <Boolean>]
50+
[-NoSignOnReply <Boolean>]
5151
[-SMIMECertificateIssuingCA <Byte[]>]
5252
[-WhatIf]
5353
[<CommonParameters>]
@@ -442,24 +442,6 @@ Accept pipeline input: False
442442
Accept wildcard characters: False
443443
```
444444

445-
### -OWANoSignOnReply
446-
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-
463445
### -OWAOnlyUseSmartCard
464446
The OWAOnlyUseSmartCard parameter specifies whether smartcard-based certificates are required for Outlook on the web message signing and decryption. Valid values are:
465447

@@ -612,6 +594,29 @@ Accept pipeline input: False
612594
Accept wildcard characters: False
613595
```
614596

597+
### -NoSignOnReply
598+
This parameter is available only in the cloud-based service.
599+
600+
This parameter applies only to new Outlook for Windows. It doesn't apply to Outlook on the web.
601+
602+
The NoSignOnReply parameter specifies whether S/MIME signatures are inherited in Reply and Reply all messages. Valid values are:
603+
604+
- $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.
605+
- $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.
606+
607+
```yaml
608+
Type: Boolean
609+
Parameter Sets: (All)
610+
Aliases:
611+
Applicable: Exchange Online
612+
613+
Required: False
614+
Position: Named
615+
Default value: True
616+
Accept pipeline input: False
617+
Accept wildcard characters: False
618+
```
619+
615620
### -SMIMECertificateIssuingCA
616621
The SMIMECertificateIssuingCA parameter specifies the serialized certificate store (SST) that contains the Certificate Authority (CA) signing and intermediate certificate information.
617622

0 commit comments

Comments
 (0)