Multimedia, PowerShell PowerShell Add-Type -AssemblyName System.Speech $voz = New-Object System.Speech.Synthesis.SpeechSynthesizer $voz.GetInstalledVoices() | Select-Object -ExpandProperty VoiceInfo | Select-Object -Property Culture, Name 123 Add-Type -AssemblyName System.Speech$voz = New-Object System.Speech.Synthesis.SpeechSynthesizer$voz.GetInstalledVoices() | Select-Object -ExpandProperty VoiceInfo | Select-Object -Property Culture, Name