Hi Nick,
Very good question!
I'd suggest you can use the Windows Management Instrumentation (WMI) to
perform these management operation for your customers. WMI is a scalable
system management infrastructure that uses a single consistent,
standards-based, extensible, object-oriented interface. WMI provides you
with a standard way to interact with system management information and the
underlying WMI APIs. The online documentation of WMI for IIS can be
obtained from Microsoft.com. Please go to:
http://msdn.microsoft.com/library/en-us/iisref/htm/ref_prog_iiswmiref.asp?fr
ame=true
http://msdn.microsoft.com/library/en-us/iisref/htm/ref_prog_winwmiref.asp?fr
ame=true
You can also check some *.vbs management tools provided with IIS6. They are
located in %systemRoot%\system32 by default which are all written in WMI
API. I think they can help you a lot.
Does this answer your question? Thank you for using Microsoft NewsGroup!
Wei-Dong Xu
Microsoft Product Support Services
Get Secure! -
www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.