WMI SDK Scripting Samples Summary by Subdirectory. -------------------------------------------------------------------------- .\asp\VBScript Shows how to use WMI Scripting from an ASP page, using VBScript. For NT4 the registry value HKEY_LOCAL_MACHINE\Software\Microsoft\WBEM\Scripting\Enable for ASP must be set to 1 before running ASP pages containing WMI script. However please consult the WMI SDK documentation for the other affects of setting this value before proceeding. For Windows 2000, ensure that Anonymous Access is disabled and Windows Integrated Authentication is enabled for this file before running this ASP (this can be done by configuring the file properties using the IIS configuration snap-in). -------------------------------------------------------------------------- .\asp\JScript Shows how to use WMI Scripting from an ASP page, using JScript. For NT4 the registry value HKEY_LOCAL_MACHINE\Software\Microsoft\WBEM\Scripting\Enable for ASP must be set to 1 before running ASP pages containing WMI script. However please consult the WMI SDK documentation for the other affects of setting this value before proceeding. For Windows 2000, ensure that Anonymous Access is disabled and Windows Integrated Authentication is enabled for this file before running this ASP (this can be done by configuring the file properties using the IIS configuration snap-in). -------------------------------------------------------------------------- .\html\JScript Shows how to use WMI Scripting from an HTML page, using JScript. -------------------------------------------------------------------------- .\html\VBScript Shows how to use WMI Scripting from an HTML page, using VBScript. -------------------------------------------------------------------------- ..\VB Shows how to use WMI Scripting from a VB application. -------------------------------------------------------------------------- ..\WSH\VBScript Shows how to use WMI Scripting from Windows Scripting Host (WSH), using VBScript. -------------------------------------------------------------------------- ..\WSH\JScript Shows how to use WMI Scripting from Windows Scripting Host (WSH), using JScript. --------------------------------------------------------------------------