New blog platform Github pages
After years of maintaining a WordPress blog and paying monthly hosting fees, I decided it was time for a change. Moving to GitHub Pages has been both a cost-effective decision and an engaging techn...
After years of maintaining a WordPress blog and paying monthly hosting fees, I decided it was time for a change. Moving to GitHub Pages has been both a cost-effective decision and an engaging techn...
I wanted to explore how to export subnets in Azure to Phpipam. Phpipam is used to document all ip allocation but only on VNET level. All subnets that are created inside VNETs needs to be allocated ...
I recently installed Proxmox in my homelab and wanted to use Let’s encrypt certificates for my nodes. I have my domain registered at Loopia a Swedish webhosting company. When using their DNS servic...
I want to use a free SSL certificate from Let’s encrypt to secure my Azure resources. For example an application behind a Application gateway. I will use a key vault to store my certificate. Beside...
I have worked a lot with AD during the past years mostly with powershell. This time I needed to create a AD computer object with terraform and started to look into how to setup terraform AD provide...
A runbook can help you to run scripts on a schedule or trigger them with a webhook. You can either run them in Azure or on your on-premises server. This example will show how to run a script on a o...
Azure Arc helps your manage your on-prem servers from Azure portal. To add a server to Azure Arc just search for “Servers - Azure Arc” in the portal and press Add. This time we will only add one ...
It’s common to use a Group policy preference to push a AD group to local admin group on a server or client. But something that you might not know is that you can use a variable in the group name to...
In order to populate phpIPAM I needed to export all subnets that was already present in Meraki Dashboard without type all information manually. I found PSMeraki module on Github which is a prerequi...
I needed to get a list of people in som AD group for an audit so I wrote a quick script to export each group matching my filter to a CSV-file and populate it with name and samaccountname. Setting s...