PowerShell Saving SecureCredentials and Converting to and from Text
I wanted a way to save credentials to a file but I did not want it to be a plain text password. To solve this challenge, I captured the name & password at the command prompt (or parameter), converted it to a secure string then saved it out to XML. […]