Powershell – Tip – Write-Host April 29, 2014 6:11 pm \ by John Perry I always forget to wrap the text in () which allows using the replace or formatting method to substitute a value. So here it is: Write-Host -ForegroundColor Blue ("Found {0} servers" -f $a.Length) Posted in: Coding, PowerShell