claw0ry.net

Hi, my name is Mads! *waves*

I'm a developer and Linux enthusiast from Norway. I mainly use this site as a personal reference, cause my brain too smol. Maybe you'll find something interesting too.

  • I grew up on the internet with Linux and open source in the early 2000s.
  • I believe the tech world has become to overengineered, abstracted and complicated.
  • I'm always searching for a deeper knowledge on how things work.

Bluesky: claw0ry.net


* Enable External Booking of Meeting Rooms

From time to time you might need to share one or more of your meeting rooms with external users. In this posts we’re going through three options for how you can enable this. Other options do exists (like connecting an Office 365 tenant to another and so), but this post is meant for the time you need to give temporary access or only to one or more users.

Read more »


* Powershell Extract Windows Spotlight Images

A very nice feature of Windows 10 is Windows Spotlight who serves beautiful wallpapers on your lock screen every day. It’s a shame these beautiful images are hidden in a system folder somewhere in Windows, so today I’m going to show you how you can extract these images with Powershell. You could perfectly do this manually, but since these images change periodically (haven’t found any info on when) its much easier to just run a script. Personally I run this script as a scheduled job everyday.

Read more »



* ServiceNow: Sending notifications to Microsoft Teams

Microsoft Teams support different Connections and one of the simpliest is “Incomming Webhook” which gives you a URL that you can POST to with a correctly configured JSON body and the result will be displayed in your specified channel. In this guide we’ll set this up and POST to it from Service-Now when an incident is created or updated.

Read more »