DevOps
Powershell function to store and retrieve encrypted credentials in a file
What are we doing here?? The purpose of this post is to demonstrate how you can write a function to both store credentials (passwords) to a disk using Encryption and then load them up as a secure credential object. Often when creating scripts that must log in to other services Read more…