IIS
IIS
Topology
web01
There are no RSAT tools, you need to to install IIS on the jump host too.
On Jump01
1. Log in to Jump01.
2. Open PowerShell with administrative privileges.
3. Run the following command to install IIS and the Web Management
Service on Jump01 and web01:
Web01
At the console, press ctrl-shift-escape to open task manager, click file >
Run new task. Type regedit and hit enter to open it.
HKEY_LOCAL_MACHINE\Software\Microsoft\WebManagement\Server
Change the “EnableRemoteManagement” REG_DWORD to 1
# Start-Service WMSVC
Step 2: Enable Remote Management on web01
1. Log in to web01.
2. Open Task Manager by pressing Ctrl+Shift+Esc.
3. Click on File > Run new task.
4. Type regedit and hit Enter to open the Registry Editor.
5. Navigate to the following path
1. Log in to web01.
2. Open PowerShell with administrative privileges.
3. Run the following command to start the Web Management Service
1. Log in to Jump01.
2. Open IIS Manager:
o Press Windows + R, type inetmgr, and press Enter.
3. Click on the earth icon in the top-left corner and select Connect
to a Server.
4. Enter the FQDN of web01.
5. Use the administrator credentials to connect.
6. Use the FQDN as the connection name.
Create a webpage
You can reach you website via web browser, but for now, all you have is
the IIS default web page.
1. Log in to web01.
2. Open IIS Manager.
3. Expand the Sites node and right-click on the Default Web Site.
4. Select Manage Website > Advanced Settings.
5. Note the Physical Path where the website files are stored.
The default site is missing some binding info. This is important if you’re
going to be running multiple sites
1. Log in to web01.
2. Open IIS Manager.
3. Right-click on the Default Web Site and select Edit Bindings.
4. Edit the existing binding:
o Change the IP address from All Unassigned to the IP
address of web01.
o Enter the DNS URL created earlier.
(mycompany.com ,10.173.180.6)