Iisapp.vbs: IIS application query script
Syntax
Parameters
Remarks
- If no application pool name or ID are specified, iisapp lists all running applications.
- The /u and /p command-line options are available only when you use /s. You must use /p with /u to provide the user's password.
- Iisext.vbs performs the same operations that are available from IIS Manager. You can use either tool to administer IIS Web sites.
- The computer issuing the command must be running Windows XP or a Windows Server 2003 operating system. The user must be a member of the Administrators group on any computer that the command affects.
- The computer that the command affects must be a server running Windows Server 2003 with Internet Information Services (IIS) 6.0.
Examples
To view all running applications
iisapp
Iisapp responds with the following:
Connecting to server ...Done. W3WP.exe PID: 2232 AppPoolID: DefaultAppPool W3WP.exe PID: 2608 AppPoolID: MyAppPool
To view running applications by process ID
iisapp /p 2608
Iisapp responds with the following:
Connecting to server ...Done. W3WP.exe PID: 2608 AppPoolID: MyAppPool
Formatting legend
Format | Meaning |
Italic | Information that the user must supply |
Bold | Elements that the user must type exactly as shown |
Ellipsis (...) | Parameter that can be repeated several times in a command line |
Between brackets ([]) | Optional items |
Between braces ({}); choices separated by pipe (|). Example: {even|odd} | Set of choices from which the user must choose only one |
Courier font | Code or program output |