Configure signed commits with GitHub Codespaces
Introduction In one of my previous post I wrote about Using a Yubikey with GitHub for signing your commits. This works fine for your local Git client, but I noticed for this blog that my commits w...
Introduction In one of my previous post I wrote about Using a Yubikey with GitHub for signing your commits. This works fine for your local Git client, but I noticed for this blog that my commits w...
Introduction When using Windows client systems, installing applications and keeping them up-to-date used to be quite a hassle in the old days. In the past, I used to rely on Chocolatey to keep all...
Introduction I had to set permissions on multiple databases on an Azure SQL server. I decided to create a function for this that can set specific database role permissions on all or one SQL datab...
Introduction In this article, we will explain what Bicep is, what benefits it has and why you should use it to deploy your infrastructure in Azure. Background When deploying resources with Azu...
Introduction As you probably know, when using git you have to set your user name and email address before you can do any commits. You can use git config user.name "John Doe" and git config use...
Problem I ran into the following issue for one of my customer that was using Azure automation account to run a PowerShell runbook against Exchange Online. Since the second week of August 2023, th...
Update (August 2026): Microsoft changed the default behavior of Azure subscription transfers. Since May 1, 2026, every tenant’s “subscription transfer policy” defaults to blocking both inbound and ...
Introduction I’ve been using Git and GitHub for quite some time now, but I wanted to added an extra layer of security. By default, anyone could impersonate me by committing to my public repositori...
Introduction Recently, I had to test some network storage in regards to performance. What I wanted to do is copy some large files from local storage to remote storage and during those copy actions...
Time is of the essence my dear Introduction This is something that is very true in a Windows domain environment. When the system time between servers differs too much, al sorts of problems can a...