Using PowerShell Command Install-WindowsFeature to Install Server Roles onto Multiple Servers

preview_player
Показать описание
This video describes how to use the PowerShell command install-windowsfeature to install server roles onto multiple computers that are attached to and active directory domain. *Note this is a single command, not a Powershell script, that is used multiple times.
Рекомендации по теме
Комментарии
Автор

In this video, you explained how to install roles via PowerShell, but not on multiple computers. So, title of the video is misleading.

littleafterall
Автор

Install-WindowsFeature -name dhcp -computername MIIMVDC001 -includemanagementtools

MohamedAli-szhp