Graph API, PowerShell, and Microsoft Teams Tutorial
Last week, I covered Getting Started with Microsoft Teams and Graph API that highlights Graph API basics and creating an Azure Application Registration. In this post, you’ll learn how to…
Last week, I covered Getting Started with Microsoft Teams and Graph API that highlights Graph API basics and creating an Azure Application Registration. In this post, you’ll learn how to…
In a previous article, you learned how to create a prompt inside of PowerShell by recreating the action prompt for the Remove-Item cmdlet. PowerShell can also create a graphical or…
In this post, I’m going to demonstrate two ways to create prompts in PowerShell and how to take action on the response. I’m going to attempt to replicate the prompt…
If you’ve written a module or script that you feel others could benefit from using, definitely consider publishing it to the broader community. This post is about how to publish…
Azure Policies are used to enforce rules on different Azure resources. This will ensure those resources are compliant with any corporate standards or with regulatory requirements. Examples of policies include…
Azure Resource Manager (or ARM) templates provide a way for you to describe Azure resources using code. There are also two different ARM template deployment modes: incremental and complete. Both…
With the announcement of PowerShell 7 Preview 5 being released yesterday, I decided I needed to download this preview version and check it out. At the same time, I recently…
Azure currently comes with more than 140 built-in roles for assigning role-based access control (RBAC) to your Azure resources. This allows assigning users, groups, service principals, and managed identities granular…
When creating a virtual network in the Azure Portal, there is a requirement to create the first subnet in the virtual network. However, what do you do if you don’t…
You have had it happen before. You run a PowerShell script, and suddenly the console is full of errors. Did you know you can handle these errors in a much…