Is anyone familiar with how to remove a module from within IIS7 via VBScript? I've only been able to locate samples for adding one and the process is fairly complex so I have not been able to figure out how to use the Remove method instead of Add. Documentation shows there is Add, Clear and Remove methods, but no samples for the removal.
Within SBS 2008 and IIS7 there is a web site called SBS Web Applications. Under that there is the RPC Virtual directory. I need to remove the HttptoHttpsRedir module from the /RPC virtual directory.
Any assistance is greatly appreciated. I found the code to add a module here:
Within SBS 2008 and IIS7 there is a web site called SBS Web Applications. Under that there is the RPC Virtual directory. I need to remove the HttptoHttpsRedir module from the /RPC virtual directory.
Any assistance is greatly appreciated. I found the code to add a module here: