Windows 展開サービス (WDS: Windows Deployment Services) をインストールするには、いくつかの方法があります。このページでは、この役割をインストールする代表的な方法を記述します。
Import-Module -Name ServerManager
Add-WindowsFeature -Name WDS
DISM /Online /Enable-Feature /FeatureName:Microsoft-Windows-Deployment-Services
DISM /Online /Enable-Feature /FeatureName:Microsoft-Windows-Deployment-Services-Transport-Server
DISM /Online /Enable-Feature /FeatureName:Microsoft-Windows-Deployment-Services-Deployment-Server
yottun8 edited Original. Comment: Added "See Also" section
yottun8 edited Revision 2. Comment: Added tag.
yottun8 edited Revision 3. Comment: Added few tags.
yottun8 edited Revision 5. Comment: Changed title.