Microsoft/Windows Server 2012
IIS 8.5 - To install with PowerShell
장성한군사
2017. 9. 15. 15:03
https://msdn.microsoft.com/ko-kr/library/hh831515(v=ws.11).aspx
파워셀을 이용한 설치
Install-WindowsFeature -Name "Web-Server" -IncludeAllSubFeature -IncludeManagementTools
Uninstall-WindowsFeature -Name "Web-Server" -ComputerName "DC" -Credential "DC\Administrator"
Install-WindowsFeature -Name Web-Server -IncludeManagementTools
웹 사이트 추가
New-website -Name Kgitbank -Port 80 -HostHeader www.kgitbank.local -PhysicalPath "C:\inetpub\kgitbank" -IPAddress 192.168.8.135
웹 사이트 삭제
Remove-website -Name Kgitbank
설치된 기능들 검색
Get-WindowsFeature -name web*
추가적인 기능 설치
Install-WindowsFeature Web-Http-Redirect
호스트이름
-하나 이상의 웹 사이트를 운영할 경우
-kgitbank.local / itbank.local / rlle.local