Monitoring Azure Resource Costs with PowerShell
Introduction Keeping track of Azure resource costs is essential for managing your cloud budget effectively. This PowerShell script helps you retrieve and analyze cost data...
Automating User Offboarding in Azure AD with PowerShell
Introduction Efficient user offboarding is crucial for maintaining security and compliance in Azure Active Directory. This script automates the process of disabling a user account,...
Managing Local Administrators with PowerShell and Security Groups
Introduction Managing local administrator rights is crucial for maintaining a secure network environment. This script allows you to efficiently manage local administrator membership on computers...
Retrieving MECM Software Update Information with PowerShell
Introduction This PowerShell script retrieves and displays information about software update groups, deployment packages, and successful deployments in Microsoft Endpoint Configuration Manager (MECM). It provides...
Automating Software Update Deployments in MECM with PowerShell
Introduction This PowerShell script automates the process of identifying, packaging, and deploying software updates in Microsoft Endpoint Configuration Manager (MECM). It analyzes missing updates, selects...
Upgrading Windows Editions with PowerShell and a MAK Key
Introduction This PowerShell script facilitates the upgrade of Windows 11 Education to the Enterprise edition using a Multiple Activation Key (MAK). It automates the process...
Automating MECM Package Creation with PowerShell
Introduction This PowerShell script automates the creation of a Microsoft Endpoint Configuration Manager (MECM) package for upgrading Windows 11 Education to Enterprise. It streamlines the...
Refreshing Microsoft Graph Modules in PowerShell
Introduction This PowerShell script demonstrates how to completely remove and reinstall the Microsoft Graph modules. This can be helpful when troubleshooting issues with the modules...
Analyzing Microsoft 365 Groups with PowerShell and Microsoft Graph
Introduction This PowerShell script leverages the Microsoft Graph API to retrieve comprehensive information about a specific Microsoft 365 group. It gathers details about group membership,...
Exporting Active Directory Computer Objects to CSV
Introduction This PowerShell script provides a simple way to export common attributes of all computer objects within Active Directory to a CSV file. The script...