11
planned posts
1
days until next post
11-06-2026
next publication date
11-06-2026 1 day to go

Adding Ubuntu endpoints to Microsoft Intune

Blog /Microsoft Intune

In this post, I will be installing an Ubuntu Desktop instance and join it to Microsoft Intune to leverage Device Management on Ubuntu devices including some extra steps for proper device management.

Step by Step guidesKnowledge check
Source file content/en/blog/intune/adding-ubuntu-endpoints-to-microsoft-intune.md
18-06-2026 8 days to go

Encrypt your Microsoft 365 emails with S/MIME

Blog /Microsoft 365

A great way to encrypt your Microsoft 365 outbound emails using a similar technique as SSL is to use S/MIME. In this guide I will show you how to get certificates and configure S/MIME for your mailboxes.

Step by Step guidesKnowledge check
Source file content/en/blog/microsoft-365/encrypt-your-microsoft-365-emails-with-s-mime.md
25-06-2026 15 days to go

Use Microsoft Defender for Endpoint with PowerShell

Blog /Microsoft Defender XDR

Microsoft Defender for Endpoint is a built-in antivirus and security solution that helps protect your Windows devices. Because we want as less overhead as possible at certain moments, I though of using Defender with PowerShell. Using PowerShell, you can manage Defender by checking its status, running Full and Quick scans, updating protections, and handling detected threats. In this guide, I will explain some PowerShell commands with simple steps to help you control Defender effectively from PowerShell, remotely or even to use in your scripts.

Step by Step guidesKnowledge check
Source file content/en/blog/microsoft-defender-xdr/use-microsoft-defender-for-endpoint-with-powershell.md
02-07-2026 22 days to go

Automatically clean up inactive Entra ID devices using Azure Automation

Blog /Microsoft Azure

Over time, Microsoft Entra ID environments often become filled with old and inactive devices. These can be devices from former employees, reinstalled systems, test devices or machines that simply no longer exist. Cleaning up these devices manually takes time and is easy to forget. By using Azure Automation, we can fully automate this process and remove devices that have been inactive for more than 180 days. Azure Automation is a service in Azure that allows you to automate tasks. Automation tasks usually work with schedules/timers and scripts and normally require infrastructure to run. In traditional environments this often means deploying and maintaining servers or virtual machines. In the cloud era we naturally want to avoid this as much as possible. With Azure Automation you can run different types of scripts whenever you want. These scripts run directly on the Azure platform without the need to deploy, design, maintain or secure your own server. This makes it a very robust solution. Azure Automation can also run in the context of a Managed Identity connected to the Automation Account. This removes the need for separate service accounts.

Step by Step guidesTools and ScriptsKnowledge check
Source file content/en/blog/microsoft-azure/azure-automation-clean-entra-id-devices.md
09-07-2026 29 days to go

Microsoft Defender External Attack Surface Management (EASM)

Blog /Microsoft Defender XDR

Microsoft Defender External Attack Surface Management (EASM) is a separate Defender solution which can be used to defend and monitor some of your external attack surfaces like websites, servers, SSL certificates and domains. All of this is achieved through a single admin panel in your Azure Portal.

Step by Step guidesConceptsKnowledge check
Source file content/en/blog/microsoft-defender-xdr/microsoft-defender-external-attack-surface-management.md
16-07-2026 36 days to go

Getting started with Terraform

Blog /Microsoft Azure

In this guide, I show the path from install to deployment: I install Terraform, I prepare my Azure login using Azure CLI, and then I run a “single server” Terraform setup so you can see the process end-to-end.

Step by Step guidesKnowledge check
Source file content/en/blog/microsoft-azure/getting-started-with-terraform.md
23-07-2026 43 days to go

Must-have PowerShell Modules for Azure and Microsoft 365 Administrators

Blog /PowerShell

When you reinstall your admin workstation or setup a fresh workstation, there are always a couple of PowerShell modules and tools must be installed install directly. These modules save a lot of time and make managing Azure and Microsoft 365 environments much easier but you always have to remember them correctly to actually install them.

Concepts
Source file content/en/blog/powershell/must-have-powershell-modules-for-azure-365-administrators.md
30-07-2026 50 days to go

Entra ID Authentication on Azure Windows VM

Blog /Microsoft Azure

This guide explains how to join an Azure virtual machine to Azure Active Directory (Azure AD). Please note that this process has several prerequisites that must be met before configuration which are described in the guide itself.

Step by Step guides
Source file content/en/blog/microsoft-azure/entra-id-authentication-windows-server.md
06-08-2026 57 days to go

The art of Dynamic Groups in Microsoft Entra

Blog /Microsoft Entra

Dynamic Groups are really great for automating certain things. They are basically like groups like we know them for several years but they always required some sort of manual action or assignment. Dynamic Groups will help us eliminating this. I will give some examples how I implemented certain actions in production. I will also share the rules syntaxes which can be used directly into your environment and can be changed to your likings.

Concepts
Source file content/en/blog/microsoft-entra/the-art-of-dynamic-groups-in-microsoft-entra.md
20-08-2026 71 days to go

Receive Periodic Azure Consumption costs with Logic Apps

Blog /Microsoft Azure

Cost management is very important when leveraging cloud services. Unexpected costs of cloud services can really disallow us from using any more services, and knowing from week to week what happens can help us with this. To partly address this issue for Azure Consumption costs, I have made a Logic App that sends us the actual consumption on weekly level. This because Logic Apps gives us much more customization options as the default built-in "Subscribe" feature.

Step by Step guidesTools and Scripts
Source file content/en/blog/microsoft-azure/receive-periodic-azure-consumption-costs-with-logic-apps.md
20-09-2026 102 days to go

Automatic resource tagging with Azure Policy

Blog /Microsoft Azure

In Azure we can link tags onto different resources, resource groups and subscriptions. We can use resource tagging for various reasons. With Azure Policy we can automate this process even further, linking different resources automatically based on what we want to achieve. For example, giving every resource in a specific resource group a tag.

Step by Step guides
Source file content/en/blog/microsoft-azure/automatic-resource-tagging-with-azure-policy.md