Microsoft Internet Information Server (IIS)
The following is the Move_IIS7.bat (moveiis7root.zip) translated to PowerShell. >>> Use at your own risk. <<< # REM The following it the CMD created by Thomas Deml, an ISS team member #http:… Read More
IIS 7.0 can be installed unattended using one of 3 methods: -Pkgmgr.exe (Works in Vista, Server 2008, and Server 2008 R2) -Servermanagercmd.exe (Server 2008 and deprecated in Server 2008 R2) (n… Read More
IIS 7.0 can be installed unattended using one of 3 methods: -Pkgmgr.exe (Works in Vista, Server 2008, and Server 2008 R2) -Servermanagercmd.exe (Server 2008 and deprecated in Server 2008 R2) (n… Read More
If you need to lock down the IIS download the IISlockdown tool from MS at: http://download.microsoft.com/download/iis50/Utility/2.1/NT45XP/EN-US/iislockd.exe Use the command: iislockd.exe /C … Read More
Windows SP2 and IIS 5.1 & 6.0 When you install SP2, Windows Firewall is enabled by default to help improve security. As a result, Web servers running Windows XP with SP2 will no longer be acce… Read More
Windows SP2 and IIS 5.1 & 6.0 When you install SP2, Windows Firewall is enabled by default to help improve security. As a result, Web servers running Windows XP with SP2 will no longer be acce… Read More
Common Files iis_common = on/off File Transport Protocol (FTP) Services iis_ftp = on/off FrontPage 2002 Server Extensions fp_extensions = on/off IIS Manager iis_inetmgr = on/off NNTP Se… Read More
Sysocmgr.exe /? /i:<master_oc_inf> - (required) Specifies the name of the master.inf. The installation source path is taken from here. /u:<unattend_spec> - Specifies unattended operation par… Read More
Create FTP Site A FTP site can be created automatically by using the IIS FTP Site Management Script (iisftp.vbs). Example: This example will create a site called ftproot that points to the D… Read More
Delete FTP Site: The following command will delete the Default FTP site using the IIS FTP Site Management Script (iisftp.vbs). %SystemRoot%\System32\cscript.exe //T:360 %SystemRoot%\System32\… Read More
Delete Default Web Site: The following command will delete the Default Web Site using the IIS Web Site Management Script (iisweb.vbs). %SystemRoot%\system32\cscript.exe //T:360 %SystemRoot%\s… Read More
IIS Import/Export Web Sites and FTP Sites Configuration Scripts Once the initial IIS 6.0 installation is complete, settings can be applied to the IIS instance using the Internet Information Se… Read More
Removing Machine Specific Data from XML Configuration Files: When importing a metabase element to another computer, you must change or remove machine-specific and system-specific information in… Read More
IIS Import/Export Web Sites and FTP Sites Configuration Scripts Once the initial IIS 6.0 installation is complete, settings can be applied to the IIS instance using the Internet Information Se… Read More