标签: powershell
有没有快速检查Cmdlet是否可供我执行的方法? 我不想循环加载的模块并检查cmdlet是否存在。
答案 0 :(得分:3)
Get-Command <cmdlet name>