On Thu, 15 Nov 2007, Sten Spans wrote:
>
> I'm rewriting some iis management scripts in python,
> using the python wmi bindings from
> http://tgolden.sc.sabren.com/python/wmi.html
>
> Creating / Ennumerating sites works just fine.
> But I can't seem to figure out how to delete sites.
>
> import w
I'm rewriting some iis management scripts in python,
using the python wmi bindings from http://tgolden.sc.sabren.com/python/wmi.html
Creating / Ennumerating sites works just fine.
But I can't seem to figure out how to delete sites.
import wmi
iis = wmi.WMI(namespace = "MicrosoftIISv2")
''' loc