www.whitecell.club
4
powershell简介
Powershell 是运行在windows上实现系统和应用程序管理自动化的命令行脚本
环境。你可以把它看成是命令行提示符cmd.exe的扩充,或是颠覆。
powershell需要.NET环境的支持,同时支持.NET对象。其可读性,易用性,可
以位居当前所有shell之首。 当前powershell有四版本,分别为1.0,2.0,
3.0 ,4.0
操作系统 powershell版本 是否可升级
window7/Windows Server
2008
2.0 可以升级为3.0,4.0
Windows 8 /Windows
server 2012
3.0 可以升级为4.0
Windows 8.1/Windows
server 2012 R2
4.0 否