Get-WindowsUpdateLog triggers Microsoft Attack Surface Reduction (ASR) Rules

We were trying to diagnose a problem with Windows Updates today using Get-WindowsUpdateLog on Windows Server 2019. We kept getting blocked by ASR rule C0033C00-D16D-4114-A5A0-DC9B3A7D2CEB (Block use of copied or impersonated system tools) which kept tripping on the scripts use of tracerpt.exe which is supposed to be located in C:\Windows\System32. We kept getting this: Looking … Read more

Apprise Notifications from Gitea/Forgejo

Update 2026-07-09 – Added Forgejo support Since making this post I’ve switched over to Forgejo in my homelab. As such I’ve updated my original project to be more generic in name and function. It now supports both Gitea and Forgejo and a few additional notification types. The new project can be found here: https://git.pickysysadmin.ca/eric/apprise-forge-notifications Original … Read more

Apprise Notifications from WordPress

TL;DR – Plugin can be downloaded here: https://git.pickysysadmin.ca/eric/apprise-wordpress-notifications I don’t know about anyone else but I’m a huge fan of Apprise for getting notifications from my Homelab. To get notifications, via Apprise, sent to my preferred platform (Nextcloud Talk) I had created a bit of a Frankenstein of a setup to get things mostly working … Read more