I want to set a new password on a service account on some remote computers. Currently I am using $using to transfer the password variable to those remote computers and set the new password on the services. However I do not want to store the password as
plain text at any point in the process. What will be the best way to achieve this and transfer the passwords securely to the remote computers and not store the password as plain text at any point in this process?
↧