A Chernobyl visit with an Arduino Geiger counter

A Chernobyl visit with an Arduino Geiger counter
Introduction Perhaps an odd project for my site but with some friends we visited the Chernobyl exclusion zone, small town of Zalyssa, city of Pripyat (Get out of here Stalker), Chernobyl (Vladimir Ilyich Lenin) nuclear power plant and Duga 3 Over The Horizon (OTH) Radar installation receiver on the 29th of…

Generate Viva Engage communities and members overview with MS Graph

Generate Viva Engage communities and members overview with MS Graph
The code below will allow you to generate and export all the Viva Engage communities and members in 3 CSV files. Code # How to Export Viva Engage Community, Ownership, and Membership Details to CSV using Microsoft Graph API and PowerShell # This script connects to Microsoft Graph using certificate-based…

Entra ID inactive guest account cleanup with exclusion groups script

Entra ID inactive guest account cleanup with exclusion groups script
The script below will help you to automate your inactive guest account cleanups in Entra ID (Azure AD). The script handles nested groups in your main YOURGROUPNAMEHERE group, it will exclude any user or group it finds. The reason why adding your users to groups is to work with Entra…