Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ Connect to Microsoft Graph PowerShell with the appropriate permissions:
```powershell
Install-Module ImportExcel
Install-Module Microsoft.Graph
Connect-MgGragh -Scopes Application.Read.All
Connect-MgGraph -Scopes Application.Read.All
```

This example will export the report to an Excel workbook:
```
Build-AzureADAppConsentGrantReport -ReportOutputType ExcelWorkbook -ExcelWorkbookPath C:\temp\export.xlsx
Build-AADToolkitAppConsentGrantReport -ReportOutputType ExcelWorkbook -ExcelWorkbookPath C:\temp\export.xlsx
```

This example will retrieve the data and store it in PowerShell objects instead of exporting to Excel:
Expand Down