Adsutil
Adsutil is a command-line utility, written in Visual Basic, Scripting Edition, that uses the Cscript.exe command line scripting utility that comes with the Windows NT Option Pack. Adsutil.vbs is located in the %
SystemRoot%\system32\inetsrv\adminsamples folder.
The documentation for Adsutil.vbs is located in the following locations (assuming that the product documentation is installed on the local computer):
- Description of how to use sample administration scripts, including Adsutil:
http://localhost/iishelp/iis/htm/adminsamples/default.htm
- How to use Adsutil:
http://localhost/iishelp/iis/htm/adminsamples/adsutil.htm
MetaEdit
The IIS 4.0 Resource Kit describes MetaEdit as follows:
The Metabase Editor (MetaEdit) is a tool that provides similar functionality to the Windows NT Registry Editor. Using MetaEdit, you can browse and modify attributes in the Metabase. Note that in using MetaEdit, you can make changes that may damage your IIS configuration. Be sure to edit all entries carefully.
MetaEdit is one of the utilities that ship with the IIS 4.0 Resource Kit, which is available from Microsoft Press..
The MetaEdit documentation (MetaEdit.doc) is located in the \IIS Resource Kit\Utility\MetaEdit folder on the IIS Resource Kit compact disc.
Mdutil.exe
Another utility, Mdutil.exe, is included on the NTOP and Windows 2000 CDs only, in the following locations:
- IIS4: NTOP-CD:\ntoptpak\x86\en\winnt.srv
- IIS5: Win2k-CD:\i386\mdutil.ex_ NOTE: You must use Expand.exe to decompress this file.
Mdutil.exe is NOT included with the Web download of the NTOP, and has NO documentation beyond the help page that is displayed when no parameters are specified. Like Metaedit.exe, Mdutil.exe is not a supported utility.
NOTE: Although the syntax for configuring the metabase with Mdutil.exe is very similar to that of Adsutil.vbs, some metabase property names may be different, because Adsutil.vbs uses the IIS Admin Objects (IISAO), the ADSI provider supplied with IIS. Mdutil.exe uses the IIS Admin Base Objects (ISABO), a C/C++ interface for programmatically accessing the metabase.
For more information on ADSUTIL.vbs documentation in IIS version 6.0, please see the following Microsoft Web site: