Definitions
Sorry, no definitions found. Check out and contribute to the discussion of this word!
Etymologies
Sorry, no etymologies found.
Support
Help support Wordnik (and make this page ad-free) by adopting the word write-host.
Examples
-
Write-Host write-host "Choose a Content Database from which the snapshot was taken" Foreach $i in $cdbname
Site Home Russ Maxwell 2011
-
Write-host "The default virtual hard disk path is currently:" write-host "-" $vmmsSettings.
MSDN Blogs 2010
-
Write-host "The default virtual machine configuration path is currently:" write-host "-" $vmmsSettings.
MSDN Blogs 2010
-
$Files = Get-ChildItem - recurse - filter *. jpg foreach ($file in $Files) $foo = New-Object - TypeName system. drawing.bitmap - ArgumentList $file. fullname write-host $file. fullname - foregroundcolor Blue
MSDN Blogs 2009
-
Process ($ProcessType) $date2 = get-date write-host "Processing took" ($date2-$date1).
-
Especially for workflows which use the PowerShell script activity, I recommend writing out to the Standard Out (write-host cmdlet).
TechNet Blogs 2009
-
Process ($ProcessType) $date2 = get-date write-host "Processing took" ($date2-$date1).
-
Process ($ProcessType) $date2 = get-date write-host "Processing took" ($date2-$date1).
-
Actually where I started with OCS and PowerShell was looking at someone else's code where they had for loop with a bunch of write-host statements to output WMI objects to the screen.
TechNet Blogs 2008
-
We added some write-host statements to show the entire process.
Comments
Log in or sign up to get involved in the conversation. It's quick and easy.