Forum Discussion
__Martin__
Jul 29, 2020Copper Contributor
Secure Way to store lots of credentials using powershell
Dear Community I wanted to ask if there is any way I can store lots of creedentials while still being able to use them in Powershell? I dont want to enter anything in a popup window, because th...
- Aug 07, 2020
There are many ways to encrypt your password and store them in text file, csv, database, Windows credential vault and etc., In the end you still need to decrypt it to be able to use it.
So, my best bet would be to use Azure Key Vault.
Naw Awn
Aug 07, 2020Copper Contributor
There are many ways to encrypt your password and store them in text file, csv, database, Windows credential vault and etc., In the end you still need to decrypt it to be able to use it.
So, my best bet would be to use Azure Key Vault.