Out-Host - Powershell 1.0 CmdLet
ActiveXperts Network Monitor ships with integrated Powershell scripts to monitor complex network. The scripts run out of the box
Download the ActiveXperts Network Monitor FREE version now »
Out-Host
Description Send the pipelined output to the host Usage Options Example(s) Display system processes one page at a time: PS C:\>get-process | out-host -paging Display a snapshot of the session history at the command line: PS C:\>$a = get-history PS C:\>out-host -InputObject $a