| Script: Delete IIS Application Pool |
This script will delete an Application Pool on a local or remote computer running IIS 6.0 .
You also can list all the Application Pools on the server
Usage:
Delete App Pool: cscript apdelete.vbs /computer:[computername] /apname:"[App Pool Name]"
List App Pools: cscript apdelete.vbs /computer:[computername] /list
|
|
|
|
|
|
|
Click HERE to download this script.
|
|