How to specify application pool identity user and password from PowerShell

前端 未结 4 1398
独厮守ぢ
独厮守ぢ 2021-02-02 07:44

I have been having lots of difficulty automating the setup of a Web application and configuring IIS appropriately with the Application Pool Identity. I am doing this in a Web a

4条回答
  •  独厮守ぢ
    2021-02-02 08:19

    seems you can do this a little more directly now

    appcmd set apppool junkapp /processmodel.password:junkpassword
    

提交回复
热议问题