Skip to content

Commit 046dd13

Browse files
authored
Update New-OMEConfiguration.md
Updated the latest parameters and description
1 parent 3b8793b commit 046dd13

File tree

1 file changed

+10
-24
lines changed

1 file changed

+10
-24
lines changed

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

Lines changed: 10 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ For information about the parameter sets in the Syntax section below, see Exchan
2020
```
2121
New-OMEConfiguration [-Identity] <OrganizationIdParameter>
2222
[-BackgroundColor <String>]
23-
[-ClientEncryptionEnabled <$true | $false>]
2423
[-DisclaimerText <String>]
2524
[-EmailText <String>]
26-
[-ExpirationOptionEnabled <$true | $false>]
27-
[-Image <Byte[]>] [-IntroductionText <String>]
25+
[-ExternalMailExpiryInDays <Int32>]
26+
[-Image <Byte[]>]
27+
[-Identity <String>]
28+
[-IntroductionText <String>]
2829
[-OTPEnabled <$true | $false>]
2930
[-PortalText <String>]
3031
[-ReadButtonText <String>]
@@ -84,21 +85,6 @@ Accept pipeline input: False
8485
Accept wildcard characters: False
8586
```
8687
87-
### -ClientEncryptionEnabled
88-
{{Fill ClientEncryptionEnabled Description}}
89-
90-
```yaml
91-
Type: $true | $false
92-
Parameter Sets: (All)
93-
Aliases:
94-
Applicable: Exchange Online
95-
Required: False
96-
Position: Named
97-
Default value: None
98-
Accept pipeline input: False
99-
Accept wildcard characters: False
100-
```
101-
10288
### -DisclaimerText
10389
The DisclaimerText parameter specifies the disclaimer text in the email that contains the encrypted message. The maximum length is 1024 characters.
10490
@@ -133,11 +119,11 @@ Accept pipeline input: False
133119
Accept wildcard characters: False
134120
```
135121
136-
### -ExpirationOptionEnabled
137-
{{Fill ExpirationOptionEnabled Description}}
122+
### -ExternalMailExpiryInDays
123+
The ExternalMailExpiryInDays parameter specifies when access to the mail through the Office 365 web portal will expire. The range of the parameter is between 1 and 730.
138124
139125
```yaml
140-
Type: $true | $false
126+
Type: Int32
141127
Parameter Sets: (All)
142128
Aliases:
143129
Applicable: Exchange Online
@@ -174,7 +160,7 @@ Accept wildcard characters: False
174160
```
175161
176162
### -IntroductionText
177-
{{Fill IntroductionText Description}}
163+
The IntroductionText parameter specifies the default text that accompanies encrypted email messages. The default text appears below the recipient email address for viewing encrypted message.
178164
179165
```yaml
180166
Type: String
@@ -225,7 +211,7 @@ Accept wildcard characters: False
225211
```
226212
227213
### -ReadButtonText
228-
{{Fill ReadButtonText Description}}
214+
The ReadButtonText parameter specifies the default text on the Read email button that accompanies encrypted email messages.
229215
230216
```yaml
231217
Type: String
@@ -240,7 +226,7 @@ Accept wildcard characters: False
240226
```
241227
242228
### -SocialIdSignIn
243-
{{Fill SocialIdSignIn Description}}
229+
The SocialIdSignIn parameter specifies whether a user is allowed to view an encrypted message in the Office 365 portal using their own social network id (Google, Yahoo, etc).
244230
245231
```yaml
246232
Type: $true | $false

0 commit comments

Comments
 (0)