4
Reply

What is Write-Host in Powershell

Abhay Shanker

Abhay Shanker

Jan 12, 2014
2k
0

    Write-Host is what Console.WriteLine for you in C# console application i.e. which allows you to write your output on Console.

    Ketak Bhalsing
    October 20, 2014
    0

    http://technet.microsoft.com/en-us/library/ee177031.aspx

    Shweta Lodha
    April 15, 2014
    0

    http://stackoverflow.com/questions/8755497/which-should-i-use-write-host-write-output-or-consolewriteline

    Munesh Sharma
    April 15, 2014
    0

    The Write-Host cmdlet enables you to write messages to the Windows PowerShell console.

    Write-Host "Hello World"

    Abhay Shanker
    January 12, 2014
    0