Azure Arc with AutomatedLab
In this blog post i will show you how easy it is to create an Azure Arc test environment with AutomatedLab. But what is Azure Arc and AutomatedLab? AutomatedLab is a PowerShell module where you c...
In this blog post i will show you how easy it is to create an Azure Arc test environment with AutomatedLab. But what is Azure Arc and AutomatedLab? AutomatedLab is a PowerShell module where you c...
After my injury I’m now back with another blog post. In my previous blog post I showed you how to assign Microsoft Graph Role assignments to a System Assiged Managed identity with the Azure CLI. ...
In this blog post I will show you how to authenticate to Microsoft Graph inside of a PowerShell Azure Function. We will use a System Assigned Managed identity for authentication. To enable a Syste...
In this post we are focusing on the Windows Firewall and how we can change the firewall profile with PowerShell. Windows Firewall Profile types A quick reminder on what firewall profile are on eve...
Today I want to show you how easy It is to access Azure Key Vault with the Secret Management module from the PowerShell Team at Microsoft. What is the Secret Management Module? Today every Secret...
The Challange Today I tried to access an Azure Key Vault secret inside of an Azure Automation Runbook. I don’t want to use an Azure Service Prinicipal (Run As Account) because you have to handle th...
Today I had the challenge to find information for a specific Windows Update. I only know the KB number of that particular Windows Update but I wanted to get the following information: Name of ...
In this blog post I’m going to show you how to delegate Active Directory permissions to other Active Directory groups. Prerequisite for that is the PowerShell Module ActiveDirectory. You can get t...
Series Table of contents: Part 1: Install Ansible Part 2: Azure Inventory Ansible is a agentless system. So we have to write inventoryscripts targeting our environment. In my case It Is Azu...
Series Table of contents: Part 1: Install Ansible Part 2: Azure Inventory In this series you will see how to use Ansible with Azure. In this first part we will provision a Azure Linux VM a...