powershell basic

image

可以只添加变量,系统会自动匹配参数

有的参数没有变量可以不加

有的既有参数也有对应的值。

 

there are four categories of commands in PowerShell:
cmdlets, functions, scripts, and native Win32 executables

and we can get the command definition by get-command get-child|fl

你可能感兴趣的:(powershell)