
Powershell how to encrypt a password
This guide will help you get started with encrypting passwords within PowerShell.
The first part is to encrypt a non encrypted password through CLI, you can change the logic in such a manner to prompt a popup and even a credential session popup.
After the AES key and password are encrypted you can g…