From 1f6e64c3c58d4f9cbf38131027499d4c910ce0c0 Mon Sep 17 00:00:00 2001 From: Eunice Waweru <73849846+msewaweru@users.noreply.github.com> Date: Mon, 30 Sep 2024 11:10:50 +0300 Subject: [PATCH] Corrected example 5 title --- src/Groups/v1.0/examples/Get-MgGroup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Groups/v1.0/examples/Get-MgGroup.md b/src/Groups/v1.0/examples/Get-MgGroup.md index 0e2182711dd..acae4e54fae 100644 --- a/src/Groups/v1.0/examples/Get-MgGroup.md +++ b/src/Groups/v1.0/examples/Get-MgGroup.md @@ -83,7 +83,7 @@ To learn about other permissions for this resource, see the [Group permissions r To consent to these permissions run `Connect-MgGraph -Scopes Permission`. For example, `Connect-MgGraph -Scopes GroupMember.Read.All, Group.Read.All`. -### Example 5: Use -Filter to get all the applications with a display name that starts with 'A' including a count of the returned users, with the results ordered by display name +### Example 5: Use -Filter to get all the groups with a display name that starts with 'A' including a count of the returned groups, with the results ordered by display name ```powershell Connect-MgGraph -Scopes 'Group.Read.All'