AWS re:Invent 2019 - WIN307
A hands-on workshop on using AWS Systems Manager to manage Windows servers at scale, covering automation, patching, and inventory.
A hands-on workshop on using AWS Systems Manager to manage Windows servers at scale, covering automation, patching, and inventory.
A guide to replacing long chains of PowerShell 'like' operators with more efficient and scalable regular expressions (RegEx) for string matching.
Tips for using PowerShell's Get-Command cmdlet with parameters like -Module, -Verb, and -Noun to efficiently find specific commands.
A technical guide on implementing custom snooze and dismiss buttons for toast notifications using the BurntToast PowerShell module.
A PowerShell script to generate and email a daily Azure backup report using Office 365 SMTP.
A guide to refactoring PowerShell switch statements, demonstrating how to replace them with hash tables for cleaner, more maintainable code.
Explores using PowerShell 7's new ternary operator to simulate elseif logic through nesting, with examples and readability considerations.
A guide to participating in Hacktoberfest 2019, focusing on contributing to open source PowerShell projects and finding issues to work on.
Explains the new ternary operator syntax in PowerShell 7, comparing it to traditional if/else statements and testing its performance.
A technical comparison of parallel processing methods in PowerShell 7, evaluating the new ForEach-Object Parallel feature against the established PoshRSJob module.
A quick guide to deploying an ASP.NET web application to Azure App Service using PowerShell, including setup and cleanup commands.
Author announces receiving the Microsoft MVP award in Cloud and Datacenter Management, thanking mentors and family, and pledging continued PowerShell community work.
A technical guide on using PowerShell's BurntToast module to create localized toast notifications, supporting multiple languages.
A technical guide on implementing graceful, in-place updates for toast notifications using the BurntToast PowerShell module, focusing on progress bars.
A technical review of Veeam Backup for Office 365 v3, focusing on selective folder backup features and performance improvements.
Explains how to make a mandatory integer parameter in a PowerShell function accept null values using the [AllowNull()] and [Nullable] attributes.
A technical blog post about using Shoulder Taps, a Windows 10 notification feature, with the BurntToast PowerShell module.
A guide to performing mathematical calculations using PowerShell, leveraging the .NET Math library for operations beyond basic arithmetic.
A guide on using Azure PowerShell to deploy VMs from Marketplace and custom images, covering key commands and resource group creation.
A guide to using PowerShell to automate batch transcription of audio files with the Azure Speech Service REST API.