Use PowerShell to create a Microsoft Teams Channel
A tutorial on using the new Microsoft Teams PowerShell module to automate the creation of channels within a team.
A tutorial on using the new Microsoft Teams PowerShell module to automate the creation of channels within a team.
A recap of #PSBlogWeek 2017, summarizing five days of community blog posts covering advanced PowerShell automation, logging, and DevOps topics.
A guide on how to run Cucumber BDD tests directly from the command line using the Java CLI runner, covering classpath setup and arguments.
A guide to building a PowerShell script for generating storage usage reports across multiple servers, focusing on logical script flow and AD integration.
A guide to using PowerShell commands to stop, start, or restart all Azure Web Apps in a subscription.
A PowerShell function to test if the current date matches complex recurrence patterns, like 'third Wednesday of the month,' for script scheduling.
A guide to programmatically creating new AWS accounts within an AWS Organization using the AWS CLI, covering setup and automation.
Argues that scientific progress requires reusable software libraries, not just reproducible results, and discusses challenges in computational research.
A guide to using PowerCLI for managing and querying VMware vSphere tags to automate tasks and generate reports.
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.
Lungo is a macOS app that prevents your computer from sleeping and the screen from dimming, with troubleshooting tips and FAQs.
Learn how to use Lambo config files and after scripts to customize Laravel app creation with automated settings and post-installation tasks.
A guide to using PowerCLI to automate network connectivity testing for new ESXi hosts before joining them to vCenter.
A PowerShell script to automate scaling Azure HDInsight clusters horizontally by adjusting node count.
A guide to automatically generating release notes from git commit history using squash and merge and git log commands.
A quick guide on using PowerShell to change the friendly name of a certificate, highlighting a simple command for system administrators.
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.