Skip to content

Commit

Permalink
Merge pull request #49 from mattimustang/patch-1
Browse files Browse the repository at this point in the history
Fixed typo in Export-MsIdAppConsentGrantReport.ps1 documentation
  • Loading branch information
merill authored May 23, 2024
2 parents b613806 + 90ec506 commit b43a9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Export-MsIdAppConsentGrantReport.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

.EXAMPLE
PS > Install-Module ImportExcel
PS > Connect-MgGragh -Scopes Directory.Read.All
PS > Connect-MgGraph -Scopes Directory.Read.All
PS > Export-MsIdAppConsentGrantReport -ReportOutputType ExcelWorkbook -ExcelWorkbookPath .\report.xlsx

Output a report in Excel format
Expand Down

0 comments on commit b43a9cd

Please sign in to comment.