net user Administrator SuperS3cr3t! Can this be set so that the password isn't clear text???
As per the documentation below..my packer build is working fine, however i need to remove this password so that it isn't in clear text, is this possible???
<powershell>
# Set administrator password
net user Administrator SuperS3cr3t!
wmic useraccount where "name='Administrator'" set PasswordExpires=FALSE
# First, make sure WinRM can't be connected to
netsh advfirewall firewall set rule name="Windows Remote Management (HTTP-..............