728x90


SCCM-2012-prereq-install.PS1


파워쉘을 메모장으로 연 후 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

+ Recent posts