Listing Web Service Extensions Using Iisext.vbs

Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1

You can use the command-line script iisext.vbs, which is stored in systemroot\system32, to list Web service extension IDs for all of the defined Web service extensions. The extensions must reside on a computer running a member of the Windows ServerĀ 2003 family with IISĀ 6.0.

Iisext.vbs performs the same operations that are available in IIS Manager. You can use either tool to administer IIS Web sites.

Important

You must be a member of the Administrators group on the local computer to run scripts and executables. As a security best practice, log on to your computer by using an account that is not in the Administrators group, and then use the runas command to run your script or executable as an administrator. At a command prompt, type runas /profile /User:MyComputer</STRONG>Administrator cmd to open a command window with administrator rights and then type cscript.exe ScriptName (include the script's full path and any parameters).

This topic includes the following information:

  • Syntax: The order in which you must type a command and any arguments and options that follow it.

  • Parameters: The values that are given to variables in the command.

  • Example: Sample code and an explanation of the results.

Syntax

iisext /ListExt [/s Computer [/u [Domain**\]User [/p** Password]]]

Parameters

/s Computer

Runs the script on the specified remote computer. Type the computer name or IP address without backslashes. By default, the script runs on the local computer.

/u [Domain**\**]User

Runs the script with the permissions of the specified user account. This account must be a member of the Administrators group on the remote computer. By default, the script runs with the permissions of the current user of the local computer.

/p Password

Specifies the password of the user account that is specified in the /u parameter. If you omit this parameter, the script prompts you for the password and obscures the text you type.

Example

The following command lists all of the Web service extension IDs that are in the WebSvcExtRestrictionList property of the metabase on the local computer:

iisext /ListExt

In response, iisext displays all of the Web service extension IDs that are on the local computer.

Connecting to server ...Done

SSINC

Payroll

ASP

Inventory

ASP.NET

WEBDAV

HTTPODBC