De lo que he lea ConvertTo-SecureString almacenará una contraseña con AES-128 (que, según tengo entendido, está descifrada) ... ¿es posible usar más bits?
He leído en Get-Help
lo siguiente, pero no sé cómo proceder:
If an encryption key is specified by using the Key or SecureKey
parameters, the Advanced Encryption Standard (AES) encryption algorithm is
used. The specified key must have a length of 128, 192, or 256 bits
because those are the key lengths supported by the AES encryption
algorithm. If no key is specified, the Windows Data Protection API (DPAPI)
is used to encrypt the standard string representation.
Además, me gustaría ejecutarlo con una tarea programada en Windows.