Creating an IIS 6.0 Application Pool using Powershell

Posted by Robert Wagner on Stack Overflow See other posts from Stack Overflow or by Robert Wagner
Published on 2008-11-04T08:22:34Z Indexed on 2010/05/06 21:58 UTC
Read the original article Hit count: 508

Filed under:
|

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\MicrosoftIISv2:IIsApplicationPool"

Thanks

© Stack Overflow or respective owner

Related posts about powershell

Related posts about iis6