From 734348f4ac6e602ffe769d81d47d6953fad83f81 Mon Sep 17 00:00:00 2001 From: Merill Fernando Date: Wed, 10 Jul 2024 14:39:01 +1000 Subject: [PATCH] Update intro.md --- website/docs/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/intro.md b/website/docs/intro.md index c733b3f..fd3d2d2 100644 --- a/website/docs/intro.md +++ b/website/docs/intro.md @@ -32,7 +32,7 @@ MSIdentity Tools is also available in the [PowerShell Gallery](https://www.power ## Popular commands -A popular use of this module is to run a quick OAuth app audit of your tenant using the `Get-MgOAuth2PermissionGrant` command. This command will return all the OAuth2PermissionGrants in your tenant, which can help you identify any risky permissions that have been granted to applications. +A popular use of this module is to run a quick OAuth app audit of your tenant using the `Export-MsIdAppConsentGrantReport` command. This command help you identify any risky permissions that have been granted to applications in your tenant.