PowerShell-IIS-Examples
PowerShell-IIS-Examples copied to clipboard
Application Pool Identity : Secure String 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"