Skip to content

Commit 1e90366

Browse files
authored
Update Set-OMEConfiguration.md
Added per Issue #1354
1 parent 4e3e1bd commit 1e90366

File tree

1 file changed

+29
-2
lines changed

1 file changed

+29
-2
lines changed

exchange/exchange-ps/exchange/encryption-and-certificates/Set-OMEConfiguration.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ For information about the parameter sets in the Syntax section below, see Exchan
1919

2020
```
2121
Set-OMEConfiguration [-Identity] <OMEConfigurationIdParameter> [-BackgroundColor <String>] [-ClientEncryptionEnabled <$true | $false>]
22-
[-DisclaimerText <String>] [-EmailText <String>] [-ExpirationOptionEnabled <$true | $false>] [-Image <Byte[]>]
23-
[-OTPEnabled <$true | $false>] [-PortalText <String>] [<CommonParameters>]
22+
[-DisclaimerText <String>] [-EmailText <String>] [-ExpirationOptionEnabled <$true | $false>] [-Image <Byte[]>] [-IntroductionText <String>] [-OTPEnabled <$true | $false>] [-PortalText <String>] [-ReadButton <String>] [<CommonParameters>]
2423
```
2524

2625
## DESCRIPTION
@@ -164,6 +163,20 @@ Accept pipeline input: False
164163
Accept wildcard characters: False
165164
```
166165
166+
### -IntroductionText
167+
168+
```yaml
169+
Type: String
170+
Parameter Sets: (All)
171+
Aliases:
172+
Applicable: Exchange Online
173+
Required: False
174+
Position: Named
175+
Default value: None
176+
Accept pipeline input: False
177+
Accept wildcard characters: False
178+
```
179+
167180
### -OTPEnabled
168181
The OTPEnabled parameter specifies whether to allow recipients to use a one-time passcode to view encrypted messages. Valid values are:
169182
@@ -200,6 +213,20 @@ Accept pipeline input: False
200213
Accept wildcard characters: False
201214
```
202215
216+
### -ReadButton
217+
218+
```yaml
219+
Type: String
220+
Parameter Sets: (All)
221+
Aliases:
222+
Applicable: Exchange Online
223+
Required: False
224+
Position: Named
225+
Default value: None
226+
Accept pipeline input: False
227+
Accept wildcard characters: False
228+
```
229+
203230
### CommonParameters
204231
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).
205232

0 commit comments

Comments
 (0)