Powershell snippet - text to secure string and output to XML file
Below is a quick Powershell command I use to convert passwords to secure strings and output to an XML file, I can encrypt that XML file locally on the machine where any scripts need to run from, and call it in another Powershell script. $secpasswd =…
Read guide →