|
"A space for AD, Exchange and other technical stuff"
-- Where Information Technology Lives! --
|
|
|
I will often want to change the output color to add emphasis or
alerting. Here is a way to do it.
write-host `n "Help" -foregroundcolor "magenta" -backgroundcolor
"yellow" 'n
Black |
|
|