I want to decode the password from a System.Security.SecureString to a readable password.
$password = convertto-securestring \"TestPassword\" -asplaintext -f
($credentials.GetNetworkCredential()).Password