Enterprise IT Knowledge Base

Microsoft 365, Intune, SharePoint,
PowerShell & Automation Resources

Real-world guides, scripts, tools and implementation experiences from enterprise environments — built for IT professionals.

1000+
Resources
150+
Scripts
20+
Tools
8+
Years Since 2017

PowerShell Script Library

Ready-to-use scripts for IT admins

View all scripts →
Exchange Online
Get-Mailbox | Set-Mailbox -ForwardingAddress $null

Remove email forwarding from all mailboxes

Microsoft 365
Get-MsolUser | Where {-not $_.StrongAuthMethods}

Get all users with MFA disabled – M365 report

Intune
$url = "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices"

Bulk assign Intune compliance policies via Graph API