Hello,
I tried to use more or out-host -paging in my command in the PowerShell ISE, but neither of them working.
For example the out-host -paging gave me the following error message
PS HKLM:\system> get-process -name vb* | Get-Member | out-host -Paging
out-lineoutput : The method or operation is not implemented.
At line:1 char:1
+ get-process -name vb* | Get-Member | out-host -Paging
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [out-lineoutput], NotImplementedException
+ FullyQualifiedErrorId : System.NotImplementedException,Microsoft.PowerShell.Commands.OutLineOutputComm
and
I wonder if anyone may have a solution on how the see page of the results.
Many Thanks!
Student at Georgia Tech