此浏览器不再受支持。
请升级到 Microsoft Edge 以使用最新的功能、安全更新和技术支持。
为每个问题选择最佳答案。
在 PowerShell 中查找命令的正确方法是什么?
调用 Get-Command 'name of command'
Get-Command 'name of command'
调用 Find 'name of command'
Find 'name of command'
调用 Locate 'name of command'
Locate 'name of command'
如何搜索处理文件的命令?
调用 Get-Command -Verb File*
Get-Command -Verb File*
调用 Get-Command -Noun File
Get-Command -Noun File
调用 Get-Command -Noun File*
Get-Command -Noun File*
在检查工作前,必须回答所有问题。
此页面是否有帮助?