You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -202,6 +204,8 @@ You can use the following methods as a value for this parameter:
202
204
- 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.
203
205
- `(Get-Credential).password`to be prompted to enter the password securely when you run this command.
204
206
207
+
To enter the password in plain text, use the PasswordV2 parameter.
208
+
205
209
```yaml
206
210
Type: SecureString
207
211
Parameter Sets: (All)
@@ -215,6 +219,22 @@ Accept pipeline input: False
215
219
Accept wildcard characters: False
216
220
```
217
221
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>'`).
0 commit comments