How To Open IIS Manager?

IIS or Internet Information Services is a web server provided by the Windows operating systems. IIS can be used to serve web applications developed with ASP.NET, C#, VB.NET, PHP, and FTP servers.

Microsoft IIS (Internet Information Services) Manager

Open IIS Manager via Start Menu Search

The IIS Manager can be opened via the Start Menu search box. After clicking to the Start Menu type iis which lists the Internet Information Services (IIS) Manager like below. Click to the App or Open button like below.

Open IIS Manager via Start Menu Search

Open IIS Manager via Program Files

The IIS Manager can be opened via the Program Files. First, click on the Start Menu and navigate to the Windows Administrative Tools like below. Under the Windows Administrative Tools, the Internet Information Services (IIS) Manager is listed below.

Open IIS Manager via Program Files

Open IIS Manager via Windows Run

Windows Run provides an easy way to run and execute commands and shortcuts. The IIS Manager can be also opened via the Windows Run by using the inetmgr command. First, open the Windows Run with the WIN+R keyboard shortcut and then use inetmgr command like below.

Open IIS Manager via Windows Run

Open IIS Manager via MS-DOS Command Line Interface

The MS-DOS command line interface is used to run and execute commands and scripts. But we can also use MS-DOS in order to open IIS Manager. Run the inetmgr command in the MS-DOS command-line interface.

> inetmgr

Open IIS Manager via PowerShell Command Line Interface

PowerShell can be also used to open IIS Manager by using the inetmgr command.

PS> inetmgr

Leave a Comment