Skip to content

Commit 7506a17

Browse files
authored
Merge pull request #12700 from MicrosoftDocs/QP-chrisda
Qp-chrisda to Main
2 parents c67413c + dd7b1c1 commit 7506a17

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

exchange/exchange-ps/exchange/Export-QuarantineMessage.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Export-QuarantineMessage -Identities <QuarantineMessageIdentity[]> [-Identity <Q
2929
[-EntityType <Microsoft.Exchange.Management.FfoQuarantine.EntityType>]
3030
[-ForceConversionToMime]
3131
[-Password <SecureString>]
32+
[-PasswordV2 <String>]
3233
[-ReasonForExport <String>]
3334
[-RecipientAddress <String>]
3435
[<CommonParameters>]
@@ -41,6 +42,7 @@ Export-QuarantineMessage -Identity <QuarantineMessageIdentity>
4142
[-EntityType <Microsoft.Exchange.Management.FfoQuarantine.EntityType>]
4243
[-ForceConversionToMime]
4344
[-Password <SecureString>]
45+
[-PasswordV2 <String>]
4446
[-ReasonForExport <String>]
4547
[-RecipientAddress <String>]
4648
[<CommonParameters>]
@@ -202,6 +204,8 @@ You can use the following methods as a value for this parameter:
202204
- Before you run this command, store the password as a variable (for example, `$password = Read-Host "Enter password" -AsSecureString`), and then use the variable (`$password`) for the value.
203205
- `(Get-Credential).password` to be prompted to enter the password securely when you run this command.
204206

207+
To enter the password in plain text, use the PasswordV2 parameter.
208+
205209
```yaml
206210
Type: SecureString
207211
Parameter Sets: (All)
@@ -215,6 +219,22 @@ Accept pipeline input: False
215219
Accept wildcard characters: False
216220
```
217221

222+
### -PasswordV2
223+
The PasswordV2 parameter specifies the plain text value of the password that's required to open the exported message. Enclose the value in quotation marks (for example, `'<password>'`).
224+
225+
```yaml
226+
Type: String
227+
Parameter Sets: (All)
228+
Aliases:
229+
Applicable: Exchange Online, Security & Compliance, Exchange Online Protection
230+
231+
Required: False
232+
Position: Named
233+
Default value: None
234+
Accept pipeline input: False
235+
Accept wildcard characters: False
236+
```
237+
218238
### -ReasonForExport
219239
The ReasonForExport parameter specifies why the message was exported. If the value contains spaces, enclose the value in quotation marks (").
220240

0 commit comments

Comments
 (0)