[August 25th, 2008] Check the home page regarding PowerShell related news from a brand new sponsor: Idera!
Hi,
Is there a way to convert a string to a secure string other than?
$password = Read-Host "Enter password" -AsSecureString
Cannot bind parameter 'ConnectionPassword'. Cannot convert value "string" to type "System.Security.SecureString"