Install Nightly Build of Azure CLI 2.0 on Windows
A guide to installing the nightly build of Azure CLI 2.0 on Windows using PowerShell and Chocolatey for access to the latest Azure features.
A guide to installing the nightly build of Azure CLI 2.0 on Windows using PowerShell and Chocolatey for access to the latest Azure features.
A short post promoting three tech events in October: PowerShell Summit, #PSBlogWeek, and Hacktoberfest for open-source contributions.
A PowerShell function to test if the current date matches complex recurrence patterns, like 'third Wednesday of the month,' for script scheduling.
A PowerShell script tutorial for automating the retrieval of Git credentials from Azure API Management, useful for CI/CD pipelines.
A technical guide on using PowerShell to connect to and manage multiple Office 365 services like Exchange Online and SharePoint.
A PowerShell script to automate creating an Azure Service Principal and generating a .azureauth file for use with the Microsoft.Azure.Management.Fluent library.
A guide to connecting to various Office 365 services (Azure AD, Exchange, Skype, SharePoint) using PowerShell, with plans for an automation script.
A PowerShell script to automate scaling Azure HDInsight clusters horizontally by adjusting node count.
A PowerShell guide for deploying Azure Web Apps using a Service Principal and MSDeploy for automated, source-controlled deployments.
A guide to enabling application and HTTP logging for Azure Resource Manager Web Apps using PowerShell and storing logs in Azure Storage.
A quick guide on using PowerShell to change the friendly name of a certificate, highlighting a simple command for system administrators.
Explains how to use headers in Windows 10 toast notifications with the BurntToast PowerShell module for organizing alerts.
A technical guide on making Windows toast notifications clickable using the BurntToast PowerShell module, enabling them to open URLs.
A technical guide on implementing progress bars in Windows 10 toast notifications using the BurntToast PowerShell module.
A technical tutorial on setting up and managing Azure Key Vault using PowerShell, covering installation, access policies, and key/secret operations.
A guide on creating and adding a custom Windows Server 2012 R2 VM image to an Azure Stack deployment using PowerShell.
A guide on adding Linux VM images to Azure Stack, including retrieving Azure Cloud image metadata and using PowerShell for deployment.
A technical guide on configuring an ASP.NET Core application to run automatically on startup for a Raspberry Pi device.
A tutorial on using the BurntToast PowerShell module to create toast notifications for new Stack Overflow questions, demonstrating custom buttons.
A quick PowerShell script to count the frequency of first letters in a list of surnames from a text file.