deep‑365.com

Small, sharp tools for Microsoft 365 and Windows admins

Five things I got tired of doing by hand: reading message headers, decoding tokens, converting identity values between the four shapes Microsoft uses for them, making sense of a Conditional Access export, and unpacking a base64 PowerShell command at 2am. They all run entirely in your browser — nothing you paste ever leaves the page.

Tools

Why these five

Each one exists because the alternative is a portal that shows you a raw value with no explanation, or a PowerShell one-liner you have to look up every time. They give you the value and what it means: an SCL of 5 says the anti-spam policy's "Spam" action applied, a compauth reason of 001 says implicit authentication failed, a wids GUID resolves to "Global Administrator" and is flagged as privileged.

No accounts, no telemetry, no tenant access

These pages are static HTML and JavaScript. There is no backend, no analytics, no cookie, and no call to Microsoft Graph. That is deliberate: the values you paste into an admin tool — tokens, headers, tenant IDs — are exactly the values you should not be handing to a stranger's server. View the source of any page and you can confirm it.