#powershell
11 articles
Tutorials11

How to Disable Active Directory Synchronization in Microsoft Entra ID
Learn to properly disable on-premises Active Directory synchronization with Microsoft Entra ID using Microsoft Graph PowerShell, including both standard and offline scenarios.

How to Bulk Import Active Directory Users from CSV Using PowerShell
Learn to efficiently import multiple users into Active Directory from a CSV file using PowerShell scripts with proper validation and error handling.

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.