Out-Host - Powershell 2.0 CmdLet
Microsoft Windows PowerShell is a command-line shell and scripting tool based on the Microsoft .NET Framework. It is designed for system administrators, engineers and developers to control and automate the administration of Windows and applications.
More than hundred command-line tools (so called "cmdlets") can be used to perform system administration tasks and Windows Management Instrumentation (WMI). These cmdlets are easy to use, with standard naming conventions and common parameters, and standard tools for piping, sorting, filtering, and formatting data and objects.
Out-Host
Short description Sends output to the command line. Syntax Out-Host [-InputObject <psobject>] [-Paging] [<CommonParameters>] Description The Out-Host cmdlet sends output to the Windows PowerShell host for display. The host displays the output at the co mmand line. Because Out-Host is the default, you do not need to specify it unless you want to use its parameters to change the display.