PowerShell 入门
Windows PowerShell 是 Windows Management Framework 的 shell 和脚本组件,Windows Management Framework 是 Microsoft 构建于 .NET Framework 上的自动化/配置管理框架。自 Windows 7 / Windows Server 2008 R2 起,默认情况下会在所有受支持的 Windows 客户端和服务器操作系统版本上安装 PowerShell。可以通过下载更高版本的 Windows Management Framework (WMF) 随时更新 Powershell。PowerShell 6 的 Alpha
版本是跨平台的(Windows,Linux 和 OS X),需要从此版本页面下载和安装。
其他资源:
- MSDN 文档: https : //msdn.microsoft.com/en-us/powershell/scripting/powershell-scripting
- TechNet: https : //technet.microsoft.com/en-us/scriptcenter/dd742419.aspx
- PowerShell 库: https : //www.powershellgallery.com/
- MSDN 博客: https : //blogs.msdn.microsoft.com/powershell/
- Github: https : //github.com/powershell
- 社区网站: http : //powershell.com/cs/