This will cause a system to ‘say’ a phrase.

Add-Type -AssemblyName System.speech
$speak = New-Object System.Speech.Synthesis.SpeechSynthesizer
$speak.Speak("INSERT SPEECH TEXT HERE") 

Source

Reddit