PowerShell-IIS-Examples icon indicating copy to clipboard operation
PowerShell-IIS-Examples copied to clipboard

Application Pool Identity : Secure String password?

Open TommySharpNZ opened this issue 3 years ago • 0 comments

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"

TommySharpNZ avatar Aug 02 '21 05:08 TommySharpNZ