In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-22 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/03 Report--
Editor to share with you how to use Iisext.vbs to delete application dependencies, I believe that most people do not know much about it, so share this article for your reference, I hope you can learn a lot after reading this article, let's learn about it!
Apply to: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1
You can use the command line script iisext.vbs (stored in systemroot\ system32) to remove dependencies between one or more Web service extensions on computers running Windows Server 2003 family members with IIS 6.0.
Iisext.vbs performs the same actions that can be used with the IIS Manager. You can use any of the tools to manage IIS sites.
Important matters
Only members of the Administrators group on the local computer can run scripts and executables. As a security best practice, log on to the computer using an account that is not part of the Administrators group, and then use the runas command to run scripts and executables as an administrator. At the command prompt, type runas / profile / User:MyComputer\ Administrator cmd, open a command window with administrator privileges, and then type cscript.exeScriptName (including the full path to the script and any parameters).
This topic includes the following information:
Syntax: the order in which you must type a command and any parameters and options that follow it.
Parameter: the value assigned to the variable in the command.
Example: sample code and a description of the result.
Grammar
Iisext / RmDep Application ID [ID] [/ s Computer [/ u [Domain\] User [/ p Password]
Parameters.
Application
Necessary. Specifies the name of the application that depends on the Web service extension.
ID
Necessary. Specifies the ID of the Web service extension on which the application depends. Other dependencies are optional.
/ s Computer
Runs the script on the specified remote computer. Type the computer name or IP address without a backslash. By default, the script runs on the local computer.
/ u [Domain\] User
Runs the script with the privileges of the specified user account. The 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 on the local computer.
/ p Password
Specifies the password for the user account specified in the / u parameter. If you ignore this parameter, the script prompts you to enter a password and does not display the text you typed.
Example
Example 1:
The following command removes the dependency of the application "Payroll" on the local computer on the Web service extension "timesheet".
The code is as follows:
Iisext / RmDep Payroll timesheet
In response, iisext displays the following:
Connecting to server... Done.
Removing dependency complete.
Example 2:
The following command removes the dependency of the application "TravelPlans" on the remote computer on the Web service extension "FlightSchedules" and "HotelRooms".
The code is as follows:
Iisext / RmDep TravelPlans FlightSchedules HotelRooms / s RemoteComputer / u Manager / p Pa$$Werd
In response, iisext displays the following:
Connecting to server... Done.
Removing dependency complete.
The above is all the content of the article "how to use Iisext.vbs to remove Application Dependencies". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.