Available worldwide · accepting new clients
Himanshu Arora

Microsoft 365 security, Intune, and Entra ID
for enterprise IT teams.

// real production experience, documented from the field, so you skip the trial and error.

Himanshu Arora has spent 11+ years in the Microsoft ecosystem — from frontline cloud support at a Microsoft vendor to delivering enterprise-grade M365 security, Intune, and Entra ID projects for organisations globally. He documents everything: the real fixes, the actual scripts, and the root causes that never make it into the official docs.

11+ yrs Microsoft ecosystem Senior Project Delivery Engineer M365 / Intune / Entra ID
himanshu@aroramsp ~ %
# run a tenant health check $Connect-MgGraph -Scopes "Directory.Read.All" → auth ok · tenant: contoso.onmicrosoft.com $Invoke-AroraAudit -Scope All ├─ MFA enforced 100% ├─ ! Legacy auth enabled 3 users ├─ ! SPF/DKIM/DMARC incomplete 2 domains ├─ Conditional access 12 policies └─ ! Unused E3 licenses $4,320/yr → generated report · 47 findings · 12 quick wins $_
11+
Years in Microsoft ecosystem
9
Years at a Microsoft vendor
4
Microsoft certifications
6
Open source tools published
M365 Administrator Expert
M365 Certified
Administrator Expert
Identity & Access Admin Associate
Microsoft Certified
Identity & Access Admin
Azure Fundamentals
Microsoft Certified
Azure Fundamentals
MCSE Productivity Solutions Expert
MCSE
Productivity Solutions Expert
// tools

Built from real production work.

Open source PowerShell tools for Microsoft 365 administrators. Free to use, documented, and published on GitHub.

M365 Audit Toolkit

Scans your entire Microsoft 365 tenant and produces a report showing security gaps, misconfigured policies, unused licences, and email security issues. No manual checks needed.

Free

Mailbox Cleanup

Finds and removes emails from specific senders across multiple Exchange Online mailboxes at once. Safe to run with a dry-run mode that shows what would be deleted before anything is touched.

Free

Mailbox Size Report

Exports the size of every mailbox in your Exchange Online tenant into a sortable spreadsheet. Essential for planning migrations and identifying who is approaching their storage limit.

Free

LAPS Fleet Audit

Checks every Windows device in your organisation to confirm that the local admin password is being rotated correctly by Windows LAPS. Flags devices that are not protected.

Free

LAPS Hybrid Fix

Fixes Windows devices that are joined to both on-premises Active Directory and Entra ID but are not showing up in the LAPS recovery portal. Diagnoses and repairs the registration automatically.

Free

Windows 11 UEFI Upgrade

Converts older devices from legacy BIOS to UEFI so they meet Windows 11 requirements without a full reinstall. Includes pre and post-upgrade checks and is tested for fleet-scale deployment via Intune.

view all tools
// recent posts

From the blog.

Field notes from real production work on Microsoft 365, Intune, and Entra ID. Short, practical, no marketing fluff.

Microsoft 365 PowerShell authentication failures: three bugs, one fix.

The Graph SDK and Exchange Online module fight each other in three different ways: an MSAL assembly clash on PowerShell 5.1, a Graph SDK module load failure when the order is reversed, and a confirmed SDK bug where v2.34+ device-code tokens cache as null. A test matrix across PS 5.1 and PS 7, and the certificate-based fix that works in every order.

read post

How I Built a PowerShell Toolkit That Audits Your Entire Microsoft 365 Tenant in Minutes

Two PowerShell scripts that connect to your tenant via certificate-based app authentication and produce self-contained HTML reports. Tenant audit covers identity, email, endpoint, app registrations, and licensing. Mailbox report shows per-mailbox storage with quota tracking.

read post

WLapsAdmin or Administrator? Auditing Windows LAPS at fleet scale.

The reason some devices show Administrator instead of WLapsAdmin in the recovery portal is one Windows 11 build number nobody talks about. The end-to-end Microsoft Graph PowerShell audit, with cross-reference, OS eligibility, and the per-device account name lookup Microsoft blocks in bulk.

read post
New · M365 Audit Toolkit: PowerShell scripts for tenant security and mailbox auditing
view all posts