IT Tutorials
Step-by-step guides for Windows Server, Microsoft Intune, Entra ID, Microsoft 365, Azure, Linux, and Cybersecurity — written by sysadmins, for sysadmins.

How to Monitor Active Directory Health with PowerShell Scripts
Create automated health monitoring for Active Directory Domain Controllers using PowerShell scripts, scheduled reports, and email notifications for proactive AD infrastructure management.

How to Check MFA Status for Users in Microsoft Entra ID
Learn to view and export Multi-Factor Authentication status for all users in your Microsoft Entra ID tenant using both GUI methods and PowerShell automation with Microsoft Graph.

How to Enable Remote Desktop on Windows Server Using PowerShell
Enable RDP on Windows Server 2022/2025 using PowerShell commands. Configure registry settings, firewall rules, and security options for secure remote access.

List Installed Roles and Features Using PowerShell on Windows Server
Learn to efficiently identify and list all installed Windows roles and features on local and remote servers using PowerShell cmdlets with filtering techniques.

How to Force Password Changes for All Users in Microsoft 365 Using PowerShell
Learn to force password changes for single users, groups, or all users in Microsoft 365 using PowerShell and Microsoft Graph API with automated scripts and verification commands.

How to Export BitLocker Recovery Keys from Active Directory Using PowerShell
Create and run a PowerShell script to extract BitLocker recovery keys from Active Directory and export them to CSV with computer names, recovery passwords, and timestamps.

Enable Active Directory Recycle Bin on Windows Server 2022
Enable and configure Active Directory Recycle Bin to recover deleted AD objects without backups. Learn both PowerShell and GUI methods with verification steps.

How to Execute PowerShell Scripts at Windows Startup Using Group Policy
Configure Group Policy Objects in Windows Server 2025 to automatically run PowerShell scripts when Windows 11 computers start up in an Active Directory domain environment.

How to Bulk Import Users into Microsoft 365 with PowerShell and CSV
Learn to efficiently import hundreds of users into Microsoft 365 using Microsoft Graph PowerShell and CSV files with proper error handling and verification.

PowerShell Script #1 — Manage Active Directory Users: Create, Edit and Disable Accounts
Automate AD onboarding and offboarding with a free PowerShell GUI tool — AD User Manager v4. Create accounts, assign groups, edit profiles, copy user templates, and disable accounts in seconds, without opening ADUC. Part of the series: 10 PowerShell Scripts to Automate Your Windows Sysadmin Routine.

