Azure Automation: Creating a PowerShell Runbook
Azure Automation is a cloud-based automation and configuration service that you can use for process automation through runbooks. You can author runbooks using a graphical interface or in PowerShell or…
Azure Automation is a cloud-based automation and configuration service that you can use for process automation through runbooks. You can author runbooks using a graphical interface or in PowerShell or…
PowerShell 7 introduced the ternary operator. The ternary operator is available in other programming languages, notably C#. The ternary operator can be confusing if you are unfamiliar with its syntax.…
Did you know Azure provides a browser-accessible shell for managing Azure resources? You can use both PowerShell and Bash commands directly in your browser using the Azure Cloud Shell! In…
While PowerShell concepts hash table and PSCustomObject may look similar, they are pretty different. Both have value, but which one you use depends on the situation. In this post, you…
Are you tired of managing Active Directory using the graphical interface? Then you might be interested in the Active Directory PowerShell module! This module gives you the ability to manage…
With organizations moving more workloads into Azure, administrators now have more options for running PowerShell commands and scripts across virtual machines. In this post, you will learn multiple ways to…
If you are familiar with Terraform, you know it has a plan option to see what changes Terraform will make. Did you know Azure PowerShell has the same option? You…
PowerShell commands can have lots of parameters. It can be difficult typing all of them out with their values or using backticks to perform line continuation. Sounds like a case…
Have you been working with Azure Resource Manager (ARM) templates but found the JSON syntax difficult to work with? Do you have some awesome PowerShell skills that you'd like to…
Microsoft Office 365 licenses include lots of products and services - Exchange, SharePoint, Teams, and so on. However, when organizations first adopt Office 365, many administrators disable some of these…