This PowerShell script helps system administrators quickly check the enabled or disabled status of users in Microsoft Entra ID (Azure AD) using Microsoft Graph API. It reads user UPNs from a CSV file, verifies their account status, and exports the results to a timestamped CSV report. Ideal for audits, license cleanup, offboarding validation, or routine admin tasks.
Continue reading