可以通过多种方法在 PowerShell 中获取帮助和其他信息:
<命令名> -?
get-command <命令名>
get-help <命令名> -detailed
命令帮助文件的详细视图包括命令说明、命令语法、参数说明以及命令用法的演示示例。
<参数名>: !?
get-command
get-command | where {$_.DLL -match "XO"} | format-table
alias xo*
get-pssnapin
|
版权所有 © 2014 Arcserve。
保留所有权利。
|
|