Skip to content

Commit c0791a6

Browse files
committed
Update New-OMEConfiguration.md
Lastest updates
1 parent f75c64c commit c0791a6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
3939

4040
### Example 1
4141
```
42-
{{ Add example code here }}
42+
New-OMEConfiguration -Identity "Expire in 7 days" ExternalMailExpiryInDays 7
4343
```
4444

45-
{{ Add example description here }}
45+
This example configures encrypted email messages that are sent to external recipients to expire after 7 days.
4646

4747
## PARAMETERS
4848

4949
### -Identity
50-
{{Fill Identity Description}}
50+
The Identity parameter specifies a unique name for the OME configuration object. The maximum length is 64 characters. If the value contains spaces, enclose the value in quotation marks (").
5151

5252
```yaml
5353
Type: OrganizationIdParameter
@@ -260,12 +260,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
260260
## INPUTS
261261
262262
###
263-
To see the input types that this cmdlet accepts, see Cmdlet Input and Output Types (https://go.microsoft.com/fwlink/p/?linkId=616387). If the Input Type field for a cmdlet is blank, the cmdlet doesn't accept input data.
264263
265264
## OUTPUTS
266265
267266
###
268-
To see the return types, which are also known as output types, that this cmdlet accepts, see Cmdlet Input and Output Types (https://go.microsoft.com/fwlink/p/?linkId=616387). If the Output Type field is blank, the cmdlet doesn't return data.
269267
270268
## NOTES
271269

0 commit comments

Comments
 (0)