PowerShell 7.4 and 7.5 Both Lose Support on November 10, 2026: Your Move to 7.6 LTS Checklist On November 10, 2026, Microsoft ends support for both PowerShell 7.4 LTS and PowerShell 7.5. After that date neither gets... Sep 26, 2026 4 min read Automation
How to Investigate a Compromised Exchange Server: A Practical Incident Response Checklist (Exchange 2016/2019) The exact checklist for triaging a suspected Exchange compromise: web shell locations, IIS log indicators, mailbox export/permission abuse, transport rule tampering, and what to preserve before remediating. Sep 6, 2026 4 min read Exchange / Security
Getting Started with Hyper-V on Windows Server: Installation and Your First Virtual Machine Enabling the Hyper-V role, virtual switches, creating your first VM via PowerShell, Generation 1 vs 2, checkpoints, Dynamic Memory, and what Live Migration actually requires. Sep 6, 2026 4 min read Virtualization
Automating IT Alerts: Sending SMS and Email Notifications from Monitoring Scripts A practical PowerShell pattern for turning any monitoring check into email and SMS alerts, including carrier email-to-SMS gateways and the throttling most first attempts miss. Sep 6, 2026 4 min read Automation
Getting Started with the Microsoft Graph PowerShell SDK: Install, Connect, and Migrate Off MSOnline/AzureAD The Microsoft Graph PowerShell SDK is now the standard way to script against Microsoft 365 and Entra ID, replacing the... Dec 14, 2025 3 min read Azure / Microsoft
Setting Up Active Directory Domain Services on Windows Server: A Complete Walkthrough Installing Active Directory Domain Services is the starting point for almost every Windows Server environment, and while the process itself... Dec 14, 2025 3 min read Active Directory / Microsoft
On-Premises vs Remote Mailboxes: Understanding Mailbox Types in Exchange Hybrid In an Exchange Hybrid environment, “what type of mailbox is this” has a more layered answer than in a pure... Dec 14, 2025 3 min read Cloud Computing / Exchange / Microsoft
Auditing MFA Registration Across Microsoft 365 with Microsoft Graph PowerShell If you’re still running Get-MsolUser to check MFA status, that module is deprecated and no longer receiving updates, Microsoft has... Dec 13, 2025 3 min read Cloud Computing / Microsoft / Security
Finding the Real Creation Date of Any Exchange Mailbox with PowerShell “When was this mailbox actually created” comes up more often than you’d expect, in offboarding audits, license reconciliation, and the... Dec 13, 2025 3 min read Exchange / Microsoft
PowerShell Pro Tips Why PowerShell Still Matters in 2025 ? PowerShell is more than just a command-line interface — it’s a powerful scripting... Jun 16, 2025 7 min read Microsoft