命令查询:
get-command
命令帮助:
get-help xxx
安装Windows功能
Get-WindowsFeature //查询功能列表
Add-WindowsFeature //安装某功能
Add-WindowsFeature Telnet-Server,Telnet-Client
综合举例:
Get-WindowsFeature Web-* | Add-WindowsFeature