【发布时间】:2018-09-08 02:42:06
【问题描述】:
我执行这个 Powershell 命令:
Get-Process | Out-Host -Paging
但它返回错误:
ut-lineoutput : 方法或操作未实现。 在行:1 字符:1 + 获取进程 |主机外分页 + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [out-lineoutput], NotImplementedException + FullyQualifiedErrorId : System.NotImplementedException,Microsoft.PowerShell.Commands.OutLineOutputCommand
我已经检查了 Out-host 的帮助,并且通过分页它应该是逐页返回结果。
基本上,我希望逐页查看结果,而不是所有内容都刷新。请帮忙
【问题讨论】:
-
PowerShell ISE 不支持分页