Copy-ready commandGet-MgUser — Basic Usage
Get-MgUser -All -Property Id,DisplayName,UserPrincipalName,AccountEnabledRequirements and permissions
- Requirements
- Microsoft.Graph PowerShell SDK
- Permissions
- Graph delegated or application permissions
- Last reviewed
- 2026-07-31
Examples
Basic Usage
Use Get-MgUser for a standard administrative task.
Get-MgUser -All -Property Id,DisplayName,UserPrincipalName,AccountEnabledOriginal command
List Microsoft Entra ID users.
Get-MgUser -All -Property Id,DisplayName,UserPrincipalName,AccountEnabledCommon errors
Command not found
Confirm Microsoft.Graph PowerShell SDK is installed and available in your current shell.