This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
I am wondering why people are avoiding write-host. Almost everyone are telling to use write-output with variables and I am wondering why?
If I run write-host $computers it will give me output the same that I can get with write-output
Hi Jimmy,
http://www.jsnover.com/blog/2013/12/07/write-host-considered-harmful/
It is always the same.
-- Kamil Tatar
Hi,
Please remember to mark the replies as answers if they help.,