Following the example in this blog post, I am trying to create a new Web Application with PowerShell.
However, when I try the line:
$WebAppBuilder.ApplicationPoolPassword = "password"
I receive the following error:
Exception setting "ApplicationPoolPassword": "Cannot convert the "password" value of type "System.String" to type "System.Security.SecureString"."
How might I go about fixing this?