一、与PowerShell有关的一些网站:
官网:
https://msdn.microsoft.com/en-us/powershell/
官方的安装文档:
https://msdn.microsoft.com/zh-cn/powershell/scripting/setup/installing-windows-powershell
GITHUB的开源:
https://github.com/powershell
PowerShell中文博客:
http://www.pstips.net
二、安装的一些前提要求:
PowerShell安装的最低要求:.Net Framework V4,更高更好。
但是,最好同时安装:
1. .NET Framework 3.5 SP1
2. .NET Framework 4.5
这么做的好处是:可以解锁PowerShell的更多功能
安装方式:Hotfix。
三、PowerShell的相关程序
WinRM,Windows远程管理服务
PowerShell包含:
标准控制台:PowerShell.exe
继承了命令行的图形化界面:PowerShell_ISE.exe
————————————