Speak to me: PowerShell tells you if a host is up or not (Test-Connection)

Execute the following two-liners to cause PowerShell saying “Command completed successfully”. $words = New-Object -ComObject SAPI.SpVoice $words.speak(“Command completed successfully”) So I came up with an idea. PowerShell shall tell me if a … Continue reading Speak to me: PowerShell tells you if a host is up or not (Test-Connection)