From c98e656b79ccc54e9e29e3c8e532df6f231a4b0e Mon Sep 17 00:00:00 2001 From: Gianluigi Liguori Date: Tue, 15 Feb 2022 22:21:31 +0100 Subject: [PATCH] Commands wrong name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eaa383e..d2c2bef 100644 --- a/README.md +++ b/README.md @@ -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: