PowerShell
PowerShell命令窗一般随系统带着,运行->输入:powershell,即可打开命令窗口。
命令
Powershell有诸多命令,兼容cmd命令
语法和命令
在此我推荐 https://ss64.com/ps/
可以速查命令和语法
IDE
PowerShell最好使用的IDE也是随操作系统内置,运行->输入:powershell ISE,即可打开IDE进行脚本文件的编写。
扩展名
PowerShell脚本常见的扩展名有ps1,psm1,psd1
建议
由于我们本次主题是PowerShell DSC,故不对PowerShell深入学习,但PowerShell DSC也是各种PowerShell脚本写的,所以大家主要学习一些常见的命令和语法,以及了解管道的概念即可。
参考
https://docs.microsoft.com/zh-cn/powershell/scripting/overview?view=powershell-6