728x90
파워쉘을 메모장으로 연 후 25번 라인 수정한다.
$folderpath0 = 'C:\Source'
해당 파워쉘은 아래와 같은 수행을 시작한다.
#Download Windows Assessment and Deployment Kit (ADK) 8.1
#Download Microsoft Deployment Toolkit 2013
# Install Windows Features.
Get-Module servermanager
Install-WindowsFeature Web-Windows-Auth
Install-WindowsFeature Web-ISAPI-Ext
Install-WindowsFeature Web-Metabase
Install-WindowsFeature Web-WMI
Install-WindowsFeature BITS
Install-WindowsFeature RDC
Install-WindowsFeature NET-Framework-Features
Install-WindowsFeature Web-Asp-Net
Install-WindowsFeature Web-Asp-Net45
Install-WindowsFeature NET-HTTP-Activation
Install-WindowsFeature NET-Non-HTTP-Activ
끝.
728x90
'IT이야기 > MECM(SCCM)' 카테고리의 다른 글
SCCM와 WSUS 관련 로그 설명 (0) | 2022.12.13 |
---|---|
Windows 10 22H2 Upgrade using SCCM Feature Update Option (0) | 2022.11.25 |
How to Change Configuration Manager(SCCM) Console Language (0) | 2022.11.25 |
윈도우 서버 기본 설정 (0) | 2018.11.19 |
SCCM Agent 사용되는 포트 (0) | 2015.11.25 |