Windows PowerShell and the Azure Text-to-Speech Rest API (Part 1)
Summary: You can use Windows PowerShell to authenticate to the Microsoft Cognitive Services Text-to-Speech component through the Rest API. Q: Hey, Scripting Guy! I heard about the cool Microsoft...
View ArticlePowerTip: Create new authentication keys for AzureRM Cognitive Services
Summary: Change the keys to authenticate to Azure RM Cognitive Services, by using Windows PowerShell. Hey, Scripting Guy! I created the keys for my Rest API. I know I can change them in the web...
View ArticleWindows PowerShell and the Text-to-Speech REST API (Part 2)
Summary: You can use Windows PowerShell to authenticate to the Text-to-Speech REST API. Q: Hey, Scripting Guy! I was reading up on the REST API for the Text-to-Speech component of Cognitive Services....
View ArticlePowerTip: Build simple HTML with PowerShell
Summary: Here’s how to use the ConvertTo-HTML cmdlet to build basic HTML content. Hey, Scripting Guy! Occasionally I need to build basic HTML documents. I heard there was a way to do that with...
View ArticleIntroducing the DscLcm utility for PowerShell
Summary: Desired State Configuration is a great deployment tool to meet your organization’s infrastructure-as-code goals. I recently came across a situation for a project that uses the Push Service (as...
View ArticleGet certificate info into a CSV by using PowerShell
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)...
View ArticlePowerTip: Get all your local certificates by using PowerShell
How can I use Windows PowerShell to enumerate all certificates on my Windows computer? If you have Windows 7 or later, you can user the Get-ChildItem cmdlet to enumerate all certificates on a...
View ArticleRun PowerShell code in Puppet
Summary: Hi everyone, Dan Franciscus here. I’m a systems engineer and freelance technical writer based out of New Jersey. My expertise is in Windows Server, PowerShell, VMware, and Puppet. Puppet is an...
View ArticleWindows PowerShell and the Text-to-Speech REST API (Part 3)
Summary: Use Windows PowerShell to access the Cognitive Services Text-to-Speech API. Q: Hey, Scripting Guy! I was reading up on how we could use PowerShell to communicate with Azure to gain an access...
View ArticlePowerTip: Ensure that errors in PowerShell are caught
Summary: Here’s how to make sure your errors get caught with Try Catch Finally. Hey, Scripting Guy! I’ve been trying to use the Try Catch Finally, but some of my errors aren’t getting caught. What...
View ArticleWindows PowerShell and the Text-to-Speech REST API (Part 4)
Summary: Send and receive content to the Text-to-Speech API with PowerShell. Q: Hey, Scripting Guy! I was playing with the Text-to-Speech API. I have it almost figured out, but I’m stumbling over the...
View ArticlePowerTip: Use PowerShell to play WAV files
Summary: Make use of the native features of Windows through PowerShell to play sound. Hey, Scripting Guy! I’ve got some WAV files I would love to play without launching an application. Is there a...
View ArticleWindows PowerShell and the Text-to-Speech REST API (Part 5)
Summary: Send and receive content to the Text-to-Speech API with PowerShell. Q: Hey, Scripting Guy! Could you give a buddy a hand in getting the last pieces together for the Text-to-Speech API? —SR A:...
View ArticlePowerTip: Determine your version of PowerShell and host operating system
Summary: Identify your PowerShell environment by making use of built-in PowerShell variables. Hey, Scripting Guy! If I’m writing a script, how can I detect if I am running on Windows, Linux, or Mac...
View ArticleParse HTML and pass to Cognitive Services Text-to-Speech
Summary: Having some fun with Abbott and Costello’s “Who’s on first?” comedy routine, and multiple voices with Bing Speech. ------------------------------- Hello everyone! The last few posts, I showed...
View ArticlePowerTip: Turn off the power to your computer with PowerShell
Summary: A simple way to power off your computer by using the Windows PowerShell cmdlets. Hey, Scripting Guy! I’ve got a script that needs to power off a system after it’s done. How can I accomplish...
View ArticleUsing PowerShell to create a folder of Demo data
Summary: Creating sample files with random sizes and dates for use in a Lab Q: Hey, Dr. Scripto! From time to time I like to show “how things works” at User Group meetings and to colleagues. But I...
View ArticlePowerTip: Use PowerShell to pick a random name from a list
Summary: Using the Get-Random Cmdlet to select a random list of names instead of numbers Hey! Dr. Scripto! I’d like to pick a random name from a list to generate user names in my lab. Could you show...
View Article