Creating an IIS 6.0 Application Pool using Powershell

后端 未结 3 1919
忘掉有多难
忘掉有多难 2021-02-04 19:24

How do I create an Application Pool on IIS 6.0 using a PowerShell script?

This is what I have come up with so far ...

$appPool = [wmiclass] \"root\\Micro         


        
3条回答
  •  执笔经年
    2021-02-04 19:56

    All is well! I modified the code so there is an explicit call to the $newPool.Put() command after the initial error. Thanks for your help!

提交回复
热议问题