Forum Discussion

__Martin__'s avatar
__Martin__
Copper Contributor
Jul 29, 2020

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...
  • Naw Awn's avatar
    Aug 07, 2020

    __Martin__ 

    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.

     

Resources