Windows 管理
Windows 管理(Windows administration)
機能管理
Windows Serverのみ
Windowsの機能一覧取得
$ Get-WindowsFeature
$ Get-WindowsFeature -ComputerName <ComputerName>
$ Install-WindowsFeature -Name DNS,DHCP -IncludeManagementTools
============================
確認用
Q. Windows 管理
関連
参考
調査用