Skip to content

Commit 16e3371

Browse files
authored
Update Set-OMEConfiguration.md
Removed ClientEncryptionEnabled and ExpirationOptionEnabled and added SocialIdSignIn parameters per Issue #1363
1 parent 11712c0 commit 16e3371

File tree

1 file changed

+17
-32
lines changed

1 file changed

+17
-32
lines changed

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

Lines changed: 17 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ For information about the parameter sets in the Syntax section below, see Exchan
1818
## SYNTAX
1919

2020
```
21-
Set-OMEConfiguration [-Identity] <OMEConfigurationIdParameter> [-BackgroundColor <String>] [-ClientEncryptionEnabled <$true | $false>]
22-
[-DisclaimerText <String>] [-EmailText <String>] [-ExpirationOptionEnabled <$true | $false>] [-Image <Byte[]>] [-IntroductionText <String>] [-OTPEnabled <$true | $false>] [-PortalText <String>] [-ReadButtonText <String>] [<CommonParameters>]
21+
Set-OMEConfiguration [-Identity] <OMEConfigurationIdParameter> [-BackgroundColor <String>] [-DisclaimerText <String>]
22+
[-EmailText <String>] [-Image <Byte[]>] [-IntroductionText <String>] [-OTPEnabled <$true | $false>]
23+
[-PortalText <String>] [-ReadButtonText <String>] [-SocialIdSignIn <$true | $false>] [<CommonParameters>]
2324
```
2425

2526
## DESCRIPTION
@@ -74,21 +75,6 @@ Accept pipeline input: False
7475
Accept wildcard characters: False
7576
```
7677
77-
### -ClientEncryptionEnabled
78-
This parameter is reserved for internal Microsoft use.
79-
80-
```yaml
81-
Type: $true | $false
82-
Parameter Sets: (All)
83-
Aliases:
84-
Applicable: Exchange Online
85-
Required: False
86-
Position: Named
87-
Default value: None
88-
Accept pipeline input: False
89-
Accept wildcard characters: False
90-
```
91-
9278
### -DisclaimerText
9379
The DisclaimerText parameter specifies the disclaimer text in the email that contains the encrypted message. The maximum length is 1024 characters.
9480
@@ -123,21 +109,6 @@ Accept pipeline input: False
123109
Accept wildcard characters: False
124110
```
125111
126-
### -ExpirationOptionEnabled
127-
This parameter is reserved for internal Microsoft use.
128-
129-
```yaml
130-
Type: $true | $false
131-
Parameter Sets: (All)
132-
Aliases:
133-
Applicable: Exchange Online
134-
Required: False
135-
Position: Named
136-
Default value: None
137-
Accept pipeline input: False
138-
Accept wildcard characters: False
139-
```
140-
141112
### -Image
142113
The Image parameter identifies and uploads an image that will be displayed in the email message and in the Office 365 portal.
143114
@@ -227,6 +198,20 @@ Accept pipeline input: False
227198
Accept wildcard characters: False
228199
```
229200
201+
### -SocialIdSignIn
202+
203+
```yaml
204+
Type: $true | $false
205+
Parameter Sets: (All)
206+
Aliases:
207+
Applicable: Exchange Online
208+
Required: False
209+
Position: Named
210+
Default value: None
211+
Accept pipeline input: False
212+
Accept wildcard characters: False
213+
```
214+
230215
### CommonParameters
231216
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).
232217

0 commit comments

Comments
 (0)