Copy-ready commandGet-MgAuditLogSignIn — Export Results
Get-MgAuditLogSignIn -Top 100 | Export-Csv .\output.csv -NoTypeInformationRequirements 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 Get-MgAuditLogSignIn for documentation or review.
Get-MgAuditLogSignIn -Top 100 | Export-Csv .\output.csv -NoTypeInformationOriginal command
Retrieve recent sign-in logs.
Get-MgAuditLogSignIn -Top 100Common errors
Command not found
Confirm Microsoft.Graph PowerShell SDK is installed and available in your current shell.