Sun OpenSSO Enterprise Policy Agent 3.0 Guide for Microsoft Internet Information Services (IIS) 7.0

Uninstalling the IIS 7.0 Agent

You uninstall the IIS 7.0 agent for a specific IIS 7.0 server instance by running the IIS7Admin.vbs script with the -unconfig option.

You must have Administrator privileges to run the IIS7Admin.vbs script.

ProcedureTo Uninstall the IIS 7.0 Agent

  1. On the Windows 2008 Server instance, open a command window. For example, click Start, Run, and then type cmd.

  2. Change to the PolicyAgent-base\bin directory.

    where PolicyAgent-base depends where you unzipped the IIS 7.0 agent distribution file. For example:

    For example: C:\Agents\web_agents\iis7_agent\bin

  3. Run the IIS7Admin.vbs script with the -unconfig option. Both the script name and -unconfig option are case-sensitive.

    For example: cscript IIS7Admin.vbs -unconfig IIS7Config.txt

    where IIS7Config.txt is the agent configuration file for the IIS 7.0 agent on the specific IIS 7.0 server instance.

  4. Restart IIS 7.0 using the iisreset command.