RSSAmplifier

Blog

Tom's Notes

blog.kaniski.euRSS feed ↗10 posts

Latest posts

Stuck at blank screen when logged in with a new user

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 [ ]

Cleaning up stale Entra ID app registrations

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 [ ]

Exporting the Managed Favorites from Edge

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. [ ]

Git vibes?

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 [ ]

The Need for (Internet) Speed… graph

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 [ ]

Installing the new Veeam Software Appliance v13

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 [ ]

Vibe adding the Cloudflare records

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 [ ]

Organize pictures and videos… the “vibe” way

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 [ ]

Vibe coding while waiting on my packages

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 [ ]

Remote Desktop connection to an Entra ID-joined Windows Server with Entra ID credentials… quick and dirty

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 [ ]