Refactoring PowerShell - Switch Statements
A guide to refactoring PowerShell switch statements, demonstrating how to replace them with hash tables for cleaner, more maintainable code.
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.
A developer details migrating a personal blog archive tweet automation script from a home server to Azure Functions, exploring serverless PowerShell.
A detailed review of Veeam Backup for Microsoft Office 365 v3.0 beta, highlighting new features like granular OneDrive folder selection and significantly faster backup speeds.
A sysadmin's critique of the new Windows 10 RSAT installation process via Settings and PowerShell, highlighting workflow annoyances.
A guide to setting up toast notifications for Azure Pipelines build status using PowerShell Universal Dashboard and BurntToast.
A developer shares their journey of learning Azure Pipelines through trial and error, focusing on setting up a build pipeline for a PowerShell project.