Skip to content

Commit 5f2db7d

Browse files
authored
Merge pull request MicrosoftDocs#830 from MicrosoftDocs/ExMigration
Set-OMEConfiguration added BackgroundColor param per feedback
2 parents d8d0e8f + 6177acb commit 5f2db7d

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

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

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For information about the parameter sets in the Syntax section below, see Exchan
1818
## SYNTAX
1919

2020
```
21-
Set-OMEConfiguration [-Identity] <OMEConfigurationIdParameter> [-ClientEncryptionEnabled <$true | $false>]
21+
Set-OMEConfiguration [-Identity] <OMEConfigurationIdParameter> [-BackgroundColor <String>] [-ClientEncryptionEnabled <$true | $false>]
2222
[-DisclaimerText <String>] [-EmailText <String>] [-ExpirationOptionEnabled <$true | $false>] [-Image <Byte[]>]
2323
[-OTPEnabled <$true | $false>] [-PortalText <String>] [<CommonParameters>]
2424
```
@@ -52,6 +52,25 @@ Accept pipeline input: True
5252
Accept wildcard characters: False
5353
```
5454
55+
### -BackgroundColor
56+
The BackgroundColor parameter specifies the background color. Valid values are:
57+
58+
- An HTML hexadecimal \(hex triplet\) color code value (for example, #FFFFFF is white).
59+
60+
- $null \(blank\). This is the default value.
61+
62+
```yaml
63+
Type: String
64+
Parameter Sets: (All)
65+
Aliases:
66+
Applicable: Exchange Online
67+
Required: False
68+
Position: Named
69+
Default value: None
70+
Accept pipeline input: False
71+
Accept wildcard characters: False
72+
```
73+
5574
### -ClientEncryptionEnabled
5675
This parameter is reserved for internal Microsoft use.
5776

0 commit comments

Comments
 (0)