PowerShell Secret Management and Azure Key Vault
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...
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...
If we take a PowerShell CMD-Let like Get-AdComputer and try to search for a specific computer, you have to specify the filter- or the identity property and you have to remember the name. If you hav...
In this post i will tell you why It’s important to sign your skripts. If we look at a clean installed pc, PowerShell scripts can’t run by default. This is blocked by Microsoft due to security reas...
Today I want to show you how to host your own NuGet Repository for uploading PowerShell Modules / Scripts. There is also a method for hosting a NuGet Fileshare, but for production environments it ...
Today I’m going to show how to migrate your XenServer VMs to Hyper-V Gen2 Vms using the following tools: XenCenter XenConvert 2.3.1: XenConvert 2.3.1 PowerShell Skript to convert a Gen1 Hyp...