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
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!