| external help file | AzureKeyVaultHelper-help.xml |
|---|---|
| Module Name | AzureKeyVaultHelper |
| online version | |
| schema | 2.0.0 |
Converts a secure string to a plain text string.
Convert-SecureStringToString [-Secure] <SecureString> [<CommonParameters>]
Converts a secure string to a plain text string.
PS C:\> ConvertTo-SecureString 'test' -AsPlainText -Force | Convert-SecureStringToStringConverts the secure string to a plain text string.
The secure string you want to convert.
Type: SecureString
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.