Italian

 View Only

Encrypt CSV file with password and Decrypt with PowerCli

  • 1.  Encrypt CSV file with password and Decrypt with PowerCli

    Posted May 31, 2024 07:38 PM

    Hi guys,

    i have a .csv containing vmname, vdswitch, portgroup, user and password (in clear).
    I need to encode it (maybe base64) so no one can open and read it and open it inside my PowerCli script so i can retrieve all data, related to the columns above (vmnamem, vdswitch...).
    How can i achive this my goal?
    What is the best way?

    Thanks

    Fabrizio