当输出的信息较多时 例如 get-process
需要停下来查看 可以使用 out-host 的 --pating 参数以分页显示
使用空格进行翻页 回车逐行浏览 Q退出
get-process|out-host -paging 简化后 ps|oh -pag
get-process |Format-Table -HideTableHeaders ##隐藏表头
get-process |Format-Table -RepeatHeader ##重复表头
get-process |Format-Table -RepeatHeader|out-host -paging ##分页浏览是固定表头