License Overlap Analyser
Select every license a user holds. Anything two licenses both include is highlighted, that's usually money being spent twice.
Error Decoder
Paste a whole error message, a screenshot transcription, a sign-in log row, anything. Any known code inside it gets decoded instantly.
Policy Simulator
Build a sign-in scenario and watch every baseline policy below evaluate against it the way Entra would. Click any policy row to toggle it out of the simulated tenant.
Graph Query Builder
Pick what you're trying to do and get the ready-to-run PowerShell, raw endpoint, and curl, with the exact scope to consent.
Least-Privilege Picker
Pick what the person actually needs to do, get the narrowest role that does it. Global Admin is almost never the answer.
Token decoder
Paste an Entra ID / JWT access token. Decoded locally, never sent anywhere.
Base64 & URL encoding
Timestamp converter
Unix epoch (seconds or ms), Windows FileTime, or any ISO date.
ImmutableID converter
For AD Connect hard-matching. Paste an objectGUID or a base64 ImmutableID, get every form back.
Subnet calculator
CIDR in, everything out.
GUID generator
For app registrations, custom attributes, correlation IDs.
Password generator
Generated with crypto.getRandomValues, ambiguous characters excluded.
Bulk user builder
Paste names from a spreadsheet, one per line ("First Last"). Get UPNs, display names, and strong temp passwords, as a CSV and as a ready-to-run New-MgUser script.
Intune compliance policy planner
Tick what the policy should enforce and get the portal path, the settings list, and the exact Graph JSON to create it programmatically (including the scheduledActionsForRule block Graph requires but the docs bury).
Win32 app packaging helper
Fill in what you know about the installer and get the full IntuneWinAppUtil workflow, silent install and uninstall commands, and the detection rule.
Autopilot hardware hash merger
Paste the contents of one or more Get-WindowsAutopilotInfo CSV files (append them all, headers included or not). Validates every row, removes duplicate serials, applies an optional Group Tag, and builds one clean file ready for the Intune import screen.
KQL query builder
Ready-to-run hunting queries for Sentinel / Log Analytics. Pick a scenario, tune the window, copy.
Domain health checker
MX, SPF (with the 10-DNS-lookup limit actually counted, includes followed recursively), DMARC, DKIM selectors, autodiscover. Graded like an engineer would.
M365 DNS record generator + gap analysis
Onboarding a domain? Type it (and the tenant's onmicrosoft name for DKIM) and get every record to create. "Check live" then compares against what actually exists in DNS and only flags the gaps.
Message header analyser
Paste the full raw headers (Outlook: open message → File → Properties → Internet headers). Shows auth results, spoofing indicators, and which hop actually caused the delay.
Network Readiness Test
Fires one real request at every service M365 depends on and times it. Run this on a customer's network before you promise Teams calls will work.