NewsBot
1
You can make your PowerShell scripts fun by adding speech. Wouldn't it be cool if your script finished its task by saying "Mission Completed"?
Inspired by a post on Marcelo's Weblog, I wrote a blog post about using the Speech API in PowerShell. It's just 2 lines of code:$v = New-Object -ComObject SAPI.SpVoice$v.Speak("Who let the dogs out?")Have fun!
More...
View All Our Microsoft Related Feeds
Inspired by a post on Marcelo's Weblog, I wrote a blog post about using the Speech API in PowerShell. It's just 2 lines of code:$v = New-Object -ComObject SAPI.SpVoice$v.Speak("Who let the dogs out?")Have fun!
More...
View All Our Microsoft Related Feeds