Scripting Blog [archived]

Formerly known as the "Hey, Scripting Guy!" blog

PowerTip: Build simple HTML with PowerShell

Summary: Here’s how to use the ConvertTo-HTML cmdlet to build basic HTML content. (image)   Hey, Scripting Guy! Occasionally I need to build basic HTML documents. I heard there was a way to do that with Windows PowerShell. (image)   There most certainly is! Just use the ConvertTo-HTML cmdlet to save the day! For example...

PowerTip: Create new authentication keys for AzureRM Cognitive Services

Summary: Change the keys to authenticate to Azure RM Cognitive Services, by using Windows PowerShell. (image)   Hey, Scripting Guy! I created the keys for my Rest API. I know I can change them in the web portal, but is there a faster way of doing it through Windows PowerShell? (image)   There absolutely is! Just use the New-...