Showing results for guest blogger - Scripting Blog [archived]

Mar 15, 2018
Post comments count0
Post likes count0

PowerTip: Build simple HTML with PowerShell

Doctor Scripto
Doctor Scripto

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 Windows PowerShell.   There most certainly is! Just use the ConvertTo-HTML cmdlet to save the day! For example:                           $SampleDoc=@' ...

Windows PowerShellPowerTipguest blogger
Feb 28, 2018
Post comments count0
Post likes count0

PowerTip: Create new authentication keys for AzureRM Cognitive Services

Doctor Scripto
Doctor Scripto

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 portal, but is there a faster way of doing it through Windows PowerShell?   There absolutely is! Just use the New-AzureRMCognitiveServicesAccountKey cmdl...

Windows PowerShellPowerTipguest blogger
Dec 29, 2017
Post comments count0
Post likes count0

Cross-platform PowerShell remoting in action

Doctor Scripto
Doctor Scripto

Summary: Learn how to configure and use cross-platform PowerShell remoting in PowerShell Core. I’m Christoph Bergmeister, a London-based full stack .NET software developer with a passion for DevOps. To enable product testing of .NET Core apps across non-Windows machines in CI, I was one of the first people to use the new cross-platform remoting ca...

Scripting Guy!Windows PowerShellguest blogger
Oct 27, 2017
Post comments count0
Post likes count0

Reverse Desired State Configuration: How it works

Doctor Scripto
Doctor Scripto

Nik Charlebois is a Premier Field Engineer based out of Canada. He is the author of several books on SharePoint automation, and he writes blog posts on a regular basis about all things PowerShell. You can find out more about his work here. ReverseDSC PowerShell Desired State Configuration (DSC) has been around for a few years now, and many organiza...

Scripting Guy!guest bloggerSharePoint
Oct 3, 2017
Post comments count0
Post likes count0

Use Docker to automate testing of PowerShell Core scripts

Doctor Scripto
Doctor Scripto

  Summary: Learn the basics about Docker, and see how to use it for PowerShell Core script testing on different operating systems. I'm Dan Ward, a Boston-based .NET software engineer who is just plum crazy about PowerShell and automation. Earlier this year, I uploaded my first GitHub project—a PowerShell whitespace cleaner that also replaces...

Scripting Guy!guest bloggerPowerShell