Copy-ready commandRemove-MgUser — Export Results
Remove-MgUser -UserId user@contoso.com | Export-Csv .\output.csv -NoTypeInformationProduction warning
Directory write operations can affect tenant access.
Requirements and permissions
- Requirements
- Microsoft.Graph PowerShell SDK
- Permissions
- Graph delegated or application permissions
- Last reviewed
- 2026-07-31
Examples
Export Results
Export the output of Remove-MgUser for documentation or review.
Remove-MgUser -UserId user@contoso.com | Export-Csv .\output.csv -NoTypeInformationOriginal command
Delete a Microsoft Entra ID user.
Remove-MgUser -UserId user@contoso.comCommon errors
Command not found
Confirm Microsoft.Graph PowerShell SDK is installed and available in your current shell.