ISP

Install-windowsFeature web-server -IncludeManagementTools
Set-Content -Path C:\\inetpub\\wwwroot\\iisstart.htm -Value "ISP web service"

SRV1/SRV2

Install-WindowsFeature web-server, web-mgmt-service -IncludeManagementTools
mkdir C:\\inetpub\\external, C:\\inetpub\\internal
Set-Content -Path C:\\inetpub\\internal\\index.htm -Value "Internal web service"
Set-Content -Path C:\\inetpub\\external\\index.htm -Value "CORP web service"

regedit.exe
Start-Service -Name WMSvc
Set-Service -Name WMSvc -StartupType Automatic

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WebManagement\Server\EnableRemoteManagement

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WebManagement\Server\EnableRemoteManagement

DC

inetmgr

Connect to a Server

Connect to a Server

image.png

image.png

Add Website…

Add Website…

image.png

image.png

SRV2도 위와 같이 진행

image.png