Summary: | IIS administration utility that uses VBScript with ADSI to manipulate ths IIS Configuration. This script should be run using CScript which is installed with the Windows Scripting Host as part of the NT Option Pack. |
Usage: | adsutil | COMMAND <path> [<param>...] |
Commands: | GET Path | Display chosen parameter. |
SET Path Value | Assign a new value. | |
ENUM path ["/P" | "/A"] |
Enumerate all parameters for given path. /P - Enumerates the paths only (no data). /A - Enumerates all data that CAN be set on the node |
|
DELETE path | Delete given path or parameter. | |
CREATE path [KeyType] | Create given path and assigns it the given KeyType. | |
APPCREATEINPROC Path | Create an in-proc application. | |
APPCREATEOUTPROC Path | Create an out-proc application. | |
APPDELETE Path | Delete the application if there is one. | |
APPUNLOAD Path | Unload an out of proc application. | |
APPGETSTATUS Path | Get status of the application. | |
FIND Path | Find the paths where a given parameter is set. | |
START_SERVER Path | find the paths where a given parameter is set. | |
STOP_SERVER Path | Stops the given web site. | |
PAUSE_SERVER Path | Pauses the given web site. | |
CONTINUE_SERVER | Un-Pauses the given web site. |
Note: | <path> is the path of the node
at which you are setting the property combined with the name of the property you are
setting. For example, if you want to set the ServerComment for web server number 1, the
command would be as follows: adsutil SET w3svc/1/ServerComment "Web Server Number 1" The next time the Internet Service Manager application is opened, it will reflect the name of the web server as "Web Server Number 1" |
Samples:
adsutil GET W3SVC/1/ServerBindings
adsutil SET W3SVC/1/ServerBindings ":81:"
adsutil CREATE W3SVC/1/Root/MyVdir "IIsWebVirtualDir"
adsutil START_SERVER W3SVC/1 adsutil.vbs ENUM /P W3SVC
file: /Techref/inet/iis/iis/htm/adminsamples/adsutil.htm, 6KB, , updated: 2002/5/22 16:35, local time: 2025/7/23 01:24,
216.73.216.196,10-3-208-199:LOG IN
|
©2025 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://www.piclist.com/techref/inet/iis/iis/htm/adminsamples/adsutil.htm"> ADSUTIL - IIS Administration Script Utility</A> |
Did you find what you needed? |
![]() o List host: MIT, Site host massmind.org, Top posters @none found - Page Editors: James Newton, David Cary, and YOU! * Roman Black of Black Robotics donates from sales of Linistep stepper controller kits. * Ashley Roll of Digital Nemesis donates from sales of RCL-1 RS232 to TTL converters. * Monthly Subscribers: Gregg Rew. on-going support is MOST appreciated! * Contributors: Richard Seriani, Sr. |
Ashley Roll has put together a really nice little unit here. Leave off the MAX232 and keep these handy for the few times you need true RS232! |
.