## ===================
## This is a one-liner to ask for a password a store it safely in a
securepass.txt file
read-host -prompt "Enter password to be encrypted in securepass.txt "
-assecurestring | convertfrom-securestring | out-file securepass.txt
## ===================
Wednesday, April 8, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment