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,

How can I use Windows PowerShell to enumerate all certificates on my Windows computer?

Summary: Certificate management is always challenging. Let’s explore how to use PowerShell to export local certificate information to a comma-separated values (CSV) file on Windows 7 (or later) computers.
Q: Hey, Scripting Guy!
How can I get all my certificate info into a CSV on my Windows computers?

The Goal:
Import data from XLSX files conveniently like import-csv lets you do with simpler data.
The preamble:
Excel is a mainstay of the business world at this point, which means a lot of the data you might have to work with will come at you as an XLSX file or need to be one.