qshinoの日記

Powershell関係と徒然なこと

ウインドウ機能インストール by Powershell

Install-WindowsFeature

import-module servermanager

Get-WindowsFeature で確認し、

Install-WindowsFeature -Name xx -IncludeManagementTools -Restart -LogPath

でインストール

Add-WondowsFeatureは、Install-xx のAlias

参考

Technet

https://technet.microsoft.com/ja-jp/library/jj205467(v=wps.630).aspx

使い方

http://labunix.hateblo.jp/entry/20130104/1357303576