Not sure if you ve experienced this one, but recently I have so, maybe it will help someone. I ve had installed a brand new and fresh Windows Server 2025, updated to the maximum and configured it as I usually do. It s a workgroup server, hosting some application, and it will be used by a few [ ]
This time I ll share another short, vibing script, which helped me make some room for new app registrations inside my Entra ID. 🙂 Script is rather simple it collects information about apps that are registered in the tenant, status of their credentials and reports back in a clean, HTML well, report. In case I m [ ]
It s time for another short vibe story . Although, vibe coding part was not that short oh, well. 😅 So, there is a feature in Microsoft Edge called Managed Favorites basically, it s a policy which adds some predefined (let s say, work-related) favorites into your Edge browser. Which is pretty cool, if you re using Microsoft Edge. [ ]
Another day, another project nobody really needs but here it is! 😁 As I was reorganizing some stuff, mostly on multiple Git repositories (both, internal and GitHub), I noticed that sometimes I forget to save my work. So, to remember (and potentially stop this from happening), came up with a small and simple PowerShell script [ ]
Another one of more or less useful projects that got my attention was enabling Zabbix (while monitoring everything else) to also keep track of my Internet speed. There are sources on the Internet that tell you how (easy it is) to do it, but I was not that lucky had issues trying to set [ ]
It s finally here the Veeam Software Appliance, v13! What is it? A simple to deploy, hardened Veeam instance, which is not installed on Windows anymore, but comes with it s own (Rocky) Linux everything packed in a nice software appliance! Very nice! Naturally, should be installed ASAP! 🙂 Installation So, without [ ]
One of the summer night lab sessions produced this one I was testing something and was in need to add a couple of new DNS records in my Cloudflare account. Of course, the normal way would be to login to the beautiful web-page doing just that, but I wanted to do it differently. Of [ ]
The idea for this one came to mind one summer evening, when I was searching for something on my disks, and realized it s a mess. So, started figuring out this mess by first organizing images and videos backed up from my phone(s) into folders. Phone backups are a nice thing and usually it s all [ ]
Recently, I was waiting on some packages to arrive via DHL Germany. As I also had some spare time, and it was raining outside, I was playing around with PowerShell and DHL s API to see if I can get status of my packages in a nice (to me), formatted way. TL;DR: I can. 🙂 The [ ]
Connecting via Remote Desktop to an Entra ID-joined Windows machine, by using the Entra ID credentials, should be easy, right? It usually is if you have covered all the prerequisites. Multiple such guides are around, but none has listed all the steps needed (or I just haven t found the right one) I chose to [ ]