How can I update the command below to use a variable that I've grabbed earlier like this? $LocalUserPassword = Read-Host "Enter a password for the new user." -AsSecureString $pool.ProcessModel.Password = "Password"
How can I update the command below to use a variable that I've grabbed earlier like this?
$LocalUserPassword = Read-Host "Enter a password for the new user." -AsSecureString
$pool.ProcessModel.Password = "Password"