Topics include the Az module, PowerShell module design, PowerShell & Puppet, Hacktoberfest, SQL Server backups, and a PowerShell session from Ignite.
Special thanks to Mark Roloff, Robin Dadswell, and Brett Bunker for contributions this week.
Announcing New Module 'Az'
by Mark Cowlishaw on Friday, September 28th
The Az module is intended as a replacmeent for AzureRM and will become the new standard Azure PowerShell commands. The final feature update to AzureRM will be in December 2018.
Learning about the PowerShell Abstract Syntax Tree (AST)
by Mike Robbins on Friday, September 28th
Mike is on a journey to piece together many separate script files into a single PSM1 file. Rather than rely on potentially complicated regex or string parsing to do the job, he opts for exploring how with PowerShell's far more interesting Abstract Syntax Tree.
Executing Puppet Tasks with PowerShell via the Puppet Orchestrator API
by Joey Piccola on Sunday, September 30th
Interested in using PowerShell to manage Puppet? Learn how with a quick tutorial on using the Puppet Orchestrator API with Invoke-WebRequest.
I Need You! #Hacktoberfest
by Josh King on Monday, October 1st
Hacktoberfest is officially in full swing and there are tons of open-source projects out there looking for some love. Josh King, creator of the BurntToast module, has a project board set up with tasks to complete for the module's next release. If you're looking for a chance to contribute more openly to the PowerShell community or would just like a project for the month's event, stop in and take a look.
Does it Loop? Foreach Experiences with an Emtpy Variable
by Patrick Wahlmüller on October 3rd
Patrick shares an important lesson to consider when using the foreach scripting construct: initialize your variables!
MS SQL DB Backup and Restore with PowerShell
by Pauolo Frigo on October 4th
Find out how easy it is to automate your SQL Server backup jobs using the SQLServer PowerShell module. Hint: It's a lot easier than point-and-clicking your way through SQL Server Management Studio!
Reddit /r/PowerShell - Most Popular Weekly Post
For those of you deploying Windows 10 1809, watch out for a change in behavior when calling cmd.exe within a scriptblock using start-job.
Tweet of the Week
Major increase in coverage for PowerShell Core running on Windows 10 1809 compared to 1803!
Youtube: PowerShell Cross-Platform Scripting and AI-Infused Automation
By Jeffrey Snover on September 30th
Demo-rich show that looks at the evolution of PowerShell as the de facto automation scripting tool across Windows and Linux platforms as presented by the father of PowerShell, Jeffrey Snover. Check out the ability for Visual Studio Code to run PowerShell inside of CloudShell.