Skip to content

Commit 66889e3

Browse files
authored
Merge pull request #2974 from msewaweru/get-mggrop-example
Corrected example 5 title
2 parents 3db71eb + 1f6e64c commit 66889e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Groups/v1.0/examples/Get-MgGroup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ To learn about other permissions for this resource, see the [Group permissions r
8383

8484
To consent to these permissions run `Connect-MgGraph -Scopes Permission`. For example, `Connect-MgGraph -Scopes GroupMember.Read.All, Group.Read.All`.
8585

86-
### 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
86+
### 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
8787

8888
```powershell
8989
Connect-MgGraph -Scopes 'Group.Read.All'

0 commit comments

Comments
 (0)