Out-Host with the -Paging parameter displays output one page at a time, similar to how more or less work in traditional command shells. Out-String converts output to a string. Out-Null discards output completely. Out-buffer is not a valid PowerShell cmdlet (should be Out-Buffer, but it doesn't support paging).