PowerTip: Ensure that errors in PowerShell are caught
Here’s how to make sure your errors get caught with Try Catch Finally.
Breaking news from around the world Get the Bing + MSN extension
A place to learn about PowerShell and share stories of automation

Here’s how to make sure your errors get caught with Try Catch Finally.

Use Windows PowerShell to access the Cognitive Services Text-to-Speech API.

Hi all, I’m going to start putting out these short PowerShell PowerTips every so often. They won’t be full blog posts, but they will be short and useful!
Have you been having issues with the ISE crashing and not auto completing since windows update 1803?

Normally, it’s preferable to use specific Puppet and DSC Windows modules to manage systems in Puppet, but an alternative is running PowerShell commands and scripts by using the exec resource. This can be helpful for transitioning existing PowerShell code into Puppet quickly.

Welcome back to PowerShell for Programmers, this week I’m trying gitGist again for the code blocks. Let me know what you think about it vs the normal syntax highlighter I use 🙂
As we’ve seen in the other posts about functions,