The following PowerShell code will install the required Web Server Role with the appropriate services and additional required Windows Features.
Windows PowerShell
Import-Module ServerManager
Add-WindowsFeature NET-Framework,BITS,RDC,Web-ASP-Net,Web-ASP,Web-Windows-Auth,Web-WMI,Web-Metabase
Add-WindowsFeature NET-Framework,BITS,RDC,Web-ASP-Net,Web-ASP,Web-Windows-Auth,Web-WMI,Web-Metabase
No comments :
Post a Comment